summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* notmuch.el: Avoid warning about referencing free variable `button'.Carl Worth2009-11-30
* notmuch.el: Avoid calling next/previous-line non-interactively.Carl Worth2009-11-30
* notmuch.el: Make notmuch-help use a full-screen window.Carl Worth2009-11-30
* notmuch.el: Make documentation of notmuch-search-mode dynamic.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-folder-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-show-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-help to properly display prefixed bindings.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-search-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-search-goto-last-thread.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-search-scroll-down to go to first thread.Carl Worth2009-11-30
* notmuch.el: Don't document mouse actions in notmuch-help.Carl Worth2009-11-30
* notmuch.el: Reorder notmuch-search-mode keybindings map.Carl Worth2009-11-30
* notmuch.el: Implement our own notmuch-help instead of describe-mode.Carl Worth2009-11-30
* notmuch.el: Add documentation for notmuch-search-show-thread.Carl Worth2009-11-30
* notmuch.el: Don't use beginning-of-buffer from elisp program.Carl Worth2009-11-30
* Documentation for notmuch reply --format=(default|headers-only)Jed Brown2009-11-28
* More portable and easier to read regex in notmuch-search-operate-allJed Brown2009-11-28
* Avoid bogus internal error reporting duplicate In-Reply-To IDs.Carl Worth2009-11-28
* Adjust autoload commentsKeith Amidon2009-11-28
* notmuch.el: Add face support to search modeAneesh Kumar K.V2009-11-27
* Send mail to notmuch list, not CarlAlec Berryman2009-11-27
* notmuch-new: Check for non-fatal errors from stat()Chris Wilson2009-11-27
* Key binding rearrangement for save attachments in show modeKeith Amidon2009-11-27
* Provide ability to save attachmentsKeith Amidon2009-11-27
* Forward individual messages using message-forwardKeith Amidon2009-11-27
* Factor out message buffer mgmt from notmuch-show-view-all-mime-partsKeith Amidon2009-11-27
* Add key binding for notmuch-search in show-modeKeith Amidon2009-11-27
* notmuch.el: Use message-mode font-face to highlight mail headersAneesh Kumar K.V2009-11-27
* correct message flag enum value so that it matches the typeBart Trojanowski2009-11-27
* Add some very rudimentary support for handling html partsAlexander Botero-Lowry2009-11-27
* add missing comma in debugging codeDavid Bremner2009-11-27
* notmuch.el: Require message mode to avoid undefined function in replies.Eric Anholt2009-11-27
* Fix up whitespace styling from previous commit.Carl Worth2009-11-27
* notmuch-new: Test if directory looks like Maildir before skipping tmp.Jan Janak2009-11-27
* Silence compiler warning by initializing a variable.Jeffrey C. Ollie2009-11-27
* Merge remote branch 'jukie/vim'Carl Worth2009-11-27
|\
| * vim: use <Space> more consistently in search viewBart Trojanowski2009-11-27
| * Merge remote branch 'origin/master' into vimBart Trojanowski2009-11-27
| |\
| * | vim: make it possible to start a search in show modeBart Trojanowski2009-11-27
| * | vim: don't toggle folds that are inside closed folds in show modeBart Trojanowski2009-11-27
| * | vim: primitive reply to messageBart Trojanowski2009-11-27
| * | vim: primitive reply to threadBart Trojanowski2009-11-27
| * | vim: few compose mode updates, including READMEBart Trojanowski2009-11-27
| * | vim: don't remove headers until after parsing themBart Trojanowski2009-11-27
| * | vim: fix off-by-one error when removing header from message to send outBart Trojanowski2009-11-27
| * | vim: generalize compose buffer function furtherBart Trojanowski2009-11-27
| * | vim: have ,nmr just reload the plugin w/o restarting stateBart Trojanowski2009-11-27
| * | vim: make it possible to replace NM_cobine_tags()Bart Trojanowski2009-11-27
| * | vim: add a helper to combine tag search expressionsBart Trojanowski2009-11-27
| * | vim: README updates and correctionsBart Trojanowski2009-11-27