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)
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english