all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: "gnus help"
  2004-06-20 11:41 gnus help david
@ 2004-06-20  9:36 ` Florian v. Savigny
  2004-06-20  9:43   ` Florian v. Savigny
  0 siblings, 1 reply; 3+ messages in thread
From: Florian v. Savigny @ 2004-06-20  9:36 UTC (permalink / raw)


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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "gnus help"
  2004-06-20  9:36 ` "gnus help" Florian v. Savigny
@ 2004-06-20  9:43   ` Florian v. Savigny
  0 siblings, 0 replies; 3+ messages in thread
From: Florian v. Savigny @ 2004-06-20  9:43 UTC (permalink / raw)


On Sun, 20 Jun 2004 11:36:10 +0200, Florian v. Savigny


Oops. Your subject line said "gnus help". Ok, I had read "gnu emacs help" - 
still half asleep, sorry. There is a separate newsgroup for Gnus called 
gnu.emacs.gnus!

-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* gnus help
@ 2004-06-20 11:41 david
  2004-06-20  9:36 ` "gnus help" Florian v. Savigny
  0 siblings, 1 reply; 3+ messages in thread
From: david @ 2004-06-20 11:41 UTC (permalink / raw)



i want to change the From:my_email varible

where can i find it ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-20 11:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-20 11:41 gnus help david
2004-06-20  9:36 ` "gnus help" Florian v. Savigny
2004-06-20  9:43   ` Florian v. Savigny

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.