From cd3b064783ac512f26afcc9f4ed5d8d8ee7fafbe Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 31 Aug 2008 14:10:25 +0100 Subject: [PATCH] fix logcheck macros Signed-off-by: martin f. krafft --- .mutt/keybindings | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.mutt/keybindings b/.mutt/keybindings index 1379273..0a2b011 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -47,8 +47,9 @@ macro compose \Cy 'cY' "send message without storing or signing" macro index F '~L ' "search for correspondents" -macro index,pager \CL 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'save message to logcheck-todo' -macro index,pager \eL 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'go to logcheck todo folder' +macro index \Co 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'save message to logcheck-todo' +macro pager \Co 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'save message to logcheck-todo' +macro index,pager \eo 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'go to logcheck todo folder' #TODO this is a hack until switch-profile does not readd headers. macro compose e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" -- 2.39.2