]> git.notmuchmail.org Git - notmuch/commitdiff
Display the last few lines of a citation by default.
authorCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 19:15:08 +0000 (12:15 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 19:15:08 +0000 (12:15 -0700)
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.

emacs/notmuch-show.el

index a2383ebc20b5c5e7cf5d7f0bec8037142c03e47d..6f5a55d470756e8a3eb42f92bca663a6aad1c258 100644 (file)
@@ -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-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
   "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.")
 
 `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
   "Always show at least this many lines at the end of a citation.
 
 If there is one more line than the sum of