diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-02-05 00:21:37 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-02-05 00:21:37 +0100 |
commit | 703e0d2c25fa84ecfe56e609a4e498b245f45f7f (patch) | |
tree | d07e0ff94160d03ec3f6adc3d6c81c8ad8927d53 /mutt | |
parent | 7013fd371cb920b98f59fab912245f1818aec749 (diff) | |
download | dotfiles-703e0d2c25fa84ecfe56e609a4e498b245f45f7f.tar.xz |
mutt: commit new archive command
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index c8200d8..2c9c876 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -167,7 +167,7 @@ bind compose P postpone-message bind index P recall-message # Move message to archive -macro index,pager a "<modify-labels>-inbox +archive<enter>" +macro index,pager a "<enter-command>unset resolve<enter><modify-labels>-inbox +archive<enter><save-message>=archive<enter><enter-command>set resolve<enter>" # View attachments properly. bind attach <return> view-mailcap |