Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: anti-spam-pranav@cisco.com (Pranav K. Tiwari)
Subject: Re: "nobody" in Summary Draft
Date: Tue, 01 Oct 2002 11:52:26 +0530	[thread overview]
Message-ID: <ud6quwue5.fsf@cisco.com> (raw)
In-Reply-To: <m2k7l24joc.fsf@localhost.localdomain>

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


           reply	other threads:[~2002-10-01  6:22 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <m2k7l24joc.fsf@localhost.localdomain>]

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=ud6quwue5.fsf@cisco.com \
    --to=anti-spam-pranav@cisco.com \
    /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).