|
| From: | Johan Bockgård |
| Subject: | Re: For the complete novice without knowledge of code how to deal with the code for setting up mail in gnus |
| Date: | Mon, 03 Jul 2006 03:33:19 +0200 |
| User-agent: | Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) |
"B. T. Raven" <ecinmn@alcisp.com> writes:
> How can I use one email address for mail and one for news, using
> gnus for both?
Like
(setq gnus-posting-styles
'(...
(message-news-p
(address "me+news@foo.bar"))
...))
See (info "(gnus)Posting Styles")
--
Johan Bockgård
| [Prev in Thread] | Current Thread | [Next in Thread] |