aboutsummaryrefslogtreecommitdiff
path: root/emacs
AgeCommit message (Expand)Author
2010-08-19emacs: Fix line-wrapping for help message of notmuch-show mode.Carl Worth
2010-06-04Add C-tab binding in notmuch-search mode as well.Carl Worth
2010-06-03emacs: Tags should be shown with `notmuch-tag-face'.David Edmondson
2010-06-03emacs: In search mode, truncate authors using invisible text.David Edmondson
2010-06-03emacs: Adjust comment to avoid confusing font-lock.David Edmondson
2010-06-03emacs: Allow the display of absolute dates in the header line.David Edmondson
2010-06-03emacs: Bind <backtab> (shift-TAB) to notmuch-show-previous-buttonNelson Elhage
2010-06-03emacs: More functionality for `notmuch-wash-tidy-citations'.David Edmondson
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: Reuse rather than reinvent message header filteringSebastian Spaeth
2010-06-03emacs: Allow tuning of the tag/saved search layout.David Edmondson
2010-06-03emacs: Allow control over faces for search mode columns.David Edmondson
2010-06-03emacs: Set the `face' property rather than `font-lock-face'.David Edmondson
2010-06-03emacs: Display non-matching authors with a different face.David Edmondson
2010-06-03Easier way to define a fcc directorySebastian Spaeth
2010-06-03emacs: Usability improvements for `notmuch-hello'.David Edmondson
2010-04-27Add notmuch-message.el to emacs/Makefile.localJesse Rosenthal
2010-04-27emacs: Remove conditional from notmuch-fcc-initialization.Jesse Rosenthal
2010-04-27emacs: require notmuch-message.el from notmuch.elJesse Rosenthal
2010-04-27emacs: Add auto-tagging for replied messages.Jesse Rosenthal
2010-04-27emacs: Add missing parenthesis that was breaking the build.Carl Worth
2010-04-27emacs/notmuch-wash.el: Add `notmuch-wash-convert-inline-patch-to-part'.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: Use message-signature-separator rather than hard-coded string.Carl Worth
2010-04-26emacs: Delete some trailing whitespace.Carl Worth
2010-04-26emacs: Ensure that message-directory for Fcc has a trailing slashJesse Rosenthal
2010-04-26emacs: add prompt to create maildir for fcc if it does not exist.Jesse Rosenthal
2010-04-26emacs: fcc should fail at the right time if it doesn't point to a maildirJesse Rosenthal
2010-04-26emacs: Tweak search-buffer naming to search list in reverse orderCarl Worth
2010-04-26emacs: Rename search buffers with "saved-search" not "folder"Carl Worth
2010-04-26emacs: Match entire saved-search when computing search-view buffer nameCarl Worth
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
2010-04-26emacs: Move declare-function from notmuch-lib.el to notmuch-hello.el.Carl Worth
2010-04-26notmuch-hello: Add a 'G' keybinding.Carl Worth
2010-04-26notmuch-hello: Make this work with a notmuch-folders variable set in ~/.emacsCarl Worth
2010-04-26emacs: Remove "hello" from all variables exported through customize.Carl Worth
2010-04-26notmuch-hello: Fix a sign error when computing number of padding spaces.Carl Worth
2010-04-26notmuch-hello: Fix ability to isearch to a saved-search and press RETCarl Worth
2010-04-26emacs: notmuch-hello: Make viewing of all tags conditional.Carl Worth
2010-04-26notmuch-hello: Preserve current position when invoking notmuch-helloCarl Worth
2010-04-26emacs: notmuch-hello: Move to first saved search item.Carl Worth