diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-23 03:53:23 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-23 03:53:23 -0500 |
| commit | 392610059c6aa31f609802adfa6a92e63718ab0c (patch) | |
| tree | f717523496927a81c34e0c5a0b2d52ca7c9db84e | |
| parent | dd671f8c18d1e6d739bb668fa3c2482af9c3f81a (diff) | |
| download | dotemacs-392610059c6aa31f609802adfa6a92e63718ab0c.tar.gz dotemacs-392610059c6aa31f609802adfa6a92e63718ab0c.zip | |
docs(todo): close mail compose lifecycle clarification
| -rw-r--r-- | todo.org | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -2404,17 +2404,8 @@ Expected outcome: - Add a short manual checklist or mocked test for the variables that control remote image display. -**** TODO [#B] Clean up mail compose buffer lifecycle conflicts :cleanup:quick:solo: - -=mail-config.el= first sets =message-kill-buffer-on-exit= to =t= in the mu4e -configuration, then =org-msg= later sets it to nil. That may be intentional for -org-msg editing, but the ownership is unclear. - -Expected outcome: -- Decide whether compose buffers should be killed on send/exit for plain mu4e, - org-msg, or both. -- Move the final policy next to the owner module. -- Add a short note in the config explaining the choice. +**** 2026-05-23 Sat @ 03:52:00 -0500 Clarified message-kill-buffer-on-exit ownership +The effective policy was already settled: org-msg-mode runs in every compose buffer, so org-msg's =nil= (keep the buffer) always wins over mu4e's =t=. The org-msg comment ("always kill buffers on exit") was backwards. Rewrote both comments to name the owner: mu4e's =t= is the plain-mu4e fallback (only if org-msg is disabled), org-msg owns the live keep-the-draft policy. No behavior change — the decision the task asked for was already encoded; if Craig wants compose buffers killed on exit, flip the org-msg value. Fixed in dd671f8c. **** TODO [#B] Remove automatic startup timers from =quick-video-capture.el= :startup:refactor: |
