dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 7d930be2ea7f6affb2ddc28815c425156b24e1eb
parent fcd9bf8e67815e287598b0ab8139608614c723a8
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 13 Sep 2021 17:18:28 -0700

Use --add-email-quiet when adding to abook

This avoids a y/n prompt and simply adds the address.

Diffstat:
M.config/mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -50,7 +50,7 @@ set markers = no # Use abook instead of aliases set query_command = "abook --mutt-query '%s'" macro generic,index,pager \ca "<shell-escape>abook<return>" "launch abook" -macro index,pager A "<pipe-message>abook --add-email<return>" "add sender to address book" +macro index,pager A "<pipe-message>abook --add-email-quiet<return>" "add sender to address book" bind editor <tab> complete-query # Index View Options ---------------------------------