* Greg Bognar <[EMAIL PROTECTED]> a écrit
> Greg Bognar <[EMAIL PROTECTED]> writes:
>
>> Glyn Millington <[EMAIL PROTECTED]> writes:
>>
>>> GB <[EMAIL PROTECTED]> writes:
>>>
>>>> Hi, I am new to Gnus.
>>>>
>>>> Could someone tell me how I could tell Gnus *not* to put the
>>>> Organization: line in the header?  Neither of these work:
>>>>
>>>> (setq gnus-posting-styles
>>>>       '((message-news-p
>>>>                    (name "GB")
>>>>                    (address "...&gmail.com")
>>>>          (organization nil)))
>>>>
>>>> (setq gnus-posting-styles
>>>>       '((message-news-p
>>>>                    (name "GB")
>>>>                    (address "...&gmail.com")
>>>>          (organization "")))
>>>
>>> Hi Greg,
>>>
>>> Try ("Organization" nil)   in those posting styles.  If you can't see my
>>> organization, then it works!
>>
>> Well, if you can't see my organization, then it did work.  Just out of
>> curiosity, what is it that puts this line in the header?  As far as I
>> can tell, I did not have it set anywhere in my Emacs.
>>
>> Thanks,
>> Greg
>
> 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

Note the replaceable line with Organization in it

-- 
Regards, Slackrat [Bill Henderson] [No _4Q_ for direct email]
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to