aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbsyncrc4
-rw-r--r--mutt/muttrc4
2 files changed, 4 insertions, 4 deletions
diff --git a/mbsyncrc b/mbsyncrc
index 6a2ce0f..7c90d33 100644
--- a/mbsyncrc
+++ b/mbsyncrc
@@ -9,8 +9,8 @@ IMAPStore theos-remote
Account theos
MaildirStore theos-local
-Path ~/.mail/
-Inbox ~/.mail/Inbox
+Path ~/mail/
+Inbox ~/mail/Inbox
Channel theos
Master :theos-remote:
diff --git a/mutt/muttrc b/mutt/muttrc
index 8d5d104..5f2d76b 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -23,7 +23,7 @@ set mark_old = no
set sleep_time = 0 # no delay when opening a maildir!
set mbox_type = Maildir
-set folder = "~/.mail"
+set folder = "~/mail"
set header_cache = ~/.config/mutt/cache/headers # where to store headers
set message_cachedir= ~/.config/mutt/cache/ # where to store bodies
set certificate_file= ~/.config/mutt/certificates # where to store certs
@@ -42,7 +42,7 @@ bind editor <Tab> complete-query
# Sync email
macro index O '<shell-escape>mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos<return>' "run mbsync to sync all mail"
-set sendmail = '/usr/bin/msmtp -C "$XDG_CONFIG_HOME/msmtprc" -a theos'
+set sendmail = "/usr/bin/msmtp -C $XDG_CONFIG_HOME/msmtprc -a theos"
set sendmail_wait = 0
set record = +Sent
set copy = yes