commit 4306211b30bd99abcf74cea03588a2344c76c3fe parent 49b1252c06c7c2ef310cfa0da6d4a197193987c2 Author: Anders Damsgaard Christensen <adc@geo.au.dk> Date: Mon, 30 Jan 2017 15:07:43 -0800 fix kill command syntax Diffstat:
M | .mutt/muttrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -182,7 +182,7 @@ macro index o "<enter-command>unset wait_key<enter>\ <enter-command>set wait_key<enter>" "run offlineimap to sync inboxes" macro index K "<enter-command>unset wait_key<enter>\ - <shell-escape>kill -9 $(ps aux|grep offlineimap|grep python|awk ' {print $2} ')<enter>" "kill all offlineimap processes" +<shell-escape>kill -9 $(ps aux|grep offlineimap|grep python|awk ' {print $2} ')<enter>" "kill all offlineimap processes" macro index U "<limit>all\n" "show all messages (undo limit)"