summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-16 10:17:01 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-16 10:17:01 +0000
commit7cf8462329cc1f73780754c842fbdd984290d098 (patch)
tree4e284e0d61efc7d0ee03d27c9c52c48d466cabf2 /INSTALL.md
parent7f12a1dc1f716a12266c3dd70f7c15521ee01a30 (diff)
docs love
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 787855a6..32efbdf2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -52,11 +52,10 @@ other dependencies
* a mailcap file (I recommend installing 'mime-support' on debian/ubuntu).
This is used to determine the commands to call when opening attachments
or text-rendering parts that are not plaintext, e.g. text/html.
- Make sure you have a inline renderer for text/html set as otherwise
+ Make sure you have a inline renderer for text/html set in your mailcap as otherwise
html mails will not display:
-
- #~/.mailcap, take w3m for example:
- text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput
+
+ text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput
All other configs are optional, but if you want to send mails you need to specify at least one
@@ -67,5 +66,3 @@ account section in your config:
address = your@address
See the [user docs][docs] for how to do fancy customization.
-
-:x