summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-07 12:15:08 -0700
committerCarl Worth <cworth@cworth.org>2010-04-07 12:15:08 -0700
commitd5f5b38339d80e24a2b7bbfb0b46730699fbc2dd (patch)
tree7992f40f88c38369ea6b27bf14c7b24e5ee4965b /emacs
parentc44ce805de8ca01a5ceaa8db94a347e7236f17ce (diff)
Display the last few lines of a citation by default.
As put forth in the commit that enabled this functionality, the last few lines of a citation are often much more important. In that case, let's actually do the useful thing by default.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-show.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index a2383eb..6f5a55d 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -110,7 +110,7 @@ Can use up to one integer format parameter, i.e. %d")
(defvar notmuch-show-signature-lines-max 12
"Maximum length of signature that will be hidden by default.")
-(defvar notmuch-show-citation-lines-prefix 4
+(defvar notmuch-show-citation-lines-prefix 3
"Always show at least this many lines at the start of a citation.
If there is one more line than the sum of
@@ -118,7 +118,7 @@ If there is one more line than the sum of
`notmuch-show-citation-lines-suffix', show that, otherwise
collapse remaining lines into a button.")
-(defvar notmuch-show-citation-lines-suffix 0
+(defvar notmuch-show-citation-lines-suffix 3
"Always show at least this many lines at the end of a citation.
If there is one more line than the sum of