]> git.cworth.org Git - sup/commitdiff
update todos
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 24 Jul 2007 23:22:04 +0000 (23:22 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 24 Jul 2007 23:22:04 +0000 (23:22 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@504 5c8cc53c-5e98-4d25-b20a-d8db53a31250

doc/TODO

index 15ab0f11897e34a4857250993498e87bdf59404a..77672fe887ef1ab10b0b07d69166f3cd93ae0ee0 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,29 +1,11 @@
-for 0.1
--------
-x bugfix: any interactive prompt after "No new messages." flash has an
-   empty line above it.
-x detect other sup instances and do something intelligent (because
-x refactor all the *-search-results-mode classes
-x decode RFC 2047 ("encoded word") headers
-  - see: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/101949, http://dev.rubyonrails.org/ticket/6807
-   ferret crashes violently with more than one index writer open)
-x create attachments
-x add arbitrary labels to sources
-x improve sup-config
-x autoload more threads when you go down
-x add a sync-back tool that at least works for mboxes
-x thread by subject configurable in config.yaml
-x view as text command if the mime view command fails for an attachment
-x bugfix: attachment filenames sometimes not detected (filename=)
-x bugfix: rmail multipart error
-x bugfix: sup-add not prompting for old accounts, i think? possibly because
-    sources no longer respond_to? :username due to Recoverable wrapping
-x wide character support
-x i18n support
-x tab completion on labels
-
 for next release
 ----------------
+_ forward attachments
+_ messages as attachments
+_ individual labeling in thread-view-mode
+_ tab completion on labeling
+_ tab completion for to: and cc: in compose-mode
+_ translate aliases in queries on to: and from: fields
 _ use trac or something. this file is getting a little silly.
 _ gpg integration
 _ user-defined hooks
@@ -41,32 +23,33 @@ _ add new message counts until keypress
 _ bugfix: deadlock (on rubyforge)
 _ bugfix: ferret corrupt index problem at index.c:901. see http://ferret.davebalmain.com/trac/ticket/279
 _ bugfix: read before thread-index has finished loading then hides the
-   thread?!? wtf. (on jamie)_ bugfix: width in index-mode needs to be
-   determined per-character rather than per-byte
+   thread?!? wtf. (on jamie)
+_ bugfix: width in index-mode needs to be determined per-character
+   rather than per-byte
 _ search results: highlight relevant snippets and open to relevant
    portion of thread
-_ rss feed reading
-_ forward attachments
 _ select all, starred, to me, etc
 _ undo
 _ gmail support
 _ warnings: top-posting, missing attachment, ruby-talk:XXXX detection
 _ Net::SMTP support
-_ more control character support in buffer line editing
 
 future
 ------
-mboxz, mboxbz
-swappable keymappings
-bugfix: when returning from a shelling out, sometime ncurses is crazy
-   and refuses to interpret any keystrokes
-better batch deletion (extend to non-mbox sources)
-annotations on messages
-pop
-be able to mark individual messages as spam in thread-view-mode
-toggle wrapping
-maybe: de-archived messages auto-added to inbox
-prune old entries from contacts.txt so that it doesn't grow without bound
+_ more control character support in buffer line editing
+_ mboxz, mboxbz
+_ swappable keymappings
+_ bugfix: when returning from a shelling out, sometime ncurses is
+   crazy and refuses to interpret any keystrokes
+_ configurable colors
+_ better batch deletion (extend to non-mbox sources)
+_ annotations on messages
+_ pop
+_ toggle wrapping
+_ maybe: de-archived messages auto-added to inbox
+_ prune old entries from contacts.txt so that it doesn't grow without
+   bound
+_ maildir+ssh
 
 maybe
 -----
@@ -74,8 +57,33 @@ split out threading & message chunk parsing to a separate library
 filters
 rangefilter on the initial inbox to only consider the most recent 1000 messages
 
+denied
+------
+x rss feed reading: use rss2email
+
 done
 ----
+x bugfix: any interactive prompt after "No new messages." flash has an
+   empty line above it.
+x detect other sup instances and do something intelligent (because
+x refactor all the *-search-results-mode classes
+x decode RFC 2047 ("encoded word") headers
+  - see: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/101949, http://dev.rubyonrails.org/ticket/6807
+   ferret crashes violently with more than one index writer open)
+x create attachments
+x add arbitrary labels to sources
+x improve sup-config
+x autoload more threads when you go down
+x add a sync-back tool that at least works for mboxes
+x thread by subject configurable in config.yaml
+x view as text command if the mime view command fails for an attachment
+x bugfix: attachment filenames sometimes not detected (filename=)
+x bugfix: rmail multipart error
+x bugfix: sup-add not prompting for old accounts, i think? possibly because
+    sources no longer respond_to? :username due to Recoverable wrapping
+x wide character support
+x i18n support
+x tab completion on labels
 x nice little startup config program
 x bugfix: triggering a pageup when cursor scrolling up jumps to the
    bottom of the page rather than the next line