diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-02-16 12:53:08 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-02-16 12:53:08 +0100 |
commit | dc6ea2b3e646397571f337aea858157cbf0a382d (patch) | |
tree | 982d927e69e5e64224aa379d5ac968f64d3b49ad /mutt/muttrc | |
parent | 992dd260effb73d6150e1b4c9f5239b217c4738a (diff) | |
download | myconfigs-dc6ea2b3e646397571f337aea858157cbf0a382d.tar.gz myconfigs-dc6ea2b3e646397571f337aea858157cbf0a382d.tar.bz2 myconfigs-dc6ea2b3e646397571f337aea858157cbf0a382d.zip |
Mutt include and ispell
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index ffb860b..7fd15f1 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -10,6 +10,8 @@ set sort_aux=last-date-received set mailcap_path = "~/.mutt/mailcap" set sleep_time = 0 set delete = yes +set include=yes +set ispell="aspell" auto_view text/html alternative_order text/enriched text/plain text/html |