[PATCH] emacs: functions to import sender or recipient into BBDB

2013-02-07 Thread Daniel Bergey
>From a show buffer, notmuch-bbdb/snarf-from imports the sender into bbdb. notmuch-bbdb/snarf-to imports all recipients. Newly imported concacts are reported in the minibuffer / Messages buffer. Both functions use the BBDB parser to recognize email address formats. --- Following discussion

[PATCH 0/6] notmuch cli config changes

2013-02-07 Thread Jani Nikula
On Wed, 06 Feb 2013, Jameson Graef Rollins wrote: > On Tue, Jan 29 2013, Jani Nikula wrote: >> Hi all, the goal here is to add support for --config=FILE option at the >> notmuch top level (e.g. 'notmuch --config=FILE search foo'). In order to >> achieve this neatly, I ended up moving config

Re: [PATCH 0/6] notmuch cli config changes

2013-02-07 Thread David Bremner
Jameson Graef Rollins jroll...@finestructure.net writes: Is there some benefit to having a command line option for this that I don't see? In my experience the environment variable is somewhat dangerous to use while testing. If left set to the wrong value, it can lead the loss of tag

Re: [PATCH] emacs: functions to import sender or recipient into BBDB

2013-02-07 Thread Daniel Bergey
From a show buffer, notmuch-bbdb/snarf-from imports the sender into bbdb. notmuch-bbdb/snarf-to imports all recipients. Newly imported concacts are reported in the minibuffer / Messages buffer. Both functions use the BBDB parser to recognize email address formats. --- Following discussion