sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 2928a4f562c95ff7f1734974212156857efd890a
parent 7a06106d92ebc89384eff86b73268a55f9e4eb85
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Fri,  2 Feb 2007 02:19:59 +0000

bugfix to FAQ and added stuff to TODO


git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@294 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M doc/FAQ.txt | 2 +-
M doc/TODO | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/FAQ.txt b/doc/FAQ.txt
@@ -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.)
 
diff --git 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