From 053664898b832828d72b24cefe7b286c54fa43c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Fri, 26 Mar 2021 21:06:10 +0100 Subject: [PATCH] Configure mutt accounts --- symlinks/config/mutt/muttrc | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/symlinks/config/mutt/muttrc b/symlinks/config/mutt/muttrc index bbd18fe..6428882 100644 --- a/symlinks/config/mutt/muttrc +++ b/symlinks/config/mutt/muttrc @@ -1,9 +1,5 @@ # Folder for emails set folder = "~/.mail" -# Mailbox type -set mbox_type = Maildir -# Directory to pool for new mail -set spoolfile = +Inbox # Directory to save sent messages into set record = +Sent # Directory to save drafts into @@ -27,3 +23,14 @@ auto_view text/html # Order to try and show multipart emails alternative_order text/plain text/enriched text/html set editor = "vim" + +source accounts/personal + +# Mailbox type +set mbox_type = Maildir +# Directory to pool for new mail +set spoolfile = +Inbox +mailboxes = +Inbox +set imap_check_subscribed + +source /usr/share/doc/neomutt/vim-keys/vim-keys.rc