aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Avoid compiler warnings due to ignored write return valuesGravatar Dirk-Jan C. Binnema2009-12-01
* notmuch.el: Make 'x' and 'X' in show-mode archive the current thread.Gravatar Carl Worth2009-11-30
* notmuch.el: Use let to avoid assigning to a free variable.Gravatar Carl Worth2009-11-30
* notmuch.el: Avoid warning about referencing free variable `button'.Gravatar Carl Worth2009-11-30
* notmuch.el: Avoid calling next/previous-line non-interactively.Gravatar Carl Worth2009-11-30
* notmuch.el: Make notmuch-help use a full-screen window.Gravatar Carl Worth2009-11-30
* notmuch.el: Make documentation of notmuch-search-mode dynamic.Gravatar Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-folder-mode-map commands.Gravatar Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-show-mode-map commands.Gravatar Carl Worth2009-11-30
* notmuch.el: Fix notmuch-help to properly display prefixed bindings.Gravatar Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-search-mode-map commands.Gravatar Carl Worth2009-11-30
* notmuch.el: Fix notmuch-search-goto-last-thread.Gravatar Carl Worth2009-11-30
* notmuch.el: Fix notmuch-search-scroll-down to go to first thread.Gravatar Carl Worth2009-11-30
* notmuch.el: Don't document mouse actions in notmuch-help.Gravatar Carl Worth2009-11-30
* notmuch.el: Reorder notmuch-search-mode keybindings map.Gravatar Carl Worth2009-11-30
* notmuch.el: Implement our own notmuch-help instead of describe-mode.Gravatar Carl Worth2009-11-30
* notmuch.el: Add documentation for notmuch-search-show-thread.Gravatar Carl Worth2009-11-30
* notmuch.el: Don't use beginning-of-buffer from elisp program.Gravatar Carl Worth2009-11-30
* Documentation for notmuch reply --format=(default|headers-only)Gravatar Jed Brown2009-11-28
* More portable and easier to read regex in notmuch-search-operate-allGravatar Jed Brown2009-11-28
* Avoid bogus internal error reporting duplicate In-Reply-To IDs.Gravatar Carl Worth2009-11-28
* Adjust autoload commentsGravatar Keith Amidon2009-11-28
* notmuch.el: Add face support to search modeGravatar Aneesh Kumar K.V2009-11-27
* Send mail to notmuch list, not CarlGravatar Alec Berryman2009-11-27
* notmuch-new: Check for non-fatal errors from stat()Gravatar Chris Wilson2009-11-27
* Key binding rearrangement for save attachments in show modeGravatar Keith Amidon2009-11-27
* Provide ability to save attachmentsGravatar Keith Amidon2009-11-27
* Forward individual messages using message-forwardGravatar Keith Amidon2009-11-27
* Factor out message buffer mgmt from notmuch-show-view-all-mime-partsGravatar Keith Amidon2009-11-27
* Add key binding for notmuch-search in show-modeGravatar Keith Amidon2009-11-27
* notmuch.el: Use message-mode font-face to highlight mail headersGravatar Aneesh Kumar K.V2009-11-27
* correct message flag enum value so that it matches the typeGravatar Bart Trojanowski2009-11-27
* Add some very rudimentary support for handling html partsGravatar Alexander Botero-Lowry2009-11-27
* add missing comma in debugging codeGravatar David Bremner2009-11-27
* notmuch.el: Require message mode to avoid undefined function in replies.Gravatar Eric Anholt2009-11-27
* Fix up whitespace styling from previous commit.Gravatar Carl Worth2009-11-27
* notmuch-new: Test if directory looks like Maildir before skipping tmp.Gravatar Jan Janak2009-11-27
* Silence compiler warning by initializing a variable.Gravatar Jeffrey C. Ollie2009-11-27
* Merge remote branch 'jukie/vim'Gravatar Carl Worth2009-11-27
|\
* | notmuch-new: Fix notmuch new to look at files within symbolic linksGravatar Aneesh Kumar K.V2009-11-27
* | notmuch-show: identify which messages printed matched the query stringGravatar Bart Trojanowski2009-11-27
* | have _notmuch_thread_create mark which messages matched the queryGravatar Bart Trojanowski2009-11-27
* | message: add flags to notmuch_message_tGravatar Bart Trojanowski2009-11-27
* | reply --format=headers-only: set In-Reply-To header, with ID *last* in Refere...Gravatar Jed Brown2009-11-27
* | notmuch-reply.c: implement notmuch_reply_format_headers_onlyGravatar Jed Brown2009-11-27
* | notmuch-reply.c: accept the --format=default default option.Gravatar Jed Brown2009-11-27
| * vim: use <Space> more consistently in search viewGravatar Bart Trojanowski2009-11-27
| * Merge remote branch 'origin/master' into vimGravatar Bart Trojanowski2009-11-27
| |\
| * | vim: make it possible to start a search in show modeGravatar Bart Trojanowski2009-11-27
| * | vim: don't toggle folds that are inside closed folds in show modeGravatar Bart Trojanowski2009-11-27