Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Reading mails in Gnus
@ 2014-02-05  4:06 Xue Fuqiao
  2014-02-05  5:48 ` Xue Fuqiao
  2014-02-05  7:21 ` Glyn Millington
  0 siblings, 2 replies; 6+ messages in thread
From: Xue Fuqiao @ 2014-02-05  4:06 UTC (permalink / raw)
  To: info-gnus-english

Hi,

I just started to learn Gnus.  I managed to send news/mails and get
news, but I can't read my mail.

Here's the Gnus part of my .emacs (I don't use ~/.gnus.el because I
prefer putting all stuff in my .emacs):

--8<---------------cut here---------------start------------->8---
(setq gnus-select-method '(nntp "news.gmane.org"))
(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(setq read-mail-command 'gnus)
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "fencepost.gnu.org")
(setq smtpmail-smtp-service 587)
(setq mail-sources '((pop :server "fencepost.gnu.org"
			  :user "xfq"
			  :password "secret"
			  :port 995)))
(setq gnus-novice-user t
      gnus-expert-user nil)
--8<---------------cut here---------------end--------------->8---

My .authinfo:
  machine fencepost.gnu.org login xfq port 587 password secret

The two "secret"s above are my passwords.

My mail settings are:

  POP3 server: fencepost.gnu.org
  POP3 port: 995
  POP3 settings: SSL/TLS
  SMTP server: fencepost.gnu.org
  SMTP port: 587
  SMTP settings: STARTTLS

And I'm using Gnus v5.13 bundled with GNU Emacs 24.3.50 (r116149
larsi@gnus.org-20140125005216-vwndukqrdbq2xv4u) on GNU/Linux.

After executing `M-x gnus', I pressed `A A' to see the complete group
list.  I only saw gmane.* and gwene.* groups, and there's no nnml*
groups.  There wasn't any error/warning message.

I have skimmed the Gnus manual and searched the web, but didn't get
anything that looked promising.  Can anyone point me in the right direction?

-- 
http://www.gnu.org/software/emacs/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-05 13:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.13753.1391573419.10748.info-gnus-english@gnu.org>
2014-02-05  7:19 ` Reading mails in Gnus Georg Pfeiffer
2014-02-05  4:06 Xue Fuqiao
2014-02-05  5:48 ` Xue Fuqiao
2014-02-05  7:21 ` Glyn Millington
2014-02-05 13:10   ` Xue Fuqiao
2014-02-05 13:34     ` Xue Fuqiao

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).