Re: Improve `bbdb-auto-notes-alist'

2007-12-12 Thread Leo
On 2007-12-06 12:05 +, Tassilo Horn wrote: > Leo <[EMAIL PROTECTED]> writes: > > Hi Leo, > >> This kind of feature looks quite useful. if N is positive keep the >> newest N articles otherwise the oldest abs(N) articles. >> >> (setq bbdb-auto-notes-alist >> (list >>'("Subject" (".*

Re: Improve `bbdb-auto-notes-alist'

2007-12-06 Thread Tassilo Horn
Leo <[EMAIL PROTECTED]> writes: Hi Leo, > This kind of feature looks quite useful. if N is positive keep the > newest N articles otherwise the oldest abs(N) articles. > > (setq bbdb-auto-notes-alist > (list >'("Subject" (".*" emails 0 N)) >'("User-Agent" (".*" mailer 0 t))

Improve `bbdb-auto-notes-alist'

2007-12-05 Thread Leo
Hi There, When using bbdb to track emails sent from a contact, one usually would like to the latest N articles. However, the current `bbdb-auto-notes-alist' does not support such a feature. This kind of feature looks quite useful. if N is positive keep the newest N articles otherwise the oldest a