From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus and multiple Email servers
Date: Mon, 22 Nov 2021 22:26:29 -0800 [thread overview]
Message-ID: <87sfvngzfu.fsf@ericabrahamsen.net> (raw)
In-Reply-To: SJ0PR03MB545583D0754C41076B9702289B609@SJ0PR03MB5455.namprd03.prod.outlook.com
David Masterson <dsmasterson92630@outlook.com> writes:
> Emanuel Berg via Users list for the GNU Emacs text editor
> <help-gnu-emacs@gnu.org> writes:
>
>> Michael Heerdegen wrote:
>>
>>>> [...] see (info "(gnus) Mail Source Specifiers")
>>>
>>> Also (info "(gnus) Select Methods"), and in particular
>>> `gnus-secondary-select-methods'.
>>
>> That's right, I have `gnus-select-method'
>>
>> (nntp "news.gmane.io")
>>
>> and `gnus-secondary-select-methods' is
>>
>> ((nntp "nntp.aioe.org") (nnml ""))
>>
>> then one just adds groups with `gnus-group-make-group' in the
>> Group buffer.
>>
>> Actually it should be a matter of doing it/something once, and
>> input data... and then do it again, and again.
>>
>> It doesn't feel like it is like that tho ... but maybe it is,
>> or could be?
>>
>> Hey, nobody said it was supposed to be easy, right?
>>
>> But actually it is pretty easy! Even if the process is either
>> just a little bit wide (Norwegian) or not entirely
>> streamlined (Swedish) :)
>
> What is the relationship (or difference?) between a select-method and a
> mail-source? Can you use a mail-source without setting up a
> select-method? Are split-methods the equivalent "select method" to
> mail-source?
>
> The manual is not clear (to me) on this.
A mail source is an external "place" that mail comes from. Gnus doesn't
own or manage that source, it simply fetches the mail from there, then
stores it in a select method. As Gnus is storing the mail, it might also
split it.
So no, you can't use a mail source without a select method, because once
Gnus has got mail from the source, it has to put it somewhere.
A mail source is most often a POP server, or a mail spool.
It's confusing because some select methods essentially act as their own
mail sources, most notably IMAP and NNTP servers. An nnmaildir select
method can also be configured to find new mail "in place", if it's being
delivered there by some other process. In these cases, you won't be
using mail sources at all (I don't have any mail sources).
Hope that helps!
Eric
next prev parent reply other threads:[~2021-11-23 6:26 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-20 1:34 Gnus and multiple Email servers David Masterson
2021-11-20 2:53 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-11-20 4:00 ` Michael Heerdegen
2021-11-20 4:19 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-11-23 2:06 ` David Masterson
2021-11-23 6:26 ` Eric Abrahamsen [this message]
2021-11-23 8:21 ` Michael Heerdegen
2021-11-28 4:40 ` David Masterson
2021-11-28 10:04 ` Michael Heerdegen
2021-11-29 4:20 ` Eric Abrahamsen
2021-11-29 10:11 ` Michael Heerdegen
2021-11-29 16:23 ` Eric Abrahamsen
2021-11-30 11:14 ` Michael Heerdegen
2021-12-01 5:44 ` Eric Abrahamsen
2021-12-01 18:16 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-01 19:26 ` Eric Abrahamsen
2021-12-01 20:27 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-01 21:44 ` Eric Abrahamsen
2021-12-03 20:43 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-03 20:46 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-04 3:45 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-04 4:21 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-04 17:24 ` Eric Abrahamsen
2021-12-04 17:34 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-04 20:37 ` Eric Abrahamsen
2021-11-23 9:55 ` Byung-Hee HWANG
2021-11-28 4:38 ` David Masterson
2021-11-28 5:10 ` Eric Abrahamsen
2021-11-28 6:08 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-01 3:31 ` David Masterson
2021-12-01 4:34 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-11-22 6:48 ` David Masterson
2021-11-23 9:35 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-11-28 4:42 ` David Masterson
2021-11-20 5:21 ` Óscar Fuentes
2021-11-22 6:38 ` David Masterson
2021-11-21 14:17 ` Byung-Hee HWANG
2021-11-21 19:54 ` Sergey Organov
2021-11-21 21:14 ` Daniel Fleischer
2021-11-22 2:43 ` Bob Newell
2021-11-22 9:44 ` Byung-Hee HWANG
2021-11-24 13:34 ` Byung-Hee HWANG 🐂🐧
2021-11-24 15:16 ` Michael Heerdegen
2021-11-24 21:32 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-11-25 14:42 ` Byung-Hee HWANG
2021-11-25 14:32 ` Byung-Hee HWANG
2021-11-22 10:35 ` Vegard Vesterheim
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sfvngzfu.fsf@ericabrahamsen.net \
--to=eric@ericabrahamsen.net \
--cc=help-gnu-emacs@gnu.org \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).