diff options
| author | David Kaufmann <astra@ionic.at> | 2017-07-20 23:30:54 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2017-07-20 23:30:54 +0200 |
| commit | 684b42f64ad853d278b89fb279035fc89d15162a (patch) | |
| tree | e804070fd35b2fb303f26488690ccaca14b83cd4 /home | |
| parent | aa1d188fe028ebbad075aac643978c878ef7008f (diff) | |
| download | config-684b42f64ad853d278b89fb279035fc89d15162a.tar.gz | |
mostly revert ac60ff50b4f643cb6b198c963802800a0b4b887a
Diffstat (limited to 'home')
| -rw-r--r-- | home/.muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/.muttrc b/home/.muttrc index 40e7e51..655991a 100644 --- a/home/.muttrc +++ b/home/.muttrc @@ -207,10 +207,10 @@ bind pager G bottom # just like vi and less #macro pager \Ck "<pipe-message> pgp -kaf<Enter>" # a comment is valid here #macro pager X "<pipe-message> morepgp<Enter>" # pipe PGP message to a script -macro index,pager c "<change-folder>?" "open a different folder" +macro index,pager c "<change-folder>?<toggle-mailboxes>" "open a different folder" -macro index,pager C "<copy-message>?" "copy a message to a mailbox" -macro index,pager M "<save-message>?" "move a message to a mailbox" +macro index,pager C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox" +macro index,pager M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox" #macro index C "<copy-message>?" "copy a message to a mailbox" #macro index M "<save-message>?" "move a message to a mailbox" |
