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

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

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 o

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

Customize patch for bbdb-auto-notes-alist

2001-07-25 Thread Henrik Enberg
The variable bbdb-auto-notes-alist can't be customized properly as it stands. I've attached a patch below that fixes this (in a kludgy sort of way). My `:tag' strings might need a wee bit of massage. Henrik -- I always have fun because I'm out of my mind!!! --- /usr/lo

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-su

bbdb-auto-notes-alist

2001-07-09 Thread Eric Knauel
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)) ("O

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

`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, this

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 > '((&

bbdb-auto-notes-alist and ignoring stuff

2000-06-14 Thread Doug Alcorn
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)) (

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

2000-05-19 Thread Andreas Fuchs
On 2000-05-18, Dan McGuirk <[EMAIL PROTECTED]> wrote: > I also remember that at some point during my struggle I manually > added the fields I was interested to the database (by manually > entering values for a certain record, then answering 'yes' to 'do you > want to create this field?'). I don't

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 ent

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

2000-05-18 Thread Doug Alcorn
; BBDB version 2.00.06 (1999/01/25 06:16:02) > > Gnus v5.8.4 > > Maybe it is the gnus version? I am using v5.8.6. Maybe, I built my bbdb-auto-notes-alist directly from what you had posted earlier. The only changes I made were to add some more header fields. -- (__) Doug Alcorn (mai

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

2000-05-18 Thread Andreas Fuchs
On 2000-05-17, Doug Alcorn <[EMAIL PROTECTED]> wrote: > Using this setup, only the "newsgroup" header is actually captured and > replaces to the posted-to field of the bbdb record. All the other > headers seem to be ignored. I added Not only the headers not covered by the gnus-visible-headers

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

2000-05-18 Thread Doug Alcorn
If you guys can't tell, I'm just now starting to play with bbdb/news-auto-create. I'm wondering if there is a good web site that talks about issues of setting it up or an info page. All I know is what I've gleaned from here and gnu.emacs.gnus. Specifically, I am looking to: o not notic

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

2000-05-18 Thread Dan McGuirk
Doug Alcorn writes: >Using this setup, only the "newsgroup" header is actually captured and >replaces to the posted-to field of the bbdb record. All the other >headers seem to be ignored. I added > >("Organization" (".*" company 0)) > >

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

2000-05-17 Thread Doug Alcorn
l-aliases) Using this setup, only the "newsgroup" header is actually captured and replaces to the posted-to field of the bbdb record. All the other headers seem to be ignored. I added ("Organization" (".*" company 0)) (as from the bbdb-auto-notes-alist help in

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

2000-05-17 Thread Andreas Fuchs
Hello! Based on a suggestion by Karl Kleinpaste <[EMAIL PROTECTED]> in gnu.emacs.gnus, I adjusted the bbdb-auto-notes-alist and bbdb/news-auto-create-p variables to automatically add and annotate a new record to the bbdb whenever I open a message by an unknown author. With the setup des

bbdb-auto-notes-alist & new entries

1994-08-31 Thread Michael Hucka
I have a few bbdb-auto-notes-alist settings that do things like update fields "newsgroups" and "last-subject" based on people's news postings. I have bbdb/news-auto-create-p set to `nil'. The problem is that if I create a new BBDB entry using ":" in

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)) (&q