aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/muttrc')
-rw-r--r--.mutt/muttrc32
1 files changed, 32 insertions, 0 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc
new file mode 100644
index 0000000..f990e46
--- /dev/null
+++ b/.mutt/muttrc
@@ -0,0 +1,32 @@
+# defaults
+source "~/.mutt/default.rc"
+
+# color
+source "~/.mutt/color.rc"
+
+# gnupg
+source "~/.mutt/gpg.rc"
+
+# mailboxes (set by offlineimap)
+source "~/.mutt/mailboxes.rc"
+
+# sorting
+source "~/.mutt/sorting.rc"
+
+# attachments
+source "~/.mutt/attachments.rc"
+
+# khard (contacts)
+source "~/.mutt/khard.rc"
+
+# accounts
+source "~/.mutt/accounts.rc"
+
+# macros
+source "~/.mutt/macros.rc"
+
+# security
+source "~/.mutt/security.rc"
+
+# sidebar
+source "~/.mutt/sidebar.rc"