Use format=flowed in emails
This commit is contained in:
parent
e7d5b45f4b
commit
9cbe9261de
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -491,7 +491,7 @@
|
||||||
(tags-todo "tasks"
|
(tags-todo "tasks"
|
||||||
((org-agenda-prefix-format "[ ] ")
|
((org-agenda-prefix-format "[ ] ")
|
||||||
(org-agenda-sorting-strategy '(tag-up priority-down))))
|
(org-agenda-sorting-strategy '(tag-up priority-down))))
|
||||||
(tags-todo "personal|research"
|
(tags-todo "personal"
|
||||||
((org-agenda-prefix-format "[ ] ")
|
((org-agenda-prefix-format "[ ] ")
|
||||||
(org-agenda-sorting-strategy '(tag-up priority-down)))))
|
(org-agenda-sorting-strategy '(tag-up priority-down)))))
|
||||||
((org-agenda-remove-tags t))
|
((org-agenda-remove-tags t))
|
||||||
|
@ -681,6 +681,7 @@
|
||||||
(mu4e-view-show-images t)
|
(mu4e-view-show-images t)
|
||||||
(mu4e-headers-show-threads t)
|
(mu4e-headers-show-threads t)
|
||||||
(mu4e-compose-dont-reply-to-self t)
|
(mu4e-compose-dont-reply-to-self t)
|
||||||
|
(mu4e-compose-format-flowed t)
|
||||||
:config
|
:config
|
||||||
(add-to-list 'mu4e-view-actions '("view in browser" . mu4e-action-view-in-browser))
|
(add-to-list 'mu4e-view-actions '("view in browser" . mu4e-action-view-in-browser))
|
||||||
(add-hook 'mu4e-view-mode-hook #'visual-line-mode)
|
(add-hook 'mu4e-view-mode-hook #'visual-line-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue