diff options
author | Karel Kočí <cynerd@email.cz> | 2016-08-19 00:24:38 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-08-19 00:24:38 +0200 |
commit | b5fdc60edacabf99dff16f04ff2c7618f2233977 (patch) | |
tree | eb2df07bdb26bff289095fc75dd3e47d025a94ac /mutt/muttrc | |
parent | 1d379fa7826e21be8005282b275048176d809d7d (diff) | |
download | myconfigs-b5fdc60edacabf99dff16f04ff2c7618f2233977.tar.gz myconfigs-b5fdc60edacabf99dff16f04ff2c7618f2233977.tar.bz2 myconfigs-b5fdc60edacabf99dff16f04ff2c7618f2233977.zip |
Update mutt configuration
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index f3431ff..d20f08d 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -1,12 +1,14 @@ set editor="vim" set my_name="Karel Kočí" +set edit_headers=yes hdr_order Date From To Cc #Sorting emails by the given criteria (from left to right) set pager_index_lines= 5 set sort=reverse-threads set sort_aux=last-date-received +set mailcap_path = "~/.mutt/mailcap" +set sleep_time = 0 -set mailcap_path = ~/.mutt/mailcap auto_view text/html alternative_order text/enriched text/plain text/html macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && conkeror ~/.cache/mutt/mail.html && rm ~/.cache/mutt/mail.html<enter>" @@ -18,6 +20,13 @@ set pgp_timeout = 3600 set crypt_autosign = yes set crypt_replyencrypt = yes +set sidebar_visible = yes +bind index,pager B sidebar-toggle-visible +# Ctrl-n, Ctrl-p to select next, previous folder. +# Ctrl-o to open selected folder. +bind index,pager \CP sidebar-prev +bind index,pager \CN sidebar-next +bind index,pager \CO sidebar-open macro index <F3> ':source ~/.mutt/muttemail<enter>c~/.mail/email/INBOX<enter>' |