Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Merciadri Luca <Luca.Merciadri@student.ulg.ac.be>
To: info-gnus-english@gnu.org
Subject: Gnus works `at it is' but isn't that a coincidence?
Date: Mon, 17 May 2010 19:38:55 +0200	[thread overview]
Message-ID: <8739xq5sy8.fsf@merciadriluca-station.MERCIADRILUCA> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I like to understand how things work. My Gnus works perfectly now, but
I still do not understand how it can work. You might file the description of
my .emacs and .gnus files at
http://www.student.montefiore.ulg.ac.be/~merciadri/emacs.php.

1. I am personally mixing nnml and nnmail. It looks like I am only
using nnml, because

==
(setq nnmail-spool-file "/var/mail/merciadriluca")
==
seems to do no effect, as I do not even have a `merciadriluca'
directory in /var/mail/.

2. What's the interest of gnus-select-method? Is it the `primary'
method? I think so, but then, what is the interest of defining a
secondary method? What is the difference in their order? I define

==
(setq gnus-select-method '((nntp "news.stuff.com")))
(setq gnus-secondary-select-methods '((nnml "")))
==

but I do not know what they do exactly.

3. If I define

==
(setq message-directory "~/.Mail/")
(setq nnml-directory "~/Mail/")
==

what will be the difference between both concepts?

4. To me,

==
(setq mail-sources
   (list '(directory
             :path "~/Mail/"
             :suffix "" 
          )
   )
)
==
simply tells Gnus to fetch e-mails at ~/Mail/: it tells it `okay,
messages are there. There is a MUA which brings them there, and do not
try to understand it further.' Am I right?

5. Is there an interesting in defining iso-8859-15 as a charset, such
as in

==
(defun mm-read-charset (prompt)
   "Return a charset."
   'iso-8859-15)
 (setq gnus-default-posting-charset (quote iso-8859-15))
==
?

6. I use

==
(setq message-send-mail-function 'smtpmail-send-it); For message-mode
(setq send-mail-function 'smtpmail-send-it); ditto
(setq send-mail-command 'smtpmail-send-it); For mail-mode (Rmail)
==

but why do I need the three ones to make the whole stuff work?

7. What's the interest of `my-signature' in

==
(setq message-signature 'my-signature)
(setq gnus-signature-separator '("^-- $"))
==
?

8. I set

==
(setq nntp-authinfo-file ".someauthfile.gpg")
(setq smtpmail-auth-credentials ".someauthfile.gpg")
==

but what's the difference between them?

9. Providing that the whole stuff works as it is, what is the scheme
which is done when I want to fetch e-mails, or when I want to send an
e-mail, both through Gnus?

Thanks.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.
- -- 

 If it's too good to be true, then it probably is.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkvxfy8ACgkQM0LLzLt8Mhw2qgCdEAgM6mr7iJYwrfziCz4311B8
Sa8An3M5fS4VmQSjsSziyetSBZMn0bCG
=RuGx
-----END PGP SIGNATURE-----

             reply	other threads:[~2010-05-17 17:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-17 17:38 Merciadri Luca [this message]
     [not found] ` <87fx1qcpnr.fsf@topper.koldfront.dk>
2010-05-17 19:51   ` Merciadri Luca
2010-05-18  9:01     ` Uday S Reddy
2010-12-10  6:58       ` Tassilo Horn
2010-12-09 16:20     ` Tassilo Horn
2010-12-09 16:07 ` Tassilo Horn

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=8739xq5sy8.fsf@merciadriluca-station.MERCIADRILUCA \
    --to=luca.merciadri@student.ulg.ac.be \
    --cc=info-gnus-english@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 NNTP newsgroup(s).