From 1842264d4f35ca644dd25000a53ec2fed2c75b84 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Fri, 30 Apr 2010 17:54:44 +0200 Subject: [PATCH] Changed add to address book source from abook to google --- .muttrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.muttrc b/.muttrc index 9eb1cf6..1d94727 100644 --- a/.muttrc +++ b/.muttrc @@ -92,7 +92,9 @@ macro index,pager e ':set my_editor="$editor":set editor=sensible-editor< macro index \e2 ":set from=\"penny@mjollnir.org\"\n:set record=\"~/Maildir/sgn/store/\"\n" "Switch to penny@mjollnir.org" # Note this CONFLICTS with TOFU keybinding macro index \e3 ":set from=\"penny@liip.ch\"\n:set record=\"~/Maildir/liip/store/\"\n" "Switch to penny.leach@liip.ch" -macro index,pager A "abook --add-email-quiet" "add the sender address to abook" +#macro index,pager A "abook --add-email-quiet" "add the sender address to abook" +macro index,pager A "goobook add" "add the sender address to Google contacts" + bind index \es decrypt-save bind pager \es decrypt-save -- 2.39.5