Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: "nobody" in Summary Draft
       [not found] <m2k7l24joc.fsf@localhost.localdomain>
@ 2002-10-01  6:22 ` Pranav K. Tiwari
  0 siblings, 0 replies; only message in thread
From: Pranav K. Tiwari @ 2002-10-01  6:22 UTC (permalink / raw)


On 01 Oct 2002 09:01:23 +0000, Wu XiaoGuang <woohsiaokuang@yahoo.com.cn> writes:

> Hi, all:
>    I found in Summary Draft, all the receivers are "nobody", how can I
>    fix it?
>    Thank you.
>

I have the following in my .gnus and I see the headings in draft folder as:

   [->                gnu.emacs.gnus ] 1 Re: "nobody" in Summary Draft
   [-> testad                        ] 1 

-p

(setq gnus-extra-headers '(To Newsgroups)
      nnmail-extra-headers gnus-extra-headers)
(defun pkt:gnus-summary-setup-format ()
  (interactive)
  (if (string-match ":" gnus-newsgroup-name)
      (if (string-match "draft" gnus-newsgroup-name)
	  (setq gnus-summary-line-format "%z%U%R%I%[-> %-15,15~(form (gnus-extra-header 'To))@%-15,15~(form (gnus-extra-header 'Newsgroups))@]%2t %s\n")
	(setq gnus-summary-line-format "%z%U%R%I%[%4uc:%-15,15uB]%2t %s\n"))
    (setq gnus-summary-line-format "%z%U%R%I%[%4uc:%-15,15a]%2t %s\n")))


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

only message in thread, other threads:[~2002-10-01  6:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m2k7l24joc.fsf@localhost.localdomain>
2002-10-01  6:22 ` "nobody" in Summary Draft Pranav K. Tiwari

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