diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-12-31 12:41:48 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-01-01 15:01:08 +0200 |
| commit | 7fa8fe9165ff73fd520cfe01ed833e8d188f6c3e (patch) | |
| tree | 159c58dc96d3146446d22ff36b18dcbb3f4f0c77 /mu4e/mu4e-draft.el | |
| parent | 55added03b9328add9f0844ba53d132a3d39e225 (diff) | |
mu4e: whitespace updates
Diffstat (limited to 'mu4e/mu4e-draft.el')
| -rw-r--r-- | mu4e/mu4e-draft.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mu4e/mu4e-draft.el b/mu4e/mu4e-draft.el index 847c12d..ca012a4 100644 --- a/mu4e/mu4e-draft.el +++ b/mu4e/mu4e-draft.el @@ -441,7 +441,7 @@ This is based on the variable `user-full-name' and (when user-mail-address (mu4e-contact-full (mu4e-contact-make user-full-name - user-mail-address)))) + user-mail-address)))) ;;; Header separators @@ -466,17 +466,17 @@ separator is never written to the message file. Also see ;;'read-only "Can't touch this" 'rear-nonsticky t 'font-lock-face 'mu4e-compose-separator-face))) - (widen) - ;; search for the first empty line - (goto-char (point-min)) - (if (search-forward-regexp "^$" nil t) + (widen) + ;; search for the first empty line + (goto-char (point-min)) + (if (search-forward-regexp "^$" nil t) (progn (replace-match sepa) ;; `message-narrow-to-headers` searches for a ;; `mail-header-separator` followed by a new line. Therefore, we ;; must insert a newline if on the last line of the buffer. (when (= (point) (point-max)) - (insert "\n"))) + (insert "\n"))) (progn ;; no empty line? then prepend one (goto-char (point-max)) (insert "\n" sepa)))))) @@ -576,7 +576,7 @@ mailing-list." (recipnum (+ (length (mu4e~draft-create-to-lst origmsg)) (length (mu4e~draft-create-cc-lst origmsg t t)))) - (sender (mu4e-contact-full (car from))) + (sender (mu4e-contact-full (car from))) (reply-type (mu4e-read-option "Reply to mailing-list " |
