Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] picons/network/article/bar
@ 1999-02-23 16:49 Didier Verna
  0 siblings, 0 replies; only message in thread
From: Didier Verna @ 1999-02-23 16:49 UTC (permalink / raw)



        No, no, I don't use gnus only to look at picons. From time to time, I
read mails too.


1999-02-23  Didier Verna  <verna@inf.enst.fr>

	* gnus-picon.el (gnus-picons-display-bar-p): when picons are
	displayed in the article buffer, output bars if
	`gnus-picons-display-article-move-p'.

--- gnus-picon.el.orig	Tue Feb 23 16:45:18 1999
+++ gnus-picon.el	Tue Feb 23 17:38:37 1999
@@ -664,8 +664,9 @@
 ;;; search job functions
 
 (defun gnus-picons-display-bar-p ()
-  (and (not (eq gnus-picons-display-where 'article))
-       gnus-picons-display-as-address))
+  (if (eq gnus-picons-display-where 'article)
+      gnus-picons-display-article-move-p
+    gnus-picons-display-as-address))
 
 (defun gnus-picons-network-search-internal (user addrs dbs sym-ann right-p
 						 marker &optional fnames)


-- 
    /     /   _   _       Didier Verna        http://www.inf.enst.fr/~verna/
 - / / - / / /_/ /      E.N.S.T. INF C201.1      mailto:verna@inf.enst.fr
/_/ / /_/ / /__ /        46 rue Barrault        Tel.   (33) 01 45 81 73 46
                      75634 Paris  cedex 13     Fax.   (33) 01 45 81 31 19


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-23 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-23 16:49 [PATCH] picons/network/article/bar Didier Verna

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).