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
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
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
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
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
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
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
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,
[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
> >
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
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
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
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.
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
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
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
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
> '((&
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))
(
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
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
; 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
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
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
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))
>
>
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
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
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
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
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
29 matches
Mail list logo