aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttemail
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttemail')
-rw-r--r--mutt/muttemail7
1 files changed, 4 insertions, 3 deletions
diff --git a/mutt/muttemail b/mutt/muttemail
index 2b3b14e..fd71aa1 100644
--- a/mutt/muttemail
+++ b/mutt/muttemail
@@ -1,7 +1,8 @@
# vim: set filetype=muttrc:
color status green default
set folder = "~/.mail/email"
-source ~/.mutt/mailboxes
set spoolfile = "+INBOX"
-set record = "+Sent\ Items"
-set postponed = "+Drafts"
+set record = "+sent"
+set postponed = "+drafts"
+set from = "cynerd@email.cz"
+set sendmail="/usr/bin/msmtp -a email"