diff options
author | katherine <shmibs@shmibbles.me> | 2018-03-23 01:02:37 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-03-23 01:02:37 -0700 |
commit | c1ae87dad90093c1ba5a4c9d4d5e3a1579335c21 (patch) | |
tree | a0deb204b7b0a73380c84aad9474a10686add28c /.muttrc | |
parent | 9292bc1c6bb5ab1bc4f2b67d43c6709859506392 (diff) | |
parent | 3cd47f896413887fe6abad014d22d9f60173278b (diff) | |
download | dotfiles-c1ae87dad90093c1ba5a4c9d4d5e3a1579335c21.tar.gz |
Merge branch 'master' of github.com:shmibs/dotfiles
Diffstat (limited to '.muttrc')
-rw-r--r-- | .muttrc | 46 |
1 files changed, 36 insertions, 10 deletions
@@ -1,4 +1,7 @@ -# settings +############ +# settings # +############ + set sort=threads set strict_threads=yes @@ -9,22 +12,45 @@ source ~/.mail_aliases alternative_order text/plain text/html auto_view text/html -# mappings -bind index \Cu half-up -bind index \Cd half-down +set menu_scroll + +set send_charset="utf-8" +set content_type="text/plain; charset=UTF-8" + +my_hdr X-Operating-System: `uname -sr` + +############ +# mappings # +############ + +bind attach,index,pager \Cu half-up +bind attach,index,pager \Cd half-down bind index \Cb previous-page bind index \Cf next-page -bind index D delete-thread -bind index U undelete-thread +bind index,pager D delete-thread +bind index,pager U undelete-thread + +bind pager g top +bind pager G bottom + +bind attach,index g first-entry +bind attach,index G last-entry + +bind index l display-message + +bind index H top-page +bind index L bottom-page + +bind index \Cg group-reply +bind index R list-reply -bind index g first-entry -bind index G last-entry -bind index \cg group-reply +########### +# colours # +########### -# colours color attachment brightmagenta default color error brightred default color hdrdefault red default |