Gnus development mailing list
 help / color / mirror / Atom feed
From: Wes Hardaker <wes@hardakers.net>
Subject: Re: display picons _and_ textual address
Date: Tue, 02 Mar 2004 12:30:56 -0800	[thread overview]
Message-ID: <sdfzcruh33.fsf@wes.hardakers.net> (raw)
In-Reply-To: <v9vflnggxv.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Tue, 02 Mar 2004 20:57:48 +0100")

[-- Attachment #1: Type: text/plain, Size: 646 bytes --]

>>>>> On Tue, 02 Mar 2004 20:57:48 +0100, Reiner Steib <4.uce.03.r.s@nurfuerspam.de> said:

Reiner> The patch seems to be incomplete. It ends in the middle of this hunk:

Odd.

Re-diffed and resending.

cvs piped through programs occasionally truncates stuff for me.  Never
figured out why.  Probably a queuing problem.  I redirected to a file,
and that has never truncated for me so I'm confused.  This file,
however, looks complete.  Which means if it doesn't come through ok
then its a gnus problem (much worse!)

-- 
"In the bathtub of history the truth is harder to hold than the soap,
 and much more difficult to find."  -- Terry Pratchett

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: picons.patch --]
[-- Type: text/x-patch, Size: 998 bytes --]

Index: gnus-picon.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-picon.el,v
retrieving revision 7.2
diff -u -r7.2 gnus-picon.el
--- gnus-picon.el	5 Feb 2004 02:42:26 -0000	7.2
+++ gnus-picon.el	2 Mar 2004 20:29:31 -0000
@@ -74,6 +74,11 @@
   :type '(repeat string)
   :group 'gnus-picon)
 
+(defcustom gnus-picon-replace-text t
+  "*Replace text with the picons if t, or just insert next to them if nil."
+  :type 'boolean
+  :group 'gnus-picon)
+
 (defface gnus-picon-xbm-face '((t (:foreground "black" :background "white")))
   "Face to show xbm picon in."
   :group 'gnus-picon)
@@ -194,7 +199,8 @@
 	  (gnus-article-goto-header header)
 	  (mail-header-narrow-to-field)
 	  (when (search-forward address nil t)
-	    (delete-region (match-beginning 0) (match-end 0))
+	    (if gnus-picon-replace-text
+		(delete-region (match-beginning 0) (match-end 0)))
 	    (setq point (point))
 	    (while spec
 	      (goto-char point)

  reply	other threads:[~2004-03-02 20:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-02 15:30 Reiner Steib
2004-03-02 18:05 ` Wes Hardaker
2004-03-02 19:57   ` Reiner Steib
2004-03-02 20:30     ` Wes Hardaker [this message]
2004-03-04 21:17       ` Jesper Harder
2004-03-04 22:05         ` Wes Hardaker
2004-03-25  2:05 ` Jesper Harder
2004-03-25 13:21   ` Reiner Steib
     [not found]     ` <v97jx912q4.fsf-WZbs9ZYJ0ya4nSHvGpykACzlmkwuQ7VwhC4ANOJQIlc@public.gmane.org>
2004-03-27 12:14       ` Jochen Küpper
2004-05-16 16:10         ` Lars Magne Ingebrigtsen
     [not found]           ` <m3wu3cbbf3.fsf-qBEgNjfYAPolG3ThADb//ti2O/JbrIOy@public.gmane.org>
2004-05-17 20:32             ` Jochen Küpper
2004-05-18 12:21           ` Reiner Steib
     [not found]             ` <v98yfq2af4.fsf-WZbs9ZYJ0ya4nSHvGpykACzlmkwuQ7VwhC4ANOJQIlc@public.gmane.org>
2004-05-18 21:49               ` Jochen Küpper
2006-12-30 14:53                 ` Reiner Steib
2004-05-18 21:53             ` Jesper Harder
2004-05-18 22:07               ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sdfzcruh33.fsf@wes.hardakers.net \
    --to=wes@hardakers.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).