aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2024-12-24 15:23:38 -0500
committerRyan Kavanagh <rak@rak.ac>2024-12-24 15:23:38 -0500
commit5cd12cd95c0035621bfa82b783e5024c82a5a265 (patch)
tree63fe66cc1aa21487c369856f1822c640685b0f01 /dot_emacs
parentskeletal erc config (diff)
fix mu behaviour
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_emacs b/dot_emacs
index 3a978a7..8fe91b8 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -657,7 +657,7 @@ Otherwise split the current paragraph into one sentence per line."
(mu4e-sent-folder . "/gmail/[Google Mail]/Sent Mail")
(mu4e-refile-folder . nil)
(mu4e-trash-folder . "/gmail/[Google Mail]/Bin")
- (mu4e-sent-messages-behavior . 'delete)
+ (mu4e-sent-messages-behavior . delete)
(message-send-mail-function . message-send-mail-with-sendmail)
(message-signature-file . "~/.signature")
(sendmail-program . "/sbin/sendmail")))
@@ -688,7 +688,7 @@ Otherwise split the current paragraph into one sentence per line."
(mu4e-main-hide-personal-addresses t)
;; Refresh mail using isync every 10 minutes
(mu4e-update-interval (* 10 60))
- (mu4e-get-mail-command "mbsync -a")
+ (mu4e-get-mail-command "mbsync inboxes")
(mu4e-maildir-shortcuts
'(("/UQAM/INBOX" . ?u)
("/rak/INBOX" . ?r)