]> git.notmuchmail.org Git - sup/blobdiff - doc/TODO
labels now fully determined by sources.yaml, and lots of improvements to sup-config
[sup] / doc / TODO
index 25241b217ada5c9f5e428eed44c225fa5131c377..1ca6d43122ff97796ab5133b7f1e4630c2068143 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
-add a flag to sup-import to force the creation of a new source (see http://rubyforge.org/forum/forum.php?thread_id=10973&forum_id=10340)
-fix bug: when returning from a shelling out, ncurses is crazy 
+for 0.0.9
+---------
+_ bugfix: when one new message comes into an imap folder, we don't
+   catch it until a reload (sometimes?)
+  message indicating they're loaded to inbox (imap only?)
+_ rss feed reading
+_ detect other sup instances and do something intelligent (because ferret crashes violently with more than one index writer open)
+_ bugfix: need a way to force an address to a particular name, for things like evite addresses
+_ bugfix: read before thread-index has finished loading then hides the thread?!? wtf. (on jamie)
+_ bugfix: ferret flakiness: just added message but can't find it.
+_ bugfix: add new message counts until keypress
+_ bugfix: deadlock (on rubyforge)
+_ 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
+_ refactor all the *-search-results-mode classes into one.
+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
+
+near future
+-----------
+_ create attachments
+_ forward attachments
+_ select all, starred, to me, etc
+_ undo
+_ gmail
+_ warnings: top-posting, missing attachment, ruby-talk:XXXX detection
+_ mboxz, mboxbz
+
+future
+------
+Net::SMTP support
+search results: highlight relevant snippets and open to relevant portion of thread
+email address to name mapping needs some work. automatic email addresses (noreply@...) are often assigned to something screwy.
+swappable keymappings
+within-buffer search
+bugfix: when returning from a shelling out, ncurses is crazy 
+more control character support in buffer line editing
+wide character support
+i18n support
 batch deletion
-maildir
-on startup, multi-threadedly call #connect on all sources 
-support for message-content modules such as ruby-talk:XXXXX detection
-use Net::SMTP
-search for other messages from author in thread-view-mode
-forward attachments
 tab completion on labels, contacts
-within-buffer search
 contact selector in edit-message-mode
-undo
 maybe: filters
 maybe: rangefilter on the initial inbox to only consider the most recent 1000 messages
-select all, starred, to me, etc
-editing of arbitrary messages
 annotations on messages
-gmail
 pop
-move sup-import argument handling to getopt
 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 arbitrarily
+
+maybe
+_ split out threading & message chunk parsing to a separate library
+
 
+done
+----
+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
+x bugfix: final logging messages to stdout?
+x bugfix: mbox directory shouldn't generate an exception, just an error
+x bugfix: m in thread-view-mode when a person is not selected should open up a
+   blank compose-mode rather than do nothing
+x bugfix: stars on messages with blue backgrounds still have green bgs
+x ferret upgrade script (dump & restore)
+x bugfix: mark messages as read immediately when t-v-m is opened
+x compose in thread-view-mode auto-fills in person
+x bugfix: 'N' in thread-view-mode (expand only new messages) crashes
+x bugfix: detect source corruption at startup
+x maildir
+x bugfix: single-line messages come empty upon reply
+x make 'A' archive in thread-view-mode
+x remove stupid percent_done source methods (still useful; made it optional)
+x don't quit while writing thread index state to disk or with unsaved drafts/messages
+x bugfix: deleted threads are showing up (i don't see this any more)
+x bugfix: changing IMAP ids
+x bugfix: STILL new messages, drafts sometimes not showing up in inbox
+x bugfix: killed threads
+x bugfix: resuming a draft asks before discard
+x add a flag to sup-import to force the creation of a new source (see http://rubyforge.org/forum/forum.php?thread_id=10973&forum_id=10340)
+x use trollop to handle sup-devel args
+x clean up import code and share between poll.rb and sup-import
+x on startup, multi-threadedly call #connect on all sources 
+x bugfix: first time viewing a message only gets the first to:; subsequent views get them all (wtf)
+x search for other messages from author in thread-view-mode
+x resuming of arbitrary messages
+x alias authors in thread-view-mode
+x fix up contact list mode: should display while loading, and when you add an alias, should move everything else to the right
 x fix bug: envelope-to thing still not working
 x fix snippet repetitions with small snippets
 x fix next and previous in thread-view-mode with <unreceived messages>
@@ -50,3 +124,4 @@ x highlighting/different color stuff
 x config: your email, sendmail, etc
 x status: to/from_you, cc_you_others
 x status: new/not, important
+x bugfix: miscellaneous weirdnesses in buffer line editing