]> git.notmuchmail.org Git - sup/blobdiff - doc/TODO
hook system
[sup] / doc / TODO
index 932190333970ce59b38a3752268b75a8766cb158..bf4be637f27d5a173bd2223f56faf2af43e6a2c2 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,16 +1,74 @@
-for 0.1
----------
-_ tab completion for contacts
-_ bugfix: screwing the headers when editing causes a crash
-_ bugfix: when one new message comes into an imap folder, we don't
-   catch it until a reload. but we do see a message indicating they're
-   loaded to inbox (sometimes? imap only?)
-_ bugfix: need a way to force an address to a particular name, for things like evite addresses
-_ bugfix: ferret flakiness: just added message but can't find it[
-_ bugfix: add new message counts until keypress
-_ bugfix: deadlock (on rubyforge)
-_ bugfix: ferret problem at index.c:901
-_ bugfix: read before thread-index has finished loading then hides the thread?!? wtf. (on jamie)
+for next release
+----------------
+_ imap "add all folders on this server" option in sup-add
+_ mailing list subscribe/unsubscribe
+_ BufferManager#ask_for_labels opens up label-list-mode if empty
+_ tab completion for mid-text cursors
+_ ncurses text entry horizontal scrolling
+_ forward attachments
+_ messages as attachments
+_ use trac or something. this file is getting a little silly.
+_ gpg integration
+_ saved searches
+_ bugfix: missing sources should be handled better
+_ bugfix: screwing with the headers when editing causes a crash
+_ bugfix: sometimes, when one new message comes into an imap folder,
+   we don't catch it until a reload. but we do see a message
+   indicating they're loaded to inbox (imap only? hard to reproduce.)
+_ bugfix: need a better way to force an address to a particular name,
+   for things like evite addresses
+_ bugfix: ferret flakiness: just added message but can't find it (? still relevant ?)
+_ for new message flashes, add new message counts until keypress
+_ bugfix: deadlock (on rubyforge) (? still valid ?)
+_ 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) (? still valid ?)
+_ 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
+_ select all, starred, to me, etc
+_ undo
+_ gmail support
+_ warnings: top-posting, missing attachment, ruby-talk:XXXX detection
+_ Net::SMTP support
+x user-defined hooks
+x tab completion for to: and cc: in compose-mode
+x individual labeling in thread-view-mode
+x translate aliases in queries on to: and from: fields
+x tab completion on labeling
+
+future
+------
+_ 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
+-----
+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
@@ -30,43 +88,6 @@ x bugfix: sup-add not prompting for old accounts, i think? possibly because
 x wide character support
 x i18n support
 x tab completion on labels
-
-for next next release
------------
-_ 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
-_ within-buffer search
-_ rss feed reading
-_ forward attachments
-_ select all, starred, to me, etc
-_ undo
-_ gmail
-_ warnings: top-posting, missing attachment, ruby-talk:XXXX detection
-_ mboxz, mboxbz
-_ Net::SMTP support
-
-future
-------
-swappable keymappings
-bugfix: when returning from a shelling out, ncurses is crazy 
-more control character support in buffer line editing
-better batch deletion (extend to non-mbox sources)
-maybe: filters
-maybe: rangefilter on the initial inbox to only consider the most recent 1000 messages
-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
-
-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