summaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-17 15:57:55 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-17 15:57:55 +0530
commitb7ef29a8886a57aadb787807a7c6cf74c1f0ed3a (patch)
tree366a68240fbc9da6b1d567bd6c46d1350ad814de /mutt
Nixos
Diffstat (limited to 'mutt')
-rwxr-xr-xmutt/accounts/anand@heresanandp.in.muttrc19
-rwxr-xr-xmutt/muttrc5
2 files changed, 24 insertions, 0 deletions
diff --git a/mutt/accounts/anand@heresanandp.in.muttrc b/mutt/accounts/anand@heresanandp.in.muttrc
new file mode 100755
index 0000000..75c7d86
--- /dev/null
+++ b/mutt/accounts/anand@heresanandp.in.muttrc
@@ -0,0 +1,19 @@
+# vim: filetype=neomuttrc
+# muttrc file for account anand@heresanandp.in
+set real_name = "anand"
+set from = "anand@heresanandp.in"
+set sendmail = "msmtp -a anand@heresanandp.in"
+alias me anand <anand@heresanandp.in>
+set folder = "/home/anand/.local/share/mail/anand@heresanandp.in"
+set header_cache = "/home/anand/.cache/mutt-wizard/anand_heresanandp.in/headers"
+set message_cachedir = "/home/anand/.cache/mutt-wizard/anand_heresanandp.in/bodies"
+set mbox_type = Maildir
+set hostname = "heresanandp.in"
+source /usr/local/share/mutt-wizard/switch.muttrc
+set spool_file = "+INBOX"
+set postponed = "+Drafts"
+set trash = "+Trash"
+set record = "+Sent"
+
+macro index o "<shell-escape>mailsync anand@heresanandp.in<enter>" "sync anand@heresanandp.in"
+mailboxes "=Sent" "=Drafts" "=Trash" "=Junk" "=INBOX"
diff --git a/mutt/muttrc b/mutt/muttrc
new file mode 100755
index 0000000..5473514
--- /dev/null
+++ b/mutt/muttrc
@@ -0,0 +1,5 @@
+# vim: filetype=neomuttrc
+source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
+source /home/anand/.config/mutt/accounts/anand@heresanandp.in.muttrc
+macro index,pager i1 '<sync-mailbox><enter-command>source /home/anand/.config/mutt/accounts/anand@heresanandp.in.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to anand@heresanandp.in"
+set header_cache_backend = "lmdb"