]> git.notmuchmail.org Git - notmuch/commit
emacs: Remove `notmuch-search-authors-width' and fix the use of `notmuch-search-resul...
authorDavid Edmondson <dme@dme.org>
Fri, 23 Apr 2010 10:24:09 +0000 (11:24 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Apr 2010 19:14:17 +0000 (12:14 -0700)
commitb65bcb5f8f14863f810cf41b9d8c14afacc76ae5
tree8993f28a3fd177fb86276c15727695f3c914a98d
parent44982ab33295009137e3740e644e793a08629762
emacs: Remove `notmuch-search-authors-width' and fix the use of `notmuch-search-result-format' accordingly

The width of the authors field in search output was previously
specified in two places:
 - `notmuch-search-authors-width': the limit beyond which the authors
   names are truncated,
 - `notmuch-search-result-format': the layout of the search results.

Changing the configuration of one of these may have required the user
to know about and adapt the other accordingly. This led to confusion.

Instead, remove `notmuch-search-authors-width' and perform truncation
based on the relevant field in `notmuch-search-result-format'.

Approved-By: Jameson Rollins <jrollins@finestructure.net>
emacs/notmuch.el