aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/mail.vim
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Vim mail header field shortcutsTom Ryder2019-01-061-10/+24
|
* Remove line squeezing function for mail.vimTom Ryder2018-12-041-20/+0
| | | | | The mapping was removed in commit 44a75be, but not the autoloaded function that the plugin was replacing.
* Leave final blank for mail line squeeze, not firstTom Ryder2018-08-301-1/+1
|
* Count quoted blank lines for mail line squeezeTom Ryder2018-08-301-1/+1
|
* Add mapping to contract multiple blank linesTom Ryder2018-08-291-0/+20
| | | | | This should be a command, and may very well be useful outside of mail contexts, but this will do OK for now.
* Add mail shortcut for flagging a message as urgentTom Ryder2018-08-221-0/+9
|
* Add `abort` attribute to autoloaded mail functionTom Ryder2018-08-141-1/+1
|
* Move Vim mail functions to autoloadTom Ryder2018-08-141-0/+58
|
* Change mail quoting to generic autoload functionTom Ryder2018-07-141-11/+0
| | | | I intend to use it elsewhere.
* Replace mail.vim quoting mappingsTom Ryder2018-07-131-0/+11