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 (.* emails 0 N

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)) '(X

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-25 Thread Ronan Waide
On February 21, [EMAIL PROTECTED] said: The " *Original Article*" (note leading space) buffer contains the full article, undecoded. Is this what you need? kai It might work for a customized hook, yes, but I'd be leery of putting it as the Official Way of getting headers out of Gnus,

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-25 Thread Kai Großjohann
On Sun, 25 Feb 2001, Ronan Waide wrote: It might work for a customized hook, yes, but I'd be leery of putting it as the Official Way of getting headers out of Gnus, because I'm guessing you miss MIME decoding, etc. of e.g. ISO8859-1 names in headers - such as, oh, Grojohann... Yes, you miss

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-25 Thread ShengHuo ZHU
[EMAIL PROTECTED] (Kai Grojohann) writes: On Sun, 25 Feb 2001, Ronan Waide wrote: It might work for a customized hook, yes, but I'd be leery of putting it as the Official Way of getting headers out of Gnus, because I'm guessing you miss MIME decoding, etc. of e.g. ISO8859-1 names in

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-25 Thread Ronan Waide
On February 25, [EMAIL PROTECTED] said: Yes, you miss MIME decoding, but what else? I'm sure there is a function which accepts a raw header and spits out a MIME-decoded header. kai There's also the question of /which/ MIME-decoding routine you'd call, or should you write your own, or...

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-21 Thread Daniel Pittman
On Wed, 21 Feb 2001, Ronan Waide wrote: On February 21, [EMAIL PROTECTED] said: I want to use the auto-notes alist to extract X-face headers and other information that I don't actually want to see in the article buffer. Hmm. Is there a hook floating around there that you can use to trigger

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-21 Thread ShengHuo ZHU
Daniel Pittman [EMAIL PROTECTED] writes: On Wed, 21 Feb 2001, Ronan Waide wrote: On February 21, [EMAIL PROTECTED] said: I want to use the auto-notes alist to extract X-face headers and other information that I don't actually want to see in the article buffer. Hmm. Is there a hook

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-21 Thread Kai Großjohann
On Wed, 21 Feb 2001, Ronan Waide wrote: Hmm. Is there a hook floating around there that you can use to trigger this header unhiding, rather than me explicitly coding for fiddling with people's displays? The " *Original Article*" (note leading space) buffer contains the full article,

`bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-20 Thread Daniel Pittman
I want to use the auto-notes alist to extract X-face headers and other information that I don't actually want to see in the article buffer. At the moment, that text is not visible to the BBDB code as it tries to extract the information. IIRC, Gnus marks it 'invisible or 'intangible. Anyway,

Re: bbdb/news-auto-create-p and bbdb-auto-notes-alist

2000-05-18 Thread Dan McGuirk
Andreas Fuchs [EMAIL PROTECTED] writes: No other information is stored, even after setting the gnus-visible-headers variable. This worries me, it does... I also remember that at some point during my struggle I manually added the fields I was interested to the database (by manually entering

bbdb-auto-notes-alist

1994-03-30 Thread Joe Hildebrand
As a part of my .emacs, I have: (setq bbdb-auto-notes-alist '(("Newsgroups" (".*" newsgroups 0 so that I get newsgroups: comp.org.eff.talk comp.org.eff.talk,misc.legal,alt.privacy comp.org.eff.talk,talk.politics.crypto

bbdb-auto-notes-alist

1994-03-02 Thread Gardner Cohen
Hi, I keep an automatic field (mail-folder) that's the vm mail folder for the person. I create it automatically with bbdb-auto-notes-alist '( ("Newsgroups" (".*" newsgroup 0)) ("Organi