Gnus development mailing list
 help / color / mirror / Atom feed
* BBDB buffer and Gnus
@ 2002-09-05  9:32 Ian Swainson
  2002-09-05 12:21 ` Torsten Hilbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Swainson @ 2002-09-05  9:32 UTC (permalink / raw)



Hi,

I have the following Gnus layout:

(gnus-add-configuration
 '(article
   (horizontal 1.0
               (vertical 0.3 (group 1.0))
               (vertical 1.0
                         (summary 0.28 point)
                         (article 1.0)
                         ("*BBDB*" 6)
))))

Is there any way I can only show the BBDB buffer if a BBDB entry exists for the
person whose mail I am reading?

Cheers,
Ian

-- 
fortune says:

You ate my homework!?  I didn't know dogs <really> did that...
		-- Bart to Santa's Little Helper, "Bart the Murderer"

~~~~~~~~~~~ Made in Ireland using GNU Emacs ~~~~~~~~~~~
Ian Swainson          Kia Ora!          ian@qui-oui.com
~~~~~~~~~~~~~~~~ http://www.clients.ie ~~~~~~~~~~~~~~~~




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: BBDB buffer and Gnus
  2002-09-05  9:32 BBDB buffer and Gnus Ian Swainson
@ 2002-09-05 12:21 ` Torsten Hilbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Hilbrich @ 2002-09-05 12:21 UTC (permalink / raw)


Ian Swainson <ian.swainson@clients.ie> writes:

> Hi,
>
> I have the following Gnus layout:
>
> (gnus-add-configuration
>  '(article
>    (horizontal 1.0
>                (vertical 0.3 (group 1.0))
>                (vertical 1.0
>                          (summary 0.28 point)
>                          (article 1.0)
>                          ("*BBDB*" 6)
> ))))
>
> Is there any way I can only show the BBDB buffer if a BBDB entry
> exists for the person whose mail I am reading?

I found the following way:

(gnus-add-configuration
 '(article
   (horizontal 1.0
               (vertical 0.3 (group 1.0))
               (vertical 1.0
                         (summary 0.28 point)
                         (article 1.0)
                         (if (bbdb/gnus-update-record) '("*BBDB*" 6))
))))

The function bbdb/gnus-update-record returns non-nil if there is a
record for the current entry.

        Torsten



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-05 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-05  9:32 BBDB buffer and Gnus Ian Swainson
2002-09-05 12:21 ` Torsten Hilbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).