Add barebones mutt configuration.
[Dotty.git] / mutt / .config / mutt / muttrc
diff --git a/mutt/.config/mutt/muttrc b/mutt/.config/mutt/muttrc
new file mode 100644 (file)
index 0000000..87a341b
--- /dev/null
@@ -0,0 +1,16 @@
+set folder = ~/.mail/
+
+set editor = vim
+
+# Configure neomutt sidebar
+set sidebar_visible = yes
+mailboxes = +biz/Inbox = +io/Inbox
+bind index,pager \Cp sidebar-prev       # Ctrl-p - Previous Mailbox
+bind index,pager \Cn sidebar-next       # Ctrl-n - Next Mailbox
+bind index,pager \Co sidebar-open       # Ctrl-o - Open Highlighted Mailbox
+
+# Set default account
+source ~/.config/mutt/mutt.account.biz
+
+folder-hook io/* source ~/.config/mutt/mutt.account.io
+folder-hook biz/* source ~/.config/mutt/mutt.account.biz