Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How to change the behavior when replying to your own message
@ 2015-07-24 16:31 SStar
  2015-07-24 20:40 ` Brady Trainor
       [not found] ` <mailman.7364.1437770440.904.info-gnus-english@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: SStar @ 2015-07-24 16:31 UTC (permalink / raw)
  To: info-gnus-english

Hello, I have a problem, when I replying my own message that I previous
send to the other part by pressing 'R' on my own message , the new
heading indicates the new message will send to myself. I actually want
it send to the other part. I tried use 'F', it still send to myself with
cc to the others.  Thought about to attack this problem by change
posting styple `gnus-posting-styles`, but looks like it only accept one
condition in sequence, I need two conditions, that is in some group and
from myself. Need suggestions to solve this. 

Thanks ahead.

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

* Re: How to change the behavior when replying to your own message
  2015-07-24 16:31 How to change the behavior when replying to your own message SStar
@ 2015-07-24 20:40 ` Brady Trainor
       [not found] ` <mailman.7364.1437770440.904.info-gnus-english@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Brady Trainor @ 2015-07-24 20:40 UTC (permalink / raw)
  To: info-gnus-english


f is for newsgroups, "followup". Maybe S W for wide reply. Maybe try menu-bar-mode while you get familiar with all the gnus commands.

--
Brady



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

* Re: How to change the behavior when replying to your own message
       [not found] ` <mailman.7364.1437770440.904.info-gnus-english@gnu.org>
@ 2015-07-25  1:16   ` SStar
  2015-07-25 11:11     ` Adam Sjøgren
       [not found]     ` <mailman.7377.1437822693.904.info-gnus-english@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: SStar @ 2015-07-25  1:16 UTC (permalink / raw)
  To: info-gnus-english

Thanks for your reply.

I just checked, both `S W` and `f` will generate the same sort of header

To: myself address
CC: the other emails

Just wondering if there is a easy way to identify that I am replying my
own message, which actually means to reply to the Receiver.

I replied some of my own message by `r` meaning to follow up to send
additional message, but it turns out the message is sent to myself, this
is not suppose to happen, there is no warming that I am send to myself.
Since I never put my own email in To field, is there a way to
permanently prevent this to happen in the future.


On Fri, Jul 24 2015, Brady Trainor wrote:
> f is for newsgroups, "followup". Maybe S W for wide reply. Maybe try
> menu-bar-mode while you get familiar with all the gnus commands.
>
> --
> Brady


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

* Re: How to change the behavior when replying to your own message
  2015-07-25  1:16   ` SStar
@ 2015-07-25 11:11     ` Adam Sjøgren
       [not found]     ` <mailman.7377.1437822693.904.info-gnus-english@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Adam Sjøgren @ 2015-07-25 11:11 UTC (permalink / raw)
  To: info-gnus-english

SStar writes:

> Just wondering if there is a easy way to identify that I am replying my
> own message, which actually means to reply to the Receiver.

There is, configure the variable message-dont-reply-to-names to match
your email-address(es).

,----[ C-h v message-dont-reply-to-names RET ]
| message-dont-reply-to-names is a variable defined in `message.el'.
| Its value is
| "\\(asjo\\|adam\\)@\\(koldfront.dk\\|asjo.org\\)"
| Original value was nil
| 
| Documentation:
| *Addresses to prune when doing wide replies.
| This can be a regexp or a list of regexps.  Also, a value of nil means
| exclude your own user name only.
| 
| You can customize this variable.
| 
| This variable was introduced, or its default value was changed, in
| version 24.3 of Emacs.
`----

And then do a wide reply.

Some what related: You can also set gnus-ignored-from-addresses, which
will show the To: address instead of the From: in the *Summary*,
whenever the article is from you.

,----[ C-h v gnus-ignored-from-addresses RET ]
| gnus-ignored-from-addresses is a variable defined in `gnus-sum.el'.
| Its value is
| "\\(asjo\\|adam\\)@\\(koldfront.dk\\|asjo.org\\)"
| Original value was 
| "asjo@koldfront\\.dk"
| 
| Documentation:
| *From headers that may be suppressed in favor of To headers.
| This can be a regexp or a list of regexps.
| 
| You can customize this variable.
| 
| This variable was introduced, or its default value was changed, in
| version 21.1 of Emacs.
| 
| [back]
`----

Hope this helps!


  Best regards,

    Adam

-- 
 "XHTML was history over five years ago. It's time you        Adam Sjøgren
  XML fanatics accept that HTML is a different language  asjo@koldfront.dk
  with different rules and stop this incessant
  kvetching."


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: How to change the behavior when replying to your own message
       [not found]     ` <mailman.7377.1437822693.904.info-gnus-english@gnu.org>
@ 2015-07-28 23:18       ` SStar
  0 siblings, 0 replies; 5+ messages in thread
From: SStar @ 2015-07-28 23:18 UTC (permalink / raw)
  To: info-gnus-english

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb18030", Size: 1873 bytes --]

This is awesome, it works as experted.
On Sat, Jul 25 2015, Adam Sj0‹3gren wrote:
> SStar writes:
>
>> Just wondering if there is a easy way to identify that I am replying my
>> own message, which actually means to reply to the Receiver.
>
> There is, configure the variable message-dont-reply-to-names to match
> your email-address(es).
>
> ,----[ C-h v message-dont-reply-to-names RET ]
> | message-dont-reply-to-names is a variable defined in `message.el'.
> | Its value is
> | "\\(asjo\\|adam\\)@\\(koldfront.dk\\|asjo.org\\)"
> | Original value was nil
> | 
> | Documentation:
> | *Addresses to prune when doing wide replies.
> | This can be a regexp or a list of regexps.  Also, a value of nil means
> | exclude your own user name only.
> | 
> | You can customize this variable.
> | 
> | This variable was introduced, or its default value was changed, in
> | version 24.3 of Emacs.
> `----
>
> And then do a wide reply.
>
> Some what related: You can also set gnus-ignored-from-addresses, which
> will show the To: address instead of the From: in the *Summary*,
> whenever the article is from you.
>
> ,----[ C-h v gnus-ignored-from-addresses RET ]
> | gnus-ignored-from-addresses is a variable defined in `gnus-sum.el'.
> | Its value is
> | "\\(asjo\\|adam\\)@\\(koldfront.dk\\|asjo.org\\)"
> | Original value was 
> | "asjo@koldfront\\.dk"
> | 
> | Documentation:
> | *From headers that may be suppressed in favor of To headers.
> | This can be a regexp or a list of regexps.
> | 
> | You can customize this variable.
> | 
> | This variable was introduced, or its default value was changed, in
> | version 21.1 of Emacs.
> | 
> | [back]
> `----
>
> Hope this helps!
>
>
>   Best regards,
>
>     Adam

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

end of thread, other threads:[~2015-07-28 23:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24 16:31 How to change the behavior when replying to your own message SStar
2015-07-24 20:40 ` Brady Trainor
     [not found] ` <mailman.7364.1437770440.904.info-gnus-english@gnu.org>
2015-07-25  1:16   ` SStar
2015-07-25 11:11     ` Adam Sjøgren
     [not found]     ` <mailman.7377.1437822693.904.info-gnus-english@gnu.org>
2015-07-28 23:18       ` SStar

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).