adjust headers and restore default for reply-all
This commit is contained in:
parent
5f8423603b
commit
eb9418acb9
1 changed files with 5 additions and 2 deletions
|
@ -18,6 +18,7 @@ set realname="Morgan McMillian"
|
|||
set use_from=yes
|
||||
set envelope_from=yes
|
||||
set edit_headers=yes
|
||||
set user_agent=yes
|
||||
|
||||
auto_view text/html
|
||||
alternative_order text/plain text/encriched text/html
|
||||
|
@ -32,11 +33,13 @@ bind generic,alias,attach,browser,editor,index,compose,pager,pgp,postpone ':' no
|
|||
|
||||
bind pager j next-line
|
||||
bind pager k previous-line
|
||||
bind pager g top
|
||||
bind pager G bottom
|
||||
#bind pager g top
|
||||
#bind pager G bottom
|
||||
bind attach,index,pager \CD next-page
|
||||
bind attach,index,pager \CU previous-page
|
||||
bind attach,index g first-entry
|
||||
bind attach,index G last-entry
|
||||
|
||||
macro index,pager A "<save-message>=Archive<enter>" "Archive message"
|
||||
|
||||
my_hdr X-Clacks-Overhead: GNU Terry Pratchett
|
||||
|
|
Loading…
Reference in a new issue