misc
This commit is contained in:
parent
010975aae1
commit
de9983d689
4 changed files with 22 additions and 3 deletions
|
@ -32,6 +32,11 @@ set sort_alias=alias
|
|||
set reverse_alias=yes
|
||||
source $alias_file
|
||||
|
||||
# if there is only html dump that
|
||||
auto_view text/html
|
||||
|
||||
# this helps with multipart messages
|
||||
alternative_order text/plain text/html
|
||||
|
||||
# Key bindings
|
||||
bind pager <Up> previous-line
|
||||
|
@ -43,3 +48,7 @@ bind index,pager \CN sidebar-next
|
|||
bind index,pager \CP sidebar-prev
|
||||
bind index <F73> previous-entry
|
||||
bind index <F72> next-entry
|
||||
|
||||
macro attach S "<save-entry><bol>~/Téléchargements/<eol>" "Save to downloads"
|
||||
macro index,pager T ":set confirmappend=no delete=yes\n<tag-prefix><save-message>=[Gmail]/Corbeille<enter><sync-mailbox>:set confirmappend=yes delete=yes\n"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue