aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch-hello.el
AgeCommit message (Expand)Author
2012-05-06emacs: fix custom queries section customization widget in notmuch-helloDmitry Kurochkin
2012-04-24emacs: Put notmuch-hello-sections in custom group notmuch-helloAustin Clements
2012-04-12emacs: get rid of trailing spaces in notmuch-hello viewDmitry Kurochkin
2012-04-06emacs: do not modify the alist passed to notmuch-sort-saved-searchesJani Nikula
2012-04-05emacs: fix off-by-one error in notmuch-hello column alignmentDmitry Kurochkin
2012-03-10emacs-hello: Do not calculate the count of the messages in hidden sectionsMichal Sojka
2012-03-01emacs: User-defined sections in notmuch-helloDaniel Schoepe
2012-01-26emacs: polish notmuch-hello help textDmitry Kurochkin
2012-01-25emacs: bind "s" to `notmuch-hello-search' in notmuch-hello bufferDmitry Kurochkin
2012-01-25emacs: use a single history for all searchesDmitry Kurochkin
2012-01-25emacs: bind "s" to `notmuch-search' in notmuch-hello bufferDmitry Kurochkin
2012-01-21emacs/*.el: changed one-char comment prefix ';' to two; ';;'Tomi Ollila
2012-01-21emacs: add invisible dot instead of space at the end of notmuch-hello search boxDmitry Kurochkin
2012-01-21emacs: globally replace non-branching "(if (not ..." with "(unless ..."Pieter Praet
2012-01-19emacs: logically group def{custom,face}sPieter Praet
2012-01-12emacs: Improve `notmuch-hello' display on ttys.David Edmondson
2011-12-22emacs: put the last search on top of recent searches in notmuch-helloDmitry Kurochkin
2011-12-22emacs: Change the default thousands separator to a spaceThomas Jost
2011-12-22emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separatorThomas Jost
2011-12-22emacs: Fix notmuch-hello-tag-list-make-query defcustomJani Nikula
2011-12-21emacs: add notmuch-hello-refresh-hookThomas Jost
2011-12-21Don't quote lambda formsAaron Ecay
2011-12-20emacs: do not call `notmuch-hello-mode' on updateDmitry Kurochkin
2011-12-16emacs: Add notmuch-hello-mode-hookIvy Foster
2011-11-22emacs: Make saving new saved searches append, not prependJani Nikula
2011-11-22emacs: Add new customization option to sort saved searchesJani Nikula
2011-11-12emacs: add invisible space after the search widget field in notmuch-helloDmitry Kurochkin
2011-06-23fix sum moar typos [comments in source code]Pieter Praet
2011-05-26emacs: Make the queries used in the all-tags section configurableDaniel Schoepe
2011-05-26emacs: Allow the user to choose the "From" address when composing a new messageThomas Jost
2010-11-08Don't use kill-this-buffer to kill notmuch emacs buffersJameson Rollins
2010-10-29Fix problem with notmuch-hello-nice-numberDirk Hohndel
2010-10-29emacs: Fix the autoload commentsCarl Worth
2010-10-27emacs: Avoid runtime use of `cl'.David Edmondson
2010-10-22emacs: Remove the joke from the first line of the notmuch-hello view.Carl Worth
2010-10-22emacs: Fix notmuch-hello to not break when given a very narrow window.Carl Worth
2010-06-03emacs: Pretty print the numbers of matching messages.David Edmondson
2010-06-03emacs: notmuch-hello: Make widget-keymap a parent of notmuch-hello-keymapNelson Elhage
2010-06-03add missing docstring for functionsSebastian Spaeth
2010-06-03Make notmuch-hello a mode.Sebastian Spaeth
2010-06-03emacs: Remove notmuch-hello-roundup functionSebastian Spaeth
2010-06-03emacs: In hello mode, bind `C-tab' to move backwards through widgets.David Edmondson
2010-06-03emacs: Allow tuning of the tag/saved search layout.David Edmondson
2010-06-03emacs: Usability improvements for `notmuch-hello'.David Edmondson
2010-04-27emacs: Fix `notmuch-hello-insert-tags' to correctly draw the tags.David Edmondson
2010-04-27emacs: If 'all tags' is not shown, don't use it when calculating widths.David Edmondson
2010-04-27emacs: Fix column alignment in `notmuch-hello-insert-tags'David Edmondson
2010-04-26emacs: Rip out all of the notmuch-folder code.Carl Worth
2010-04-26emacs: Fix notmuch-hello to use its own function for counting search results.Carl Worth
2010-04-26emacs: Add a notmuch-saved-searches function.Carl Worth