| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-25 | vim: place ... more inteligently when shortening 'from' list in search | Bart Trojanowski | |
| 2009-11-25 | fix returning to folders after searching a few times | Bart Trojanowski | |
| 2009-11-25 | make searching, updates and returning to folder view work | Bart Trojanowski | |
| 2009-11-25 | add notmuch-folders support mode | Bart Trojanowski | |
| 2009-11-25 | remove some debug code from NM_cmd_search() | Bart Trojanowski | |
| 2009-11-25 | NM_show_prev() -> NM_show_previous() | Bart Trojanowski | |
| 2009-11-25 | correct fold line counts | Bart Trojanowski | |
| 2009-11-25 | keep the ,nmr hack around | Bart Trojanowski | |
| 2009-11-25 | clear the nmap before creating our bindings | Bart Trojanowski | |
| 2009-11-25 | don't fold single lines | Bart Trojanowski | |
| 2009-11-25 | avoid reloading search screen when we add/remove tags | Bart Trojanowski | |
| 2009-11-25 | debug code to measure how long calls to system() take | Bart Trojanowski | |
| 2009-11-25 | make control-p go to previous message | Bart Trojanowski | |
| 2009-11-25 | lot more stubs for future keybindings | Bart Trojanowski | |
| 2009-11-25 | implemented folding bodies and headers | Bart Trojanowski | |
| 2009-11-25 | more endless toil with syntax | Bart Trojanowski | |
| 2009-11-25 | fix after merge, --reverse replaced with --sort= | Bart Trojanowski | |
| 2009-11-25 | crude order toggle | Bart Trojanowski | |
| 2009-11-25 | added search filtering | Bart Trojanowski | |
| 2009-11-25 | added support for archive command | Bart Trojanowski | |
| 2009-11-25 | cleanup calls to script functions, use <SID> | Bart Trojanowski | |
| 2009-11-25 | fix showing thread | Bart Trojanowski | |
| 2009-11-25 | added tagging and refresh to search screen | Bart Trojanowski | |
| 2009-11-25 | add dummy entries to search screen keymap | Bart Trojanowski | |
| 2009-11-25 | define keymap for show screen as a dictionary | Bart Trojanowski | |
| 2009-11-25 | cleanup default handling code | Bart Trojanowski | |
| 2009-11-25 | make search screen mappings configurable via dictionary | Bart Trojanowski | |
| 2009-11-25 | make it possible to set config options from outside the script | Bart Trojanowski | |
| 2009-11-25 | toggle signatures and citations with s/c respectively | Bart Trojanowski | |
| 2009-11-25 | fix a corner case with folding a single line citation | Bart Trojanowski | |
| 2009-11-25 | added ^n to handle walking messages | Bart Trojanowski | |
| 2009-11-25 | pretty colouring and folding for message show | Bart Trojanowski | |
| 2009-11-25 | parsing rewritten one more time | Bart Trojanowski | |
| 2009-11-25 | completely rewritten show handling | Bart Trojanowski | |
| 2009-11-25 | first attempt to fold the message nicely | Bart Trojanowski | |
| 2009-11-25 | folding for citations | Bart Trojanowski | |
| 2009-11-25 | naively fold all signatures | Bart Trojanowski | |
| 2009-11-25 | grab all the pattern matchers from the emacs script | Bart Trojanowski | |
| 2009-11-25 | make <Enter> from search screen display the correct message | Bart Trojanowski | |
| 2009-11-25 | updated README | Bart Trojanowski | |
| 2009-11-25 | add 's' binding to let you search for different terms | Bart Trojanowski | |
| 2009-11-25 | reverse order so that the latest is at top | Bart Trojanowski | |
| 2009-11-25 | README | Bart Trojanowski | |
| 2009-11-25 | simplify install with a Makefile | Bart Trojanowski | |
| 2009-11-25 | added syntax files for search and show screens | Bart Trojanowski | |
| 2009-11-25 | move from search to show with Enter, and back with q | Bart Trojanowski | |
| 2009-11-25 | primitive notmuch mail interface for vim | Bart Trojanowski | |
| 2009-11-25 | notmuch-show: identify which messages printed matched the query string | Bart Trojanowski | |
| 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> | |||
| 2009-11-25 | have _notmuch_thread_create mark which messages matched the query | Bart Trojanowski | |
| 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> | |||
| 2009-11-25 | message: add flags to notmuch_message_t | Bart Trojanowski | |
| 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> | |||
