Skip to content

Instantly share code, notes, and snippets.

@tuxology
Created December 22, 2015 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxology/cc71e1ed5be5987d1498 to your computer and use it in GitHub Desktop.
Save tuxology/cc71e1ed5be5987d1498 to your computer and use it in GitHub Desktop.
# 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