summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-11-17 23:49:28 -0500
committerKyle Meyer <kyle@kyleam.com>2017-11-17 23:49:28 -0500
commitdc44c1d27042416cef63735dc26564c1964c24d6 (patch)
tree792e936c359a6d3de2dfa835a09067f1030c325b /init.el
parent42f8c69fe8a52a23670d5b90f62120347f9ca4c0 (diff)
downloademacs.d-dc44c1d27042416cef63735dc26564c1964c24d6.tar.gz
notmuch: Don't indent messages
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index dc313bc..5f3eaaa 100644
--- a/init.el
+++ b/init.el
@@ -2132,6 +2132,8 @@
(setq notmuch-archive-tags '("-unread"))
(setq notmuch-search-oldest-first nil)
+ (setq notmuch-show-indent-messages-width 0)
+
(setq notmuch-wash-citation-lines-prefix 10)
(setq notmuch-wash-citation-lines-suffix 10)