NOTES in vmail-0.0.6 vs NOTES in vmail-0.0.7
- old
+ new
@@ -479,26 +479,31 @@
- delete mvmail command. just use env variable - cleaner
- sending an attachment
- can specify a directory, then all the items in the directory get
attached and sent
- extract and append text of all selected messages into file (append)
-
-next:
+- ,s s confusion? Star vs search
+ - ,* is star now
+- archive function (shortcut for move to all mail)
+- remember searches?
+- perma-delete from Trash
+- put move to> and copy to> prompts
+- create mailboxes if they don't exist on move or copy
- tweak contacts list script (plus instruction for how to use)
+- .vmailrc is a yaml file, first in current dir, then check home, can
+ also use command line opts
+- fix tests
+
+NEXT:
- help doc: just return readme file, or a vim version of it (vim filetype later)
-- follow mysql and use -u and -p flags on startup of server?
- - omitting -p flag forces prompt
-- ,s s confusion? Star vs search
- note dependence on lynx in README
later:
- mvim - starred messages not syntax colored
- mvim redrawstatus line bug
http://vim.1045645.n5.nabble.com/Redrawing-bug-in-MacVim-Command-T-since-commit-ba44868-td3248742.html
- allow one daemon, multiple clients (select mailbox?)
-- remember searches?
-- archive function (shortcut for move to all mail)
- crate to package app as a OS X app?
http://rubyconf2008.confreaks.com/crate-packaging-your-ruby-application.html
- need to bundle macvim
- if move to unknown mailbox, create the mailbox, then do the move
- some lingering encoding issues
@@ -521,12 +526,14 @@
- system() allows a parameters that is written to tmp file and passed
to stdin
- enhance contacts auto fix with more advanced vim script
- create contacts database on first startup
+won't do
+- follow mysql and use -u and -p flags on startup of server?
+ - omitting -p flag forces prompt
-
------------------------------------------------------------------------
Threading
how to find the message that a message is in reply-to
@@ -534,6 +541,10 @@
:! ls %
% is filename
+ " TODO the range doesn't quite work as expect, need <line1> <line2>
+ " trying to make user defined commands that work from : prompt
+ " command -buffer -range VmailDelete call s:toggle_star("Deleted")
+ " command -buffer -range VmailStar call s:toggle_star("Flagged")