summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | 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
| | |
| * | vim: have '?' show search words in search modeBart Trojanowski2009-11-27
| | |
| * | vim: cleanup error messagesBart Trojanowski2009-11-27
| | |
| * | vim: fix regexp for cleaning search listBart Trojanowski2009-11-27
| | |
| * | vim: force deleting buffersBart Trojanowski2009-11-27
| | |
| * | vim: fix message parsing patternsBart Trojanowski2009-11-27
| | | | | | | | | | | | if a message did not contain a trailing CR, we may not be able to match ^\f
| * | vim: implement sending with ,s from compose bufferBart Trojanowski2009-11-27
| | |
| * | vim: store previous buffer number when starting to composeBart Trojanowski2009-11-27
| | |
| * | vim: make sure headers begin with \wBart Trojanowski2009-11-27
| | |
| * | vim: allow overriding how newBuffer is createdBart Trojanowski2009-11-27
| | |
| * | vim: replace echo\nreturn with trhow in a few placesBart Trojanowski2009-11-26
| | |
| * | vim: make insert in compose mode configurableBart Trojanowski2009-11-26
| | |
| * | vim: add a helpful header to notmuch-compose modeBart Trojanowski2009-11-26
| | |
| * | vim: syntax highlighting for notmuch-compose modeBart Trojanowski2009-11-26
| | |
| * | vim: add support for <Tab> in compose modeBart Trojanowski2009-11-26
| | | | | | | | | | | | | | | this will skip to the next header in insert and normal modes, and behave like <Tab> otherwise.
| * | vim: add support for :NotMuch composeBart Trojanowski2009-11-26
| | | | | | | | | | | | ... but it doesn't send yet.
| * | vim: cleanup settings in newBuffer() and make them localBart Trojanowski2009-11-26
| | |
| * | vim: add a line splitter that understands quotesBart Trojanowski2009-11-26
| | | | | | | | | | | | | | | this makes it possible to tokenise expressions like :NotMuch compose 'subject: one two three' to:bart@jukie.net
| * | vim: allow for different types of mappings not just normal mode onesBart Trojanowski2009-11-26
| | |
| * | vim: fix a case where we started with :NotMuch searchBart Trojanowski2009-11-25
| | |
| * | vim: fix some error checking in NM_search_thread_id()Bart Trojanowski2009-11-25
| | |
| * | vim: removing debug statementsBart Trojanowski2009-11-25
| | |
| * | vim: Space archives/reads and advances to next messageBart Trojanowski2009-11-25
| | |
| * | vim: don't use scrolloff/sidesscrolloff in notmuch buffersBart Trojanowski2009-11-25
| | |
| * | vim: refactor get_message_for_line out of show_message_idBart Trojanowski2009-11-25
| | |
| * | vim: more cleanup and fixes for show_next/previous handlersBart Trojanowski2009-11-25
| | |
| * | vim: allow show_next/previous to skip non-matching messagesBart Trojanowski2009-11-25
| | |
| * | vim: pass filter expression to add/remove tag functionsBart Trojanowski2009-11-25
| | |
| * | vim: fold messages that don't match a queryBart Trojanowski2009-11-25
| | |
| * | Merge branch 'show-matching-flag' into HEADBart Trojanowski2009-11-25
| |\ \
| | * | notmuch-show: identify which messages printed matched the query stringBart Trojanowski2009-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The show command outputs all messages in the threads that match the search-terms. This patch introduces a 'match:[01]' entry to the 'message{' line output by the show command. Value of 1 indicates that the message is matching the search expression. Signed-off-by: Bart Trojanowski <bart@jukie.net>
| | * | have _notmuch_thread_create mark which messages matched the queryBart Trojanowski2009-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When _notmuch_thread_create() is given a query string, it can return more messages than just those matching the query. To distinguish those that matched the query expression, the MATCHING_SEARCH flag is set appropriately. Signed-off-by: Bart Trojanowski <bart@jukie.net>
| | * | message: add flags to notmuch_message_tBart Trojanowski2009-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch allows for different flags, internal to notmuch, to be set on a message object. The patch does not define any such flags, just the facilities to manage these flags. Signed-off-by: Bart Trojanowski <bart@jukie.net>
| * | | vim: return nothing instead of failting if there is no message idBart Trojanowski2009-11-25
| | | |
| * | | vim: minor improvements to search screen syntax matchingBart Trojanowski2009-11-25
| | | |
| * | | vim: make timing info a debug optionBart Trojanowski2009-11-25
| | | |
| * | | vim: include stubs for Tab-ing thorugh folds in show viewBart Trojanowski2009-11-25
| | | |
| * | | vim: include search terms when showing messageBart Trojanowski2009-11-25
| | | |
| * | | vim: fix '?' command in message displayBart Trojanowski2009-11-25
| | | |
| * | | vim: fix shell escaping for () in search termsBart Trojanowski2009-11-25
| | | |
| * | | vim: fix column formatting for >9 messages in search viewBart Trojanowski2009-11-25
| | | |
| * | | vim: preserve previous buffer number when refreshing searchBart Trojanowski2009-11-25
| | | |
| * | | vim: add git-diff.vim in README, make syntax work w/o the scriptBart Trojanowski2009-11-25
| | | |
| * | | vim: cleanup tag filteringBart Trojanowski2009-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given an existing search expression and a regular filter, the resulting search will be: EXISTING AND ( NEW ) With a tag filter each of the tags given will be prefixed with tag: and separated by AND.
| * | | vim: cleanup a few minor glitchesBart Trojanowski2009-11-25
| | | |
| * | | vim: fix an error in the logic for finding message under cursor in show screenBart Trojanowski2009-11-25
| | | |
| * | | vim: use ,s for editing search queryBart Trojanowski2009-11-25
| | | | | | | | | | | | | | | | (save 'S' for marking things as spam)