From: "Florian v. Savigny" <florian265@uboot.com>
Subject: Re: "gnus help"
Date: Sun, 20 Jun 2004 11:36:10 +0200 [thread overview]
Message-ID: <opr9vzmklc36ck5b@news.online.de> (raw)
In-Reply-To: m38yei5udu.fsf@yonder.org
On 20 Jun 2004 04:41:33 -0700, david <liuyingzhi@yahoo.com> wrote:
>
> i want to change the From:my_email varible
>
> where can i find it ?
>
>
Perhaps you mean
(setq user-mail-address "my_email"
user-full-name "My name")
which works for mail. But you haven't stated whether you want to use it for
outgoing mail or for outgoing news articles. For the latter,
(setq
gnus-posting-styles
'((".*" ; the all-matching regexp
(name "My name")
(address "my_email"))))
might be what you want (I do not now know what the stuff with the regexp
precisely is about, but the first element of gnus-posting-styles probably
is not optional, so I left it as it is in my ~/.gnus).
Note that for mail, your server might not allow you to specify arbitrary
sender addresses. Note also that if you plan to put in a faked email
address to escape spam, this is widely frowned upon. Consider opening a
yahoo mail account instead.
NOTE ALSO that you should write an informative subject line (such as
"specifying the sender address when using mail" or "specifying the sender
address when using gnus") when posting an article (I am not criticising
your English, but the content! It's OK not to be perfect in English.)
Florian
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
next prev parent reply other threads:[~2004-06-20 9:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-20 11:41 gnus help david
2004-06-20 9:36 ` Florian v. Savigny [this message]
2004-06-20 9:43 ` "gnus help" Florian v. Savigny
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=opr9vzmklc36ck5b@news.online.de \
--to=florian265@uboot.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.