diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-19 17:48:15 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-19 17:48:15 +0200 |
commit | 386fbd0dfd8c874421e6fbd460f15c38838230fa (patch) | |
tree | 424400fb6da2a80b5af77455458fd9da37179e5e /.config/mutt/accounts/6-exploitation@secuserve.com.muttrc | |
parent | update (diff) | |
download | dotfiles-bsd-386fbd0dfd8c874421e6fbd460f15c38838230fa.tar.gz dotfiles-bsd-386fbd0dfd8c874421e6fbd460f15c38838230fa.tar.bz2 dotfiles-bsd-386fbd0dfd8c874421e6fbd460f15c38838230fa.tar.xz dotfiles-bsd-386fbd0dfd8c874421e6fbd460f15c38838230fa.tar.zst dotfiles-bsd-386fbd0dfd8c874421e6fbd460f15c38838230fa.zip |
update
Diffstat (limited to '.config/mutt/accounts/6-exploitation@secuserve.com.muttrc')
-rw-r--r-- | .config/mutt/accounts/6-exploitation@secuserve.com.muttrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc b/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc index 6467522..dc8873d 100644 --- a/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc +++ b/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc @@ -14,6 +14,8 @@ bind index,pager g noop bind index,pager M noop bind index,pager C noop bind index gg first-entry +bind pager gg top +bind pager G bottom macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc exploitation@secuserve.com<enter>" "run mbsync to sync exploitation@secuserve.com" unmailboxes * @@ -58,8 +60,8 @@ macro index,pager gS "<change-folder>=SPAM<enter>" "go to spam" macro index,pager MS ";<save-message>=SPAM<enter>" "move mail to spam" macro index,pager CS ";<copy-message>=SPAM<enter>" "copy mail to spam" macro index,pager gt "<change-folder>=Trash<enter>" "go to trash" -macro index,pager mt ";<save-message>=Trash<enter>" "move mail to trash" -macro index,pager ct ";<copy-message>=Trash<enter>" "copy mail to trash" +macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash" +macro index,pager Ct ";<copy-message>=Trash<enter>" "copy mail to trash" set trash = "+Trash" macro index,pager gc "<change-folder>=Calendrier<enter>" "go to calendar" macro index,pager Mc ";<save-message>=Calendrier<enter>" "move mail to calendar" |