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

2002-03-03 Thread Ronan Waide
On February 21, [EMAIL PROTECTED] said: > 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 l

Re: bbdb-auto-notes-alist

2001-07-09 Thread Matt Armstrong
Eric Knauel <[EMAIL PROTECTED]> writes: > Hi, > > I'm using bbdb-auto-notes-alist with gnus: > > (setq bbdb-notice-hook 'bbdb-auto-notes-hook) > (setq bbdb-auto-notes-alist > (quote (("Subject" (".*" last-subj 0 t)) > ("Organisation" (".*" organisa

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,

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

2001-02-25 Thread ShengHuo ZHU
[EMAIL PROTECTED] (Kai Großjohann) 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 > >

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, Großjohann... Yes, you

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, bec

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, undeco

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.

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

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

2001-02-21 Thread Ronan Waide
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 this header unhiding, rather than me expli

Re: bbdb-auto-notes-alist and ignoring stuff

2000-06-16 Thread Robert . Fenk
On , June 14 2000 15:51:14, Doug Alcorn wrote: > How can I have stuff like MAILER-DAEMON be ignored when using > something like: > > (setq bbdb/news-auto-create-p t) > (setq bbdb-notice-hook 'bbdb-auto-notes-hook) > (setq bbdb-auto-notes-alist > '(("user-agent" (".*" interface 0 t)) >