Created
December 22, 2015 20:23
-
-
Save tuxology/cc71e1ed5be5987d1498 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# IMAP server Login | |
set spoolfile=imaps://yourdomain.com/INBOX | |
set imap_user=your.email.id@yourdomain.com | |
mailboxes = imaps://yourdomain.com/INBOX | |
set imap_check_subscribed | |
# Useful if you use the sidebar-patched mutt | |
set sidebar_width= 30 | |
set sidebar_visible= yes | |
color sidebar_new yellow default | |
color progress default magenta | |
color sidebar cyan default | |
bind index <left> sidebar-prev | |
bind index <right> sidebar-next | |
bind index <space> sidebar-open | |
bind index <Esc>S sidebar-toggle | |
set sort_sidebar=unsorted | |
# For more info, see mutt documentation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment