all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Reading mail (part2)
@ 2010-01-27 19:45 Mauro Sacchetto
  0 siblings, 0 replies; only message in thread
From: Mauro Sacchetto @ 2010-01-27 19:45 UTC (permalink / raw)
  To: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-27 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-27 19:45 Reading mail (part2) Mauro Sacchetto

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.