aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-20 18:46:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-20 18:46:16 +1200
commit4e06d1494da1ca8fe0c90638c20f3a73bfb55d21 (patch)
tree4a551d4774de3696982aac4c7ad7ba204e0c5627
parentMerge branch 'release/v9.7.0' into develop (diff)
downloaddotfiles-4e06d1494da1ca8fe0c90638c20f3a73bfb55d21.tar.gz
dotfiles-4e06d1494da1ca8fe0c90638c20f3a73bfb55d21.zip
Set $mbox_type in Mutt config
-rw-r--r--mutt/muttrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 8d7b57fb..8e9c9758 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -79,6 +79,12 @@ set index_format = '%4C %Z %{%b %d %Y} %-15.15L (%?l?%4l&%4c?) %?H?[%H] ?%s'
#
unset markers
+# Created mailboxes are in Maildir format everywhere I deploy this, so may as
+# well set it in here rather than get annoyed when Mutt starts dropping mboxes
+# everywhere if I leave it out of muttrc.d/*.rc.
+#
+set mbox_type = Maildir
+
# Show a few messages of the index when in pager mode to give a little context
# around the message. I should have been doing this years ago. Oh well.
#