mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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.
This commit is contained in:
parent
c44ce805de
commit
d5f5b38339
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ Can use up to one integer format parameter, i.e. %d")
|
||||||
(defvar notmuch-show-signature-lines-max 12
|
(defvar notmuch-show-signature-lines-max 12
|
||||||
"Maximum length of signature that will be hidden by default.")
|
"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.
|
"Always show at least this many lines at the start of a citation.
|
||||||
|
|
||||||
If there is one more line than the sum of
|
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
|
`notmuch-show-citation-lines-suffix', show that, otherwise
|
||||||
collapse remaining lines into a button.")
|
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.
|
"Always show at least this many lines at the end of a citation.
|
||||||
|
|
||||||
If there is one more line than the sum of
|
If there is one more line than the sum of
|
||||||
|
|
Loading…
Reference in a new issue