all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mauro Sacchetto <mauro.sacchetto@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Reading mail (part2)
Date: Wed, 27 Jan 2010 20:45:15 +0100	[thread overview]
Message-ID: <hjq54b$ahu$1@speranza.aioe.org> (raw)

It begins to work, nut there is still something to place well.
I'm trying to receive all e-mails via pop3 (not IMAP).
So I placed in .gnus:

(require 'pop3)
(setq gnus-select-method '(nnml ""))
(setq gnus-permanently-visible-groups "mail")
(setq gnus-posting-styles
   '((".*" (name "Mauro Sacchetto"))))
(setq mail-sources '((pop :server "pop.gmail.com"
         :port 995
         :user "mauro.sacchetto@gmail.com"
         :password "SECRET"
         :connection ssl
         :leave t)))
(setq  mail-sources '((pop :server "pop.istruzione.it"
         :user "mauro.sacchetto"
         :password "SECRET")))

Now I receive mail from account "istruzione", but not from "gmail".
There is anythung wrong in my code?

Is it right to leave empty "" in 
(setq gnus-select-method '(nnml ""))

At least: opening mail I see:
nndoc+gnus-help:gnus-help
and I've to press "^" to see the accounts.
Is it possible to see soon the dir containimg my mail?

Thanx
M.


                 reply	other threads:[~2010-01-27 19:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='hjq54b$ahu$1@speranza.aioe.org' \
    --to=mauro.sacchetto@gmail.com \
    --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.
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.