From: "Adam Sjøgren via info-gnus-english" <info-gnus-english@gnu.org>
To: info-gnus-english@gnu.org
Subject: Re: Test email
Date: Fri, 10 Jul 2020 09:54:42 +0200 [thread overview]
Message-ID: <875zaverel.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <87blkoz0n3.fsf@rafikhan.io>
Rafi writes:
> 1. I am using Gmail as the backend and received Dmitry Alexandrov's
> reply in my inbox, but for some reason your reply wasn't there. I am
> replying to you from the gmane group in gnus.
It's a common "problem" with mailing lists: Some people reply both to
the mailing list and directly to the person, some people only reply to
the mailing list.
The first strategy is useful if the person writing on the mailing list
isn't subscribed to it. (I find that an odd thing to do, and with Gmane,
where following a mailing list is very low friction, even more so).
There are some headers you can set to indicate your preference, but not
many email clients understand them.
> 2. What is the difference between replying and forwarding in mailing
> lists?
I think you are thinking of R.eply and F.ollow up?
For newsgroups (e.g. Gmane) R sends to the author only, and F sends to
the group. (S W sends to both.)
For email, you can think of R in Gnus as "Reply", and F as "Reply All".
It's more complicated than that (of course, this is Emacs), but it's a
reasonable first approximation.
F and R quote the previous email, f and r don't.
I usually want to follow up in the newsgroup, rather than replying only
to the author, so to be reminded if I hit the wrong button, I've (asked
around, and somebody provided this small snippet to) add to my ~/.gnus:
; Warn if replying from a newsgroup:
(defadvice gnus-summary-reply (around asjo-reply-in-news activate)
(interactive)
(when (or (not (gnus-news-group-p gnus-newsgroup-name))
(y-or-n-p "Really reply? "))
ad-do-it))
which makes Gnus ask me if I really want to email the author instead of
following up in the newsgroup, if I happen to.
Best reards,
Adam
--
"Ride the tail of rhyme Adam Sjøgren
Break the legs of time asjo@koldfront.dk
Snap its spine"
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english
next prev parent reply other threads:[~2020-07-10 7:55 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-09 5:15 Rafi Khan
2020-07-09 7:31 ` Alberto Luaces
2020-07-10 0:14 ` Rafi Khan
2020-07-10 7:54 ` Adam Sjøgren via info-gnus-english [this message]
2020-07-10 23:47 ` Rafi Khan
2020-07-10 13:18 ` ‘Reply’ vs ‘followup’ (was: Test email) Dmitry Alexandrov
2020-07-10 14:14 ` ‘Reply’ vs ‘followup’ Alberto Luaces
2020-07-10 15:28 ` Adam Sjøgren via info-gnus-english
2020-07-10 23:51 ` Rafi Khan
2020-07-09 8:17 ` Test email Dmitry Alexandrov
[not found] ` <87imewz0ui.fsf@rafikhan.io>
2020-07-10 4:26 ` Get list address for Gmane group (was: Test email) Dmitry Alexandrov
2020-08-06 12:53 ` Test email 황병희
2020-08-07 4:01 ` Rafi Khan
2020-08-08 2:31 ` 황병희
2020-08-08 15:39 ` Emanuel Berg via info-gnus-english
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=875zaverel.fsf@tullinup.koldfront.dk \
--to=info-gnus-english@gnu.org \
--cc=asjo@koldfront.dk \
/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.
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).