]> git.cworth.org Git - sup/commitdiff
bugfix to FAQ and added stuff to TODO
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 2 Feb 2007 02:19:59 +0000 (02:19 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 2 Feb 2007 02:19:59 +0000 (02:19 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@294 5c8cc53c-5e98-4d25-b20a-d8db53a31250

doc/FAQ.txt
doc/TODO

index 71551764a9a6d1be200ad57662bfbfcec6e1b958..107051843edcd95a24dd4da87c0abd124bf80007 100644 (file)
@@ -62,7 +62,7 @@ Q: I want to move messages from one source to another. (E.g., my
    preserving message state?
 A: Move the messages from the source to the target using whatever tool
    you'd like. Then (and this is the important part), sup-import
-   --rescan both sources at once. If you do it one at a time, you may
+   --rebuild both sources at once. If you do it one at a time, you may
    lose message state. (Depending, actually, on which order you do it
    in. But just do them both at once.)
 
index 8b2385d6cb0c72a1d6901a29d0f4bdda91dd7db1..e75d55c0dc202ebeb5de170727a9327a759b1c9a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 for next release
 ----------------
-bugfix: resuming a draft asks before discard
+warnings: top-posting, attachments
 bugfix: killed threads
 bugfix: new messages, drafts sometimes not showing up in inbox
 bugfix: changing IMAP ids
@@ -10,8 +10,9 @@ undo
 
 future
 ------
+bugfix: when returning from a shelling out, ncurses is crazy 
+bugfix: miscellaneous weirdnesses in buffer line editing
 wide character support
-fix bug: when returning from a shelling out, ncurses is crazy 
 batch deletion
 support for message-content modules such as ruby-talk:XXXXX detection
 use Net::SMTP
@@ -31,6 +32,7 @@ toggle wrapping
 
 done
 ----
+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