info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Reading mails in Gnus


From: Xue Fuqiao
Subject: Reading mails in Gnus
Date: Wed, 05 Feb 2014 12:06:20 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]