README.txt in sup-0.0.8 vs README.txt in sup-0.1

- old
+ new

@@ -2,13 +2,14 @@ by William Morgan <wmorgan-sup@masanjin.net> http://sup.rubyforge.org == DESCRIPTION: -Sup is a console-based email client that combines the best -features of GMail, mutt, and emacs. Sup matches the power of GMail -with the speed and simplicity of a console interface. +Sup is a console-based email client for people with a lot of email. +It supports tagging, very fast full-text search, automatic contact- +list management, and more. If you're the type of person who treats +email as an extension of your long-term memory, Sup is for you. Sup makes it easy to: - Handle massive amounts of email. - Mix email from different sources: mbox files (even across different @@ -82,56 +83,37 @@ - Several obvious missing features, like undo, filters / saved searches, message annotations, etc. == SYNOPSYS: - 1. sup-import <source>+ - 2. sup - 3. edit ~/.sup/config.yaml for the (very few) settings sup has + 0. sup-config + 1. sup - Where <source> is a filename (for mbox files), an imap or imaps URI, - or a mbox+ssh URI (for remote mbox files). You will be prompted for - a username and password if required. - - sup-import has several options which control whether you want - messages from particular mailboxes not to be added to the inbox, or - not to be marked as new, so run it with -h for help. - Note that Sup never changes the contents of any mailboxes; it only indexes in to them. So it shouldn't ever corrupt your mail. The flip side is that if you change a mailbox (e.g. delete messages, or, in the case of mbox files, read an unread message) then Sup will be unable to load messages from that source and will ask you to run - sup-import --rebuild. + sup-sync --changed. == REQUIREMENTS: * ferret >= 0.10.13 * ncurses * rmail * highline -* trollop * net-ssh +* trollop >= 1.7 +* lockfile +* mime-types == INSTALL: * gem install sup -y -== KNOWN BUGS IN OTHER PACKAGES: +== PROBLEMS: -* If you get an error about frozen strings in RubyMail when importing - certain messages with attachments, in rmail, change line 159 of - multipart.rb to: - chunk = chunk[0..start] - This is because RubyMail hasn't been updated since like Ruby 1.8.2. - Please bug Matt Lickey. -* Occasionally Ferret produces something the Ruby GC doesn't like - (particularly when importing messages from very large sources). - No worries, just re-run sup-import. (This is unresolved atm.) -* If you are using IMAP or Maildir and see this error: - /usr/local/lib/ruby/1.8/yaml.rb:133:in `transfer': allocator undefined for Bignum (TypeError) - then you need to upgrade to Ruby 1.8.5. YAML in earlier versions - can't parse BigNums. +See FAQ.txt for some common problems and their solutions. == LICENSE: Copyright (c) 2006, 2007 William Morgan.