summaryrefslogtreecommitdiff
path: root/emacs
AgeCommit message (Expand)Author
2010-10-29Fix problem with notmuch-hello-nice-numberDirk Hohndel
2010-10-29emacs: Re-work the implementation of highlighting in notmuch-search-mode.David Edmondson
2010-10-29emacs: Fix the autoload commentsCarl Worth
2010-10-29Don't involve the shell in notmuch searchesDavid Benjamin
2010-10-28emacs: Use copy-sequence instead of copy-seq.Carl Worth
2010-10-27emacs: Eliminate duplicate From header in replies.Carl Worth
2010-10-27emacs: Eliminate warning of calling function with excess arguments.Carl Worth
2010-10-27emacs: Remove non-interactive call of goto-lineCarl Worth
2010-10-27emacs: Fix to eliminate warning in notmuch-query-map-auxCarl Worth
2010-10-27emacs: Avoid runtime use of `cl'.David Edmondson
2010-10-27Move notmuch-fcc-header-setup to message-header-setup-hook.Rob Browning
2010-10-27emacs: Explicitly set the From address when composing a new message.Carl Worth
2010-10-27emacs: Enable FCC (to a directory named "sent") by default.Carl Worth
2010-10-27emacs: Change FCC to be relative to notmuch mail store, not message-directoryCarl Worth
2010-10-22emacs: Fix quoting of Message-Id to fix test case of Id containing ".."Carl Worth
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-09-23emacs: Fix bug when parsing a subject cotaining: \[[0-9/]\]Carl Worth
2010-09-16emacs: Allow '|' to operate on multiple messages (by means of prefix argument).Carl Worth
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