commit cc75016076c591f57a66b29eec04b82fe52db0bd
parent 4185e324fd7a4be3789ab529890fdd5366b2e8fc
Author: Cem Keylan <cem@ckyln.com>
Date: Sun, 25 Oct 2020 16:49:56 +0300
mu4e-config.el: move sent messages to the sent folder
The previous value was to delete it, and I am not exactly sure of the
reason I have chosen to do that. The user can change this from their
personal configuration.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mu4e-config.el b/mu4e-config.el
@@ -24,7 +24,7 @@
mail-user-agent 'mu4e-user-agent
message-send-mail-function 'message-send-mail-with-sendmail
sendmail-program (executable-find "msmtp")
- mu4e-sent-messages-behavior 'delete
+ mu4e-sent-messages-behavior 'sent
config-home (or (getenv "XDG_CONFIG_HOME") "~/.config"))