emacs-configuration: Correct saving of sent-mail in non-gmail accounts

* user-config/emacs/.emacs.d/config.org (Email - Mu4e): mu4e-sent-messages-behavior was set
globally, but after switching to another mu4e context that sets this, it remains as set for
the context, breaking any context that depends on it being set globally. To resolve this,
simply set mu4e-sent-messages-behavior in the necessary mu4e contexts.
This commit is contained in:
Collin J. Doering 2023-04-19 17:25:13 -04:00
parent d4e788fc31
commit a0ee326165
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 4 additions and 3 deletions

View File

@ -1023,8 +1023,7 @@ Leverage [[https://github.com/seagle0128/all-the-icons-ibuffer][all-the-icons-ib
;; Change the filename when moving mail; this is required to avoid duplicate uids with mbsync
mu4e-change-filenames-when-moving t
;; Move emails to sent folder upon being successfully sent
mu4e-sent-messages-behavior 'sent
;; Configure Gmail style citation
message-citation-line-format "On %d %b %Y at %R, %f wrote:\n"
message-citation-line-function 'message-insert-formatted-citation-line
@ -1069,6 +1068,8 @@ Leverage [[https://github.com/seagle0128/all-the-icons-ibuffer][all-the-icons-ib
(:name "Messages with images"
:query "mime:image/* AND maildir:/collin@rekahsoft.ca/*"
:key ?p)))
;; Move emails to sent folder upon being successfully sent
(mu4e-sent-messages-behavior . sent)
(mu4e-compose-signature .
(concat
"Collin J. Doering\n\n"
@ -2018,7 +2019,7 @@ Use [[http://gnuplot.sourceforge.net/][gnuplot]] alongside org-mode to generate
:config (setq ob-async-no-async-languages-alist '("shell")))
#+end_src
*** TODO Setup [[https://github.com/IvanMalison/org-projectile][org-projectile]]
*** Setup [[https://github.com/IvanMalison/org-projectile][org-projectile]]
#+begin_src emacs-lisp
(use-package org-projectile