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" (".*
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))
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