Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Problem trying to get new email every 10 minutes automatically
@ 2015-10-18  1:44 cseberino
  2015-10-18 10:12 ` Peter Münster
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: cseberino @ 2015-10-18  1:44 UTC (permalink / raw)
  To: info-gnus-english

The last line below of my Gnus config I assumed was to grab new email every 10 minutes.  I sent an email to my Gmail account and noticed it showed up in my other non-Emacs email client inbox but not in Gnus inbox.  Why?

(If I type "g" manually in Gnus then it DOES get new email!?!?)

cs


(setq-default gnus-permanently-visible-groups ".*.*")

(require 'nnir)
(setq-default gnus-select-method
      '(nnimap "gmail"
               (nnimap-address "imap.googlemail.com")
               (nnimap-server-port "imaps")
               (nnimap-stream ssl)
               (nnir-search-engine imap)))

(setq-default smtpmail-smtp-service 587
      gnus-ignored-newsgroups "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"]\"[#'()]")

(setq-default gnus-posting-styles
      '(((header "to" "REDACTED")
         (address "REDACTED"))
        ((header "to" "REDACTED")
         (address "REDACTED"))
        ((header "to" "REDACTED")
         (address "REDACTED"))))

(setq-default user-mail-address          "REDACTED")
(setq-default user-full-name             "REDACTED")
(setq-default smtpmail-smtp-server       "smtp.googlemail.com")
(setq-default send-mail-function         'smtpmail-send-it)
(setq-default message-send-mail-function 'smtpmail-send-it)

(gnus-demon-add-handler 'gnus-demon-scan-news 10 t)

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

end of thread, other threads:[~2015-10-19 23:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-18  1:44 Problem trying to get new email every 10 minutes automatically cseberino
2015-10-18 10:12 ` Peter Münster
2015-10-18 12:44 ` Adam Sjøgren
2015-10-18 14:30   ` Emanuel Berg
     [not found] ` <84eggs61za.fsf@example.com>
2015-10-18 12:08   ` Emanuel Berg
2015-10-19  0:12     ` Brady Trainor
2015-10-19 23:24       ` Emanuel Berg
2015-10-18 13:04   ` Random832
     [not found]   ` <mailman.555.1445173514.7904.info-gnus-english@gnu.org>
     [not found]     ` <84y4f03wvp.fsf@example.com>
2015-10-18 21:30       ` Random832
2015-10-19  0:21   ` Brady Trainor
     [not found] ` <mailman.546.1445163145.7904.info-gnus-english@gnu.org>
2015-10-18 23:40   ` cseberino
2015-10-18 23:57     ` Emanuel Berg

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