dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 0bfb21eb094c88360f1e6d7435e9a24c54e0fad5
parent 40bdbcee3d9e97b1d30bea2673f570d9bc5d3ebc
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  2 Dec 2020 06:41:21 +0100

muttrc: enable spam/ham bindings

Diffstat:
M.config/mutt/muttrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -188,8 +188,8 @@ macro index,pager P "<pipe-message>git am -s<enter>" "apply patch to current git macro pager \ S "<enter-command>set pipe_decode=yes<enter>v|grep -v '^>'|speedread<enter><enter-command>unset pipe_decoding<enter>" "speedread" # mark as spam (S) or ham (H) -#macro index,pager S "<save-message>=adamsgaard/Spam<enter>" "mark as spam" -#macro index,pager H "<save-message>=adamsgaard/INBOX<enter>" "mark as non-spam" +macro index,pager \ S "<save-message>=adamsgaard/Spam<enter>" "mark as spam" +macro index,pager \ H "<save-message>=adamsgaard/INBOX<enter>" "mark as non-spam" macro index O "<enter-command>unset wait_key<enter>\ <shell-escape>tmux split-window -l 1 \"mbsync -a\"; tmux select-pane -l<enter>\