diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-11 17:48:59 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-11 17:48:59 +0100 |
| commit | 82cd521a3410f93ea52b063c7f05b60ea17b8ce6 (patch) | |
| tree | 16a3a46e208fadb1973679d7d45964e6d190ebd7 /emacs/settings/init-mu4e.el | |
| parent | ca26f7f477201ac55620976060c6728b24a8083f (diff) | |
| download | dotfiles-82cd521a3410f93ea52b063c7f05b60ea17b8ce6.tar.gz dotfiles-82cd521a3410f93ea52b063c7f05b60ea17b8ce6.zip | |
emacs: some fixes on mu and org
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/settings/init-mu4e.el')
| -rw-r--r-- | emacs/settings/init-mu4e.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs/settings/init-mu4e.el b/emacs/settings/init-mu4e.el index 5e6f717..f0256a9 100644 --- a/emacs/settings/init-mu4e.el +++ b/emacs/settings/init-mu4e.el @@ -159,6 +159,7 @@ mu4e-get-mail-command "mbsync -aqV" mu4e-update-interval 600 mu4e-compose-dont-reply-to-self t + mu4e-compose-format-flowed t mu4e-headers-skip-duplicates t mu4e-headers-include-related t mu4e-headers-auto-update t) @@ -203,9 +204,7 @@ (evil-set-initial-state 'mu4e-compose-mode 'normal) (evil-set-initial-state 'mu4e-compose-mode 'insert))) - ; I want to write my messages inside of 80 characters, but receivers will - ; get a format=flow'ed version of it. - (set-fill-column 80) + ; Guess hard newlines (use-hard-newlines t 'guess) ; So it's easy to encrypt/decrypt emails. |
