[emacs] Remove unused comments

This commit is contained in:
Sebastian Schulze 2023-11-29 11:23:45 +01:00
parent 1c2e92088b
commit 450050866f
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 1 deletions

View File

@ -374,10 +374,13 @@ is tomorrow. With two prefixes, select the deadline."
(lev (org-outline-level))
(folded-p (invisible-p (point-at-eol)))
(from (plist-get msg :from)))
(when (consp (car from))
(when (consp (car from)) ; Occurs when using mu4e 1.8+.
(setq from (car from)))
;;
;; place the subheader
(org-end-of-meta-data) ; skip property drawer
(org-insert-todo-heading 1) ; insert a todo heading
;;
;; insert message and add deadline
(insert (concat "Email beantworten: "
"[[mu4e:msgid:"