summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-30notmuch.el: Reorder notmuch-search-mode keybindings map.Carl Worth
2009-11-30notmuch.el: Implement our own notmuch-help instead of describe-mode.Carl Worth
2009-11-30notmuch.el: Add documentation for notmuch-search-show-thread.Carl Worth
2009-11-30notmuch.el: Don't use beginning-of-buffer from elisp program.Carl Worth
2009-11-29fix debian packaging emacsen installationJameson Graef Rollins
2009-11-28first crack at debian packaging (using git-buildpackage)Jameson Graef Rollins
2009-11-28fix Makefile.local to install bash completion definitions as not executableJameson Graef Rollins
2009-11-28add checking for zlib development libraries to configure scriptJameson Graef Rollins
2009-11-28fix configure script to handle --prefix= and properly create Makefile.configJameson Graef Rollins
2009-11-28Documentation for notmuch reply --format=(default|headers-only)Jed Brown
2009-11-28More portable and easier to read regex in notmuch-search-operate-allJed Brown
2009-11-28Avoid bogus internal error reporting duplicate In-Reply-To IDs.Carl Worth
2009-11-28Adjust autoload commentsKeith Amidon
2009-11-27notmuch.el: Add face support to search modeAneesh Kumar K.V
2009-11-27Send mail to notmuch list, not CarlAlec Berryman
2009-11-27notmuch-new: Check for non-fatal errors from stat()Chris Wilson
2009-11-27Key binding rearrangement for save attachments in show modeKeith Amidon
2009-11-27Provide ability to save attachmentsKeith Amidon
2009-11-27Forward individual messages using message-forwardKeith Amidon
2009-11-27Factor out message buffer mgmt from notmuch-show-view-all-mime-partsKeith Amidon
2009-11-27Add key binding for notmuch-search in show-modeKeith Amidon
2009-11-27notmuch.el: Use message-mode font-face to highlight mail headersAneesh Kumar K.V
2009-11-27correct message flag enum value so that it matches the typeBart Trojanowski
2009-11-27Add some very rudimentary support for handling html partsAlexander Botero-Lowry
2009-11-27add missing comma in debugging codeDavid Bremner
2009-11-27notmuch.el: Require message mode to avoid undefined function in replies.Eric Anholt
2009-11-27Fix up whitespace styling from previous commit.Carl Worth
2009-11-27notmuch-new: Test if directory looks like Maildir before skipping tmp.Jan Janak
2009-11-27Silence compiler warning by initializing a variable.Jeffrey C. Ollie
2009-11-27Merge remote branch 'jukie/vim'Carl Worth
2009-11-27notmuch-new: Fix notmuch new to look at files within symbolic linksAneesh Kumar K.V
2009-11-27notmuch-show: identify which messages printed matched the query stringBart Trojanowski
2009-11-27have _notmuch_thread_create mark which messages matched the queryBart Trojanowski
2009-11-27message: add flags to notmuch_message_tBart Trojanowski
2009-11-27reply --format=headers-only: set In-Reply-To header, with ID *last* in ReferencesJed Brown
2009-11-27notmuch-reply.c: implement notmuch_reply_format_headers_onlyJed Brown
2009-11-27notmuch-reply.c: accept the --format=default default option.Jed Brown
2009-11-27vim: use <Space> more consistently in search viewBart Trojanowski
2009-11-27Merge remote branch 'origin/master' into vimBart Trojanowski
2009-11-27vim: make it possible to start a search in show modeBart Trojanowski
2009-11-27vim: don't toggle folds that are inside closed folds in show modeBart Trojanowski
2009-11-27vim: primitive reply to messageBart Trojanowski
2009-11-27vim: primitive reply to threadBart Trojanowski
2009-11-27vim: few compose mode updates, including READMEBart Trojanowski
2009-11-27vim: don't remove headers until after parsing themBart Trojanowski
2009-11-27vim: fix off-by-one error when removing header from message to send outBart Trojanowski
2009-11-27vim: generalize compose buffer function furtherBart Trojanowski
2009-11-27vim: have ,nmr just reload the plugin w/o restarting stateBart Trojanowski
2009-11-27vim: make it possible to replace NM_cobine_tags()Bart Trojanowski
2009-11-27vim: add a helper to combine tag search expressionsBart Trojanowski