summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-06 11:49:16 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-06 11:49:16 +0100
commit9c53a328b7de7b5f1b8ef14f8d795f3b142c65ca (patch)
tree5466b7823d75a73bb998be440a836cea434517c9
parent262b6b51e6eeed03f34839ca29a944f15b87a09b (diff)
fixed some mutt config
-rw-r--r--muttrc_imap6
1 files changed, 3 insertions, 3 deletions
diff --git a/muttrc_imap b/muttrc_imap
index 7b38df7..ac9fab0 100644
--- a/muttrc_imap
+++ b/muttrc_imap
@@ -8,9 +8,9 @@ set imap_pass = `pass show AppPasswords/hydroxide`
set folder ="imap://localhost:1143/"
set spoolfile = "imap://localhost:1143/INBOX"
-set postponed = "imap://localhost:1143/[Protonmail]/Drafts"
-set mbox = "imap://localhost:1143/[Protonmail]/All Mail"
-mailboxes +INBOX +Archive +Sent +Trash +Scans +Mailing\ Lists
+set postponed = "imap://localhost:1143/Drafts"
+#set mbox = "imap://localhost:1143/[Protonmail]/All Mail"
+mailboxes +INBOX +Archive +Starred +Sent +Drafts +Trash +Scans +Mailing\ Lists
set smtp_pass = ${imap_pass}"
set smtp_url = "smtp://matthewlemon@protonmail.com@localhost:1025/"