mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
NEWS: untabified and added file local variables block
Changed all tabs to 8 spaces (M-x untabify over region of the whole file). Now this looks uniformly on all viewers (using fixed-width font) and the observed difference between this "source" file and markdown generated html output on browser window is smaller. In markdown to html conversions tab and 8 spaces indents differently. Also the "Local variables:" block added to the end of this file attempts to ensure tabs are always expanded; whether the used editor is Emacs or Vi.
This commit is contained in:
parent
ce53850290
commit
3ac72151c2
1 changed files with 72 additions and 62 deletions
10
NEWS
10
NEWS
|
@ -1759,3 +1759,13 @@ a performance bug that made notmuch very slow when modifying
|
||||||
tags. This would cause distracting pauses when reading mail while
|
tags. This would cause distracting pauses when reading mail while
|
||||||
notmuch would wait for Xapian when removing the "inbox" and "unread"
|
notmuch would wait for Xapian when removing the "inbox" and "unread"
|
||||||
tags from messages in a thread.
|
tags from messages in a thread.
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Local variables:
|
||||||
|
mode: text
|
||||||
|
tab-width: 8
|
||||||
|
indent-tabs-mode: nil
|
||||||
|
End:
|
||||||
|
vi: sw=8 ts=8 et
|
||||||
|
-->
|
||||||
|
|
Loading…
Reference in a new issue