From c6daf14c10915e42f4c9e9969f9b7f02af8fe90a Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 24 Sep 2019 10:11:17 -0400 Subject: [PATCH] ENH don't add newline to email replies as plain text doesn't do that --- etc/conf.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index e28a6f8..7679f84 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3098,10 +3098,7 @@ Since mu4e is an external program, need to check that it is installed before loa ;; oops, mu4e screwed up (mu4e-html2text-command (if (executable-find "pandoc") - ;; use printf here to insert a newline in front of pandoc's output - ;; note that for some reason there needs to be a space in front - ;; of the newline or else it is stripped - "printf \" \\n%s\" \"$(pandoc -f html -t plain --reference-links)\"" + "pandoc -f html -t plain --reference-links" 'mu4e-shr2text))) (when (and html mu4e-view-prefer-html (member compose-type '(reply forward))) ;; hackity hack, since the normal mu4e-message-body-text function