aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
Commit message (Collapse)AuthorAge
* fix sum moar typos [comments in source code]Pieter Praet2011-06-23
| | | | | | | | | | Various typo fixes in comments within the source code. Signed-off-by: Pieter Praet <pieter@praet.org> Edited-by: Carl Worth <cworth@cworth.org> Restricted to just source-code comments, (and fixed fix of "descriptios" to "descriptors" rather than "descriptions").
* vim: add delete commandsFelipe Contreras2011-05-31
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: add support for delete in search viewFelipe Contreras2011-05-31
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: add support to mark as read in search viewFelipe Contreras2011-05-31
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: add support to mark as read in show viewFelipe Contreras2011-05-31
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: parse 'from' addressFelipe Contreras2011-05-04
| | | | | | In order to pass it to sendmail. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: use sendmail directlyFelipe Contreras2011-05-04
| | | | | | | | The problem with 'mailx' is that it's not standardized, and it doesn't allow the -f option, which is pretty important on many sendmail configurations. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: add myself (Felipe Contreras) as contributorFelipe Contreras2011-05-04
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: implement archive in show viewFelipe Contreras2011-05-04
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: refactor tagging stuffFelipe Contreras2011-05-04
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: Get user email address from notmuch config file.Peter John Hartman2011-01-26
| | | | | | | Here's a bitty patch to the vim plugin; it now calculates the primary email of the user based on a call to notmuch config. There's still a lot of work that needs to get done on notmuch.vim, e.g., the ability to have multiple emails/accounts.
* vim: run(): optimize non-debug pathFelipe Contreras2010-11-08
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: use mailx for sendingFelipe Contreras2010-11-08
| | | | | | | Possilby used by more systems, and besides the code wasn't really working properly anyway. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: add option to mark as read + archiveFelipe Contreras2010-11-08
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: remove add_remove_tags_on_screen()Felipe Contreras2010-11-08
| | | | | | | It's not working properly; the current message is jumping around and the tags not really added/removed properly. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: cleanup search bufferFelipe Contreras2010-11-08
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* vim: add archive support from 'show'Felipe Contreras2010-11-08
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* Fix typo in messageBen Gamari2010-04-15
|
* vim: preserve the 'show everything' flag when finding next/prev bufferBart Trojanowski2009-12-03
| | | | | | | | | When show mode is invoked it could be displaying just the matched messages or everything. This flag is passed to NM_search_show_thread(). It is then stored in a buffer variable, b:nm_show_everything, and used for subsequent calls to NM_search_show_thread() triggered by <Space>, <C-n> and <C-p>. Signed-off-by: Bart Trojanowski <bart@jukie.net>
* vim: use notmuch show --entire-threadBart Trojanowski2009-12-02
|
* vim: use <Space> more consistently in search viewBart Trojanowski2009-11-27
| | | | | | In search view <Space> will show the thead, but folding messages that don't match the current search expression. Conversly, <Enter> always shows all messages in the thread.
* vim: make it possible to start a search in show modeBart Trojanowski2009-11-27
|
* vim: don't toggle folds that are inside closed folds in show modeBart Trojanowski2009-11-27
|
* vim: primitive reply to messageBart Trojanowski2009-11-27
|
* vim: primitive reply to threadBart Trojanowski2009-11-27
|
* vim: few compose mode updates, including READMEBart Trojanowski2009-11-27
|
* vim: don't remove headers until after parsing themBart Trojanowski2009-11-27
|
* vim: fix off-by-one error when removing header from message to send outBart Trojanowski2009-11-27
|
* vim: generalize compose buffer function furtherBart Trojanowski2009-11-27
|
* 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: 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: 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
|