dotfiles

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

commit 24e00d5acad0950b705b362ac1612453ee84532b
parent 436ed503e7342ec35d1d50eb7c92d168cd6bb07c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 21 Jul 2020 16:52:21 +0200

Add binding for applying git patches, and add disabled cd binding

cd binding is available in mutt-1.14.2 and later

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

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -179,6 +179,8 @@ source ~/.config/mutt/aliases\n" "Edit aliases file and reload it" macro pager a "<create-alias>" "create an alias from the message sender" macro index Y "<next-unread-mailbox>" "go to next mailbox with unread mails" macro index U "<limit>all\n" "show all messages (undo limit)" +macro index,pager P "<pipe-message>git am -s<enter>" "apply patch to current git repository" +#macro index,pager C "<cd>" "change current working directory on local file system" # mark as spam (S) or ham (H) #macro index,pager S "<save-message>=adamsgaard/Spam<enter>" "mark as spam"