Skip to content

Commit

Permalink
mu4e-compose: ensure message-mail-user-agent is nil
Browse files Browse the repository at this point in the history
Unbreak some user setups

Fixes #2596.
  • Loading branch information
djcb committed Nov 15, 2023
1 parent 08ebe87 commit 1936d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu4e/mu4e-compose.el
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ PARENT is the \"parent\" message; nil
(let* ((message-this-is-mail t)
(message-generate-headers-first nil)
(message-newsreader mu4e-user-agent-string)
(message-mail-user-agent nil)
;; for 'forward' we just need the raw original;
;; the rest need a decoded version.
(orig (and parent
Expand Down

0 comments on commit 1936d4e

Please sign in to comment.