]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: Display authors in a column separate from subject.
authorCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 19:57:05 +0000 (11:57 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 19:57:05 +0000 (11:57 -0800)
commitd5068983b87c76798399d1d4d26e638e2feb6e0d
treea96a5689a355314a3b2ec4835f871c83b22f8f03
parent352e91625b2c0148a215ece9f857a56bdfab896f
notmuch.el: Display authors in a column separate from subject.

This makes it much easier to actually read the subject lines.

The user can set notmuch-search-authors-width to control the width of
the column.

Two possible ideas for improving this support further:

  1. Make the excess authors invisible instead of removing them from
     the buffer, (which means that isearch could still find them).

  2. Have the user variable control a percentage of the window width
  rather than being a fixed number of columns.
notmuch.el