summaryrefslogtreecommitdiff
path: root/vim/plugin/notmuch.vim
AgeCommit message (Expand)Author
2009-11-25vim: cleanup tag filteringBart Trojanowski
2009-11-25vim: cleanup a few minor glitchesBart Trojanowski
2009-11-25vim: fix an error in the logic for finding message under cursor in show screenBart Trojanowski
2009-11-25vim: use ,s for editing search queryBart Trojanowski
2009-11-25vim: have ? show details of what's under cursor in search/show viewsBart Trojanowski
2009-11-25vim: ingore would-be-folds with line count of 1 or fewerBart Trojanowski
2009-11-25vim: added searching for word under cursor with ^]Bart Trojanowski
2009-11-25vim plugin: removed some dead codeBart Trojanowski
2009-11-25vim: place ... more inteligently when shortening 'from' list in searchBart Trojanowski
2009-11-25fix returning to folders after searching a few timesBart Trojanowski
2009-11-25make searching, updates and returning to folder view workBart Trojanowski
2009-11-25add notmuch-folders support modeBart Trojanowski
2009-11-25remove some debug code from NM_cmd_search()Bart Trojanowski
2009-11-25NM_show_prev() -> NM_show_previous()Bart Trojanowski
2009-11-25correct fold line countsBart Trojanowski
2009-11-25keep the ,nmr hack aroundBart Trojanowski
2009-11-25clear the nmap before creating our bindingsBart Trojanowski
2009-11-25don't fold single linesBart Trojanowski
2009-11-25avoid reloading search screen when we add/remove tagsBart Trojanowski
2009-11-25debug code to measure how long calls to system() takeBart Trojanowski
2009-11-25make control-p go to previous messageBart Trojanowski
2009-11-25lot more stubs for future keybindingsBart Trojanowski
2009-11-25implemented folding bodies and headersBart Trojanowski
2009-11-25more endless toil with syntaxBart Trojanowski
2009-11-25fix after merge, --reverse replaced with --sort=Bart Trojanowski
2009-11-25crude order toggleBart Trojanowski
2009-11-25added search filteringBart Trojanowski
2009-11-25added support for archive commandBart Trojanowski
2009-11-25cleanup calls to script functions, use <SID>Bart Trojanowski
2009-11-25fix showing threadBart Trojanowski
2009-11-25added tagging and refresh to search screenBart Trojanowski
2009-11-25add dummy entries to search screen keymapBart Trojanowski
2009-11-25define keymap for show screen as a dictionaryBart Trojanowski
2009-11-25cleanup default handling codeBart Trojanowski
2009-11-25make search screen mappings configurable via dictionaryBart Trojanowski
2009-11-25make it possible to set config options from outside the scriptBart Trojanowski
2009-11-25toggle signatures and citations with s/c respectivelyBart Trojanowski
2009-11-25fix a corner case with folding a single line citationBart Trojanowski
2009-11-25added ^n to handle walking messagesBart Trojanowski
2009-11-25pretty colouring and folding for message showBart Trojanowski
2009-11-25parsing rewritten one more timeBart Trojanowski
2009-11-25completely rewritten show handlingBart Trojanowski
2009-11-25first attempt to fold the message nicelyBart Trojanowski
2009-11-25folding for citationsBart Trojanowski
2009-11-25naively fold all signaturesBart Trojanowski
2009-11-25grab all the pattern matchers from the emacs scriptBart Trojanowski
2009-11-25make <Enter> from search screen display the correct messageBart Trojanowski
2009-11-25add 's' binding to let you search for different termsBart Trojanowski
2009-11-25reverse order so that the latest is at topBart Trojanowski
2009-11-25move from search to show with Enter, and back with qBart Trojanowski