HOW TO SET UP GNUS IN EMACS FOR GMAIL IN A SEVEN MINUTES
Enable IMAP in Gmail
Choose which LABELS will appear in Gnus
Set up an App Password
- Go to your Google Account: https://myaccount.google.com/
- Select Security
- Under "Signing in to Google," select App Passwords
Tell Gnus which server to use
M-x customize
gnus-select-method
nnimap
Address: imap.gmail.com
To send mail
message-send-mail-function
smtpmail-send-it
gnus-message-archive-group
Enter this string:
"Gmail]/Sent Mail" (with the quotes)
One or two essential variables
gnus-interactive-exit nil
gnus-novice-user nil
gnus-expert-user t
(bind-key "<delete>" 'gnus-summary-delete-article gnus-summary-mode-map)
Set up newsgroups
gnus-secondary-select-methods
nntp "news.gmane.io" (without the quotes)
To enter the server buffer, use the ^
gnus-group-enter-server-mode
command in the group buffer.