notmuch-emacs and bbdb

2014-05-26 Thread Daniel Bergey
On 2014-05-23 at 23:25, Wael Nasreddine wrote: > On 22.07.2012 02:24, Daniel Bergey wrote: >>Glad to hear I have another user! >> >>My function bbdb/notmuch-snarf-to doesn't work yet on more than one >>recipient. Once I get that working, I'd like to do what you suggest

Re: notmuch-emacs and bbdb

2014-05-26 Thread Daniel Bergey
On 2014-05-23 at 23:25, Wael Nasreddine wael.nasredd...@gmail.com wrote: On 22.07.2012 02:24, Daniel Bergey wrote: Glad to hear I have another user! My function bbdb/notmuch-snarf-to doesn't work yet on more than one recipient. Once I get that working, I'd like to do what you suggest, and have

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

2013-03-31 Thread Daniel Bergey
>From fbaf5c568876a6f1e3d8c02446bd83331b6325f0 Mon Sep 17 00:00:00 2001 From: Daniel Bergey <ber...@alum.mit.edu> Date: Thu, 26 Jul 2012 15:44:01 -0400 Subject: [PATCH] emacs: functions to import sender or recipients into BBDB >From a show buffer, notmuch-bbdb/snarf-from import

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

2013-03-31 Thread Daniel Bergey
From fbaf5c568876a6f1e3d8c02446bd83331b6325f0 Mon Sep 17 00:00:00 2001 From: Daniel Bergey ber...@alum.mit.edu Date: Thu, 26 Jul 2012 15:44:01 -0400 Subject: [PATCH] emacs: functions to import sender or recipients into BBDB From a show buffer, notmuch-bbdb/snarf-from imports the sender into bbdb

[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

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

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

2012-11-18 Thread Daniel Bergey
On 2012-10-19 at 18:52, Ethan Glasser-Camp wrote: > Daniel Bergey writes: > >> From a show buffer, bbdb/notmuch-snarf-from imports the sender into >> bbdb. bbdb/notmuch-snarf-to attempts to import all recipients. BBDB >> displays a buffer with each contact; C-g d

Bug (?) difference 24.1 and 23.3.1

2012-08-31 Thread Daniel Bergey
Tomi Ollila writes: > On Fri, Aug 03 2012, Svend Sorensen wrote: > >> >> I was also getting an error about gnus-inhibit-images when running emacs >> 24. Adding (require 'gnus-art) to my emacs config fixed the problem. > > Where is your emacs24 from? From Debian sid? I've been having the

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

2012-07-26 Thread Daniel Bergey
>From a show buffer, bbdb/notmuch-snarf-from imports the sender into bbdb. bbdb/notmuch-snarf-to attempts to import all recipients. BBDB displays a buffer with each contact; C-g displays the next contact, or returns to the notmuch-show buffer. Both functions assume that email contacts are

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

2012-07-26 Thread Daniel Bergey
From a show buffer, bbdb/notmuch-snarf-from imports the sender into bbdb. bbdb/notmuch-snarf-to attempts to import all recipients. BBDB displays a buffer with each contact; C-g displays the next contact, or returns to the notmuch-show buffer. Both functions assume that email contacts are

Re: notmuch-emacs and bbdb

2012-07-23 Thread Daniel Bergey
Daniel Reusche dani...@physik.tu-berlin.de writes: On 12.07.2012 15:47, Daniel Bergey wrote: I hacked together the attached elisp yesterday. It provides bindings to put sender or recipients into bbdb. Awesome, thats just what I was looking for. Also on topic: I was working on a script

notmuch-emacs and bbdb

2012-07-21 Thread Daniel Bergey
Daniel Reusche writes: > On 12.07.2012 15:47, Daniel Bergey wrote: >> I hacked together the attached elisp yesterday. It provides bindings to >> put sender or recipients into bbdb. > > Awesome, thats just what I was looking for. > > Also on topic: I was working on a

notmuch-emacs and bbdb

2012-07-12 Thread Daniel Bergey
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120712/37beab9d/attachment-0001.bin> -- next part -- Jameson Graef Rollins writes: > On Tue, Jul 10 2012, Daniel Bergey wrote: >> As far as I can tell, notmuch doesn't integrate as smo

Re: notmuch-emacs and bbdb

2012-07-12 Thread Daniel Bergey
coming up on autocomplete. Other reasons include sync to phone and adding contact information from channels other than email. bergey bbdb-notmuch.el Description: application/emacs-lisp Jameson Graef Rollins jroll...@finestructure.net writes: On Tue, Jul 10 2012, Daniel Bergey ber

notmuch-emacs and bbdb

2012-07-10 Thread Daniel Bergey
As far as I can tell, notmuch doesn't integrate as smoothly with bbdb as older emacs mailclients. I'm especially looking for a snarf function that distinguishes sender from recipient. How do other people use bbdb with notmuch? Does anyone have lisp code like that which ships with bbdb for other

notmuch-emacs and bbdb

2012-07-10 Thread Daniel Bergey
As far as I can tell, notmuch doesn't integrate as smoothly with bbdb as older emacs mailclients. I'm especially looking for a snarf function that distinguishes sender from recipient. How do other people use bbdb with notmuch? Does anyone have lisp code like that which ships with bbdb for other