New comment by emacsomancer on void-packages repository https://github.com/void-linux/void-packages/issues/9956#issuecomment-898542486 Comment: ``` # EXAMPLEMAIL # IMAPAccount examplemail Host imap.gmail.com User example@gmail.com Pass somepassword SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore examplemail-remote Account examplemail MaildirStore examplemail-local SubFolders Verbatim Path ~/.mail/EXAMPLEMAIL/ Inbox ~/.mail/EXAMPLEMAIL/INBOX Channel examplemail-main Far :examplemail-remote: Near :examplemail-local: Patterns * !"[Gmail]/All Mail" !"[Gmail]/Important" !"[Gmail]/Starred" !"[Gmail]/Bin" Create Both Expunge Both Channel examplemail-rubbish Far :examplemail-remote: Near :examplemail-local: Patterns "[Gmail]/Bin" Create Both Expunge Both Group examplemail Channel examplemail-rubbish Channel examplemail-main ```