jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 6bf54bacd74e851ea9cc3e6792a531684180bcf5
parent d5d150c5a06e898f0aa91b8fdc0d337abc7bf775
Author: Jaromil <jaromil@dyne.org>
Date:   Mon, 27 Aug 2012 20:10:37 +0200

fix to address completion inside mutt

Diffstat:
Msrc/zlibs/filters | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zlibs/filters b/src/zlibs/filters @@ -64,7 +64,7 @@ set editor = "$WORKDIR/bin/jaro -q edit" set mailcap_path = "$WORKDIR/.mutt/mailcap:$WORKDIR/mailcap:$HOME/.mailcap:/etc/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap" # Little Brother Database -set query_command = "$WORKDIR/bin/jaro -q addr '%s'" +set query_command = "$WORKDIR/bin/jaro -q complete '%s'" macro index,pager a "<pipe-message>$WORKDIR/bin/jaro -l whitelist -q learn from:<enter>" "add to whitelist everyone in the message" macro index,pager A "<pipe-message>$WORKDIR/bin/jaro -l whitelist -q forget from:<enter>" "remove sender from whitelist macro index,pager z "<pipe-message>$WORKDIR/bin/jaro -l blacklist -q learn from:<enter>" "add sender to blacklist"