notmuch/emacs
David Edmondson 251d57f56b emacs: Allow tuning of the tag/saved search layout.
Add `notmuch-column-control', which has three potential sets of
values:

- t: automatically calculate the number of columns per line based on
  the tags to be shown and the window width,
- an integer: a lower bound on the number of characters that will be
  used to display each column,
- a float: a fraction of the window width that is the lower bound on
  the number of characters that should be used for each column.

So:
- if you would like two columns of tags, set this to 0.5.
- if you would like a single column of tags, set this to 1.0.
- if you would like tags to be 30 characters wide, set this to
  30.
- if you don't want to worry about all of this nonsense, leave
  this set to `t'.
2010-06-03 17:04:11 -07:00
..
coolj.el emacs: Add more functions to clean up text/plain parts 2010-04-26 10:05:46 -07:00
Makefile emacs: Move emacs UI (currently just one file) to subdirectory. 2010-03-09 12:13:33 -08:00
Makefile.local Add notmuch-message.el to emacs/Makefile.local 2010-04-27 10:19:09 -07:00
notmuch-address.el emacs: Tell the user how many addresses matched when completing 2010-04-26 10:58:42 -07:00
notmuch-hello.el emacs: Allow tuning of the tag/saved search layout. 2010-06-03 17:04:11 -07:00
notmuch-lib.el emacs: Rip out all of the notmuch-folder code. 2010-04-26 22:42:07 -07:00
notmuch-logo.png emacs: Add notmuch-hello.el, a friendly frontend to notmuch 2010-04-23 12:50:18 -07:00
notmuch-maildir-fcc.el Easier way to define a fcc directory 2010-06-03 16:50:46 -07:00
notmuch-message.el emacs: Add auto-tagging for replied messages. 2010-04-27 09:16:10 -07:00
notmuch-mua.el emacs: Use message-signature-separator rather than hard-coded string. 2010-04-26 23:12:58 -07:00
notmuch-query.el notmuch-query.el: new file to support access to the notmuch database. 2010-04-05 11:08:45 -07:00
notmuch-show.el emacs/notmuch-wash.el: Add `notmuch-wash-convert-inline-patch-to-part'. 2010-04-27 08:22:40 -07:00
notmuch-wash.el emacs: Add missing parenthesis that was breaking the build. 2010-04-27 08:42:11 -07:00
notmuch.el emacs: Allow control over faces for search mode columns. 2010-06-03 16:55:27 -07:00