From 1d647f2cad7783a8eb4d572f0572daa328b145d5 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sun, 1 Jan 2023 16:17:26 +0000 Subject: [PATCH] switch to using offlineimap instead of neomutt directly for pulling emails --- .config/neomutt/neomuttrc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 6c0e49a..f09bc7f 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -23,6 +23,8 @@ unset help # sort the inbox by newest first set sort = reverse-threads +set sidebar_visible = yes + # ----------------- viewing email attachments ------------------- @@ -85,20 +87,14 @@ source ~/.config/neomutt/key_bindings.neomuttrc # Local protonmail-bridge host server: 127.0.0.1 # Protonmail-bridge imap port: 1143 # --------------------------------------------------------------------- # -set imap_user = $my_user -set imap_pass = $my_pass - # ("+" substitutes for `folder`) set mbox_type = Maildir -set folder = imap://127.0.0.1:1143/ +set folder = ~/.local/share/offlineimap +source ~/.config/neomutt/mailboxes set record = +Sent set postponed = +Drafts -# Specify where to save and/or look for postponed messages. -# set postponed = +[Protonmail]/Drafts set trash = +Trash set spoolfile = +INBOX -mailboxes = +INBOX +Drafts +Sent +Trash - # ----------------------------- Caching --------------------------------- # Store message headers locally to speed things up. If header_cache is a folder, # Mutt will create sub cache folders for each account which speeds things up more