summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-27vim: README updates and correctionsBart Trojanowski
2009-11-27vim: have '?' show search words in search modeBart Trojanowski
2009-11-27notmuch-search-add/remove-tag: restrict to messages in current queryJed Brown
2009-11-27New function notmuch-search-operate-all: operate on all messages in the current query.Jed Brown
2009-11-27vim: cleanup error messagesBart Trojanowski
2009-11-27vim: fix regexp for cleaning search listBart Trojanowski
2009-11-27vim: force deleting buffersBart Trojanowski
2009-11-27vim: fix message parsing patternsBart Trojanowski
2009-11-27vim: implement sending with ,s from compose bufferBart Trojanowski
2009-11-27vim: store previous buffer number when starting to composeBart Trojanowski
2009-11-27vim: make sure headers begin with \wBart Trojanowski
2009-11-27vim: allow overriding how newBuffer is createdBart Trojanowski
2009-11-26vim: replace echo\nreturn with trhow in a few placesBart Trojanowski
2009-11-26vim: make insert in compose mode configurableBart Trojanowski
2009-11-26vim: add a helpful header to notmuch-compose modeBart Trojanowski
2009-11-26vim: syntax highlighting for notmuch-compose modeBart Trojanowski
2009-11-26vim: add support for <Tab> in compose modeBart Trojanowski
2009-11-26vim: add support for :NotMuch composeBart Trojanowski
2009-11-26vim: cleanup settings in newBuffer() and make them localBart Trojanowski
2009-11-26vim: add a line splitter that understands quotesBart Trojanowski
2009-11-26vim: allow for different types of mappings not just normal mode onesBart Trojanowski
2009-11-26Return unpropertized strings for filename and message-idTassilo Horn
2009-11-26notmuch.el: Use variable notmuch-search-oldest-first to decide the search orderAneesh Kumar K.V
2009-11-26TODO: A read-only file in the mail store should be a warning, not an error.Carl Worth
2009-11-26notmuch.el: When removing tags, offer only those a msg/thread has set.Jan Janak
2009-11-26search-tags: Add support for search-terms.Jan Janak
2009-11-26lib: New function to collect tags from a list of messages.Jan Janak
2009-11-26notmuch.el: Select tag names with completion.Jan Janak
2009-11-26notmuch: New command 'search-tags'.Jan Janak
2009-11-26notmuch: New function to retrieve all tags from the database.Jan Janak
2009-11-25modify notmuch_setup_command to return 1 if config file write fails.Jameson Graef Rollins
2009-11-25vim: fix a case where we started with :NotMuch searchBart Trojanowski
2009-11-25vim: fix some error checking in NM_search_thread_id()Bart Trojanowski
2009-11-25vim: removing debug statementsBart Trojanowski
2009-11-25vim: Space archives/reads and advances to next messageBart Trojanowski
2009-11-25vim: don't use scrolloff/sidesscrolloff in notmuch buffersBart Trojanowski
2009-11-25vim: refactor get_message_for_line out of show_message_idBart Trojanowski
2009-11-25vim: more cleanup and fixes for show_next/previous handlersBart Trojanowski
2009-11-25vim: allow show_next/previous to skip non-matching messagesBart Trojanowski
2009-11-25vim: pass filter expression to add/remove tag functionsBart Trojanowski
2009-11-25Testing.Carl Worth
2009-11-25notmuch.el: Remove some dead code.Carl Worth
2009-11-25vim: fold messages that don't match a queryBart Trojanowski
2009-11-25Merge branch 'show-matching-flag' into HEADBart Trojanowski
2009-11-25vim: return nothing instead of failting if there is no message idBart Trojanowski
2009-11-25vim: minor improvements to search screen syntax matchingBart Trojanowski
2009-11-25vim: make timing info a debug optionBart Trojanowski
2009-11-25vim: include stubs for Tab-ing thorugh folds in show viewBart Trojanowski
2009-11-25vim: include search terms when showing messageBart Trojanowski
2009-11-25vim: fix '?' command in message displayBart Trojanowski