Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: info-gnus-english@gnu.org
Subject: Re: Organization
Date: Mon, 19 Mar 2007 09:54:18 +0100	[thread overview]
Message-ID: <87k5xd396t.fsf@baldur.tsdh.de> (raw)
In-Reply-To: <87ircx7ng6.fsf@azurservers.com>

Slackrat <slackrat4Q@azurservers.com> writes:

Hi,

>>> Well, if you can't see my organization, then it did work.
>>
>> And it seems that it *did not* work.
>
> ;; HEADERS THAT I WOULD LIKE TO SEE
> ;; ################################
> (setq gnus-visible-headers
>       (quote ("^From:" "^Newsgroups:" "^Subject:" "^Date:"
>               "^Followup-To:" "^Reply-To:" "^Summary:"
> ;;              "^Followup-To:" "^Reply-To:" "^Organization:" "^Summary:"
>               "^Keywords:" "^To:" "^[BGF]?Cc:" "^Posted-To:"
>               "^Mail-Copies-To:" "^Apparently-To:" "^Gnus-Warning:"
>               "^Resent-From:" "^X-Sent:" "^X-Mailer:" "^User-Agent:"
>               "^X-Newsreader" "Content-Type:")))
>
> This works for me

This variable says only what header to display while reading, not what
headers to create when writing postings. For that purpose have a look at

,----[ C-h v message-default-headers RET ]
| message-default-headers is a variable defined in `message.el'.
| Its value is ""
| 
| 
| Documentation:
| *A string containing header lines to be inserted in outgoing messages.
| It is inserted before you edit the message, so you can edit or delete
| these lines.
`----

,----[ C-h v message-default-news-headers RET ]
| message-default-news-headers is a variable defined in `message.el'.
| Its value is ""
| 
| 
| Documentation:
| *A string of header lines to be inserted in outgoing news articles.
`----

,----[ C-h v message-default-mail-headers RET ]
| message-default-mail-headers is a variable defined in `message.el'.
| Its value is ""
| 
| 
| Documentation:
| *A string of header lines to be inserted in outgoing mails.
`----

Also have a look at the variables

,----[ C-h v message-required-headers RET ]
| message-required-headers is a variable defined in `message.el'.
| Its value is 
| ((X-Draft-From lambda nil
|                (gnus-inews-make-draft-meta-information "nntp+news.gmane.org:gmane.emacs.gnus.user"
|                                                        '((8808))))
|  (optional . References)
|  From)
| 
| Documentation:
| *Headers to be generated or prompted for when sending a message.
| Also see `message-required-news-headers' and
| `message-required-mail-headers'.
`----

,----[ C-h v message-required-news-headers RET ]
| message-required-news-headers is a variable defined in `message.el'.
| Its value is 
| (From Newsgroups Subject Date Message-ID
|       (optional . Organization)
|       (optional . User-Agent))
| 
| Documentation:
| *Headers to be generated or prompted for when posting an article.
| RFC977 and RFC1036 require From, Date, Newsgroups, Subject,
| Message-ID.  Organization, Lines, In-Reply-To, Expires, and
| User-Agent are optional.  If don't you want message to insert some
| header, remove it from this list.
`----

,----[ C-h v message-required-mail-headers RET ]
| message-required-mail-headers is a variable defined in `message.el'.
| Its value is 
| (From Subject Date
|       (optional . In-Reply-To)
|       Message-ID
|       (optional . User-Agent))
| 
| Documentation:
| *Headers to be generated or prompted for when mailing a message.
| It is recommended that From, Date, To, Subject and Message-ID be
| included.  Organization and User-Agent are optional.
`----

HTH,
Tassilo
-- 
      "DRM manages rights in the same way a jail manages freedom"

  reply	other threads:[~2007-03-19  8:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-18  1:50 Organization GB
2007-03-18  6:21 ` Organization Glyn Millington
2007-03-18 19:41   ` Organization Greg Bognar
2007-03-18 19:45     ` Organization Greg Bognar
2007-03-19  6:32       ` Organization Slackrat
2007-03-19  8:54         ` Tassilo Horn [this message]
     [not found]         ` <mailman.1106.1174294575.7795.info-gnus-english@gnu.org>
2007-03-20  4:53           ` Organization Greg Bognar
2007-03-18 23:04     ` Organization Reiner Steib
2007-03-19 18:09     ` Organization Adam Sjøgren

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=87k5xd396t.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=info-gnus-english@gnu.org \
    /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).