aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-hello.el
Commit message (Expand)AuthorAge
* emacs: fix custom queries section customization widget in notmuch-helloGravatar Dmitry Kurochkin2012-05-06
* emacs: Put notmuch-hello-sections in custom group notmuch-helloGravatar Austin Clements2012-04-24
* emacs: get rid of trailing spaces in notmuch-hello viewGravatar Dmitry Kurochkin2012-04-12
* emacs: do not modify the alist passed to notmuch-sort-saved-searchesGravatar Jani Nikula2012-04-06
* emacs: fix off-by-one error in notmuch-hello column alignmentGravatar Dmitry Kurochkin2012-04-05
* emacs-hello: Do not calculate the count of the messages in hidden sectionsGravatar Michal Sojka2012-03-10
* emacs: User-defined sections in notmuch-helloGravatar Daniel Schoepe2012-03-01
* emacs: polish notmuch-hello help textGravatar Dmitry Kurochkin2012-01-26
* emacs: bind "s" to `notmuch-hello-search' in notmuch-hello bufferGravatar Dmitry Kurochkin2012-01-25
* emacs: use a single history for all searchesGravatar Dmitry Kurochkin2012-01-25
* emacs: bind "s" to `notmuch-search' in notmuch-hello bufferGravatar Dmitry Kurochkin2012-01-25
* emacs/*.el: changed one-char comment prefix ';' to two; ';;'Gravatar Tomi Ollila2012-01-21
* emacs: add invisible dot instead of space at the end of notmuch-hello search boxGravatar Dmitry Kurochkin2012-01-21
* emacs: globally replace non-branching "(if (not ..." with "(unless ..."Gravatar Pieter Praet2012-01-21
* emacs: logically group def{custom,face}sGravatar Pieter Praet2012-01-19
* emacs: Improve `notmuch-hello' display on ttys.Gravatar David Edmondson2012-01-12
* emacs: put the last search on top of recent searches in notmuch-helloGravatar Dmitry Kurochkin2011-12-22
* emacs: Change the default thousands separator to a spaceGravatar Thomas Jost2011-12-22
* emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separatorGravatar Thomas Jost2011-12-22
* emacs: Fix notmuch-hello-tag-list-make-query defcustomGravatar Jani Nikula2011-12-22
* emacs: add notmuch-hello-refresh-hookGravatar Thomas Jost2011-12-21
* Don't quote lambda formsGravatar Aaron Ecay2011-12-21
* emacs: do not call `notmuch-hello-mode' on updateGravatar Dmitry Kurochkin2011-12-20
* emacs: Add notmuch-hello-mode-hookGravatar Ivy Foster2011-12-16
* emacs: Make saving new saved searches append, not prependGravatar Jani Nikula2011-11-22
* emacs: Add new customization option to sort saved searchesGravatar Jani Nikula2011-11-22
* emacs: add invisible space after the search widget field in notmuch-helloGravatar Dmitry Kurochkin2011-11-12
* fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* emacs: Make the queries used in the all-tags section configurableGravatar Daniel Schoepe2011-05-26
* emacs: Allow the user to choose the "From" address when composing a new messageGravatar Thomas Jost2011-05-26
* Don't use kill-this-buffer to kill notmuch emacs buffersGravatar Jameson Rollins2010-11-08
* Fix problem with notmuch-hello-nice-numberGravatar Dirk Hohndel2010-10-29
* emacs: Fix the autoload commentsGravatar Carl Worth2010-10-29
* emacs: Avoid runtime use of `cl'.Gravatar David Edmondson2010-10-27
* emacs: Remove the joke from the first line of the notmuch-hello view.Gravatar Carl Worth2010-10-22
* emacs: Fix notmuch-hello to not break when given a very narrow window.Gravatar Carl Worth2010-10-22
* emacs: Pretty print the numbers of matching messages.Gravatar David Edmondson2010-06-03
* emacs: notmuch-hello: Make widget-keymap a parent of notmuch-hello-keymapGravatar Nelson Elhage2010-06-03
* add missing docstring for functionsGravatar Sebastian Spaeth2010-06-03
* Make notmuch-hello a mode.Gravatar Sebastian Spaeth2010-06-03
* emacs: Remove notmuch-hello-roundup functionGravatar Sebastian Spaeth2010-06-03
* emacs: In hello mode, bind `C-tab' to move backwards through widgets.Gravatar David Edmondson2010-06-03
* emacs: Allow tuning of the tag/saved search layout.Gravatar David Edmondson2010-06-03
* emacs: Usability improvements for `notmuch-hello'.Gravatar David Edmondson2010-06-03
* emacs: Fix `notmuch-hello-insert-tags' to correctly draw the tags.Gravatar David Edmondson2010-04-27
* emacs: If 'all tags' is not shown, don't use it when calculating widths.Gravatar David Edmondson2010-04-27
* emacs: Fix column alignment in `notmuch-hello-insert-tags'Gravatar David Edmondson2010-04-27
* emacs: Rip out all of the notmuch-folder code.Gravatar Carl Worth2010-04-26
* emacs: Fix notmuch-hello to use its own function for counting search results.Gravatar Carl Worth2010-04-26
* emacs: Add a notmuch-saved-searches function.Gravatar Carl Worth2010-04-26