|
| From: | cseberino |
| Subject: | Problem trying to get new email every 10 minutes automatically |
| Date: | Sat, 17 Oct 2015 18:44:29 -0700 (PDT) |
| User-agent: | G2/1.0 |
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)
| [Prev in Thread] | Current Thread | [Next in Thread] |