]> git.cworth.org Git - sup/commitdiff
ready for 0.0.8
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 2 Apr 2007 05:45:14 +0000 (05:45 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 2 Apr 2007 05:45:14 +0000 (05:45 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@370 5c8cc53c-5e98-4d25-b20a-d8db53a31250

History.txt
bin/sup-config
lib/sup.rb
www/index.html

index 104503583b73d671184fd0d5e6a833857690e9ab..55673ced281bd1aa5065d60759fa75dc52456d2c 100644 (file)
@@ -1,12 +1,17 @@
-== 0.0.8 / XXXX
+== 0.0.8 / 2007-04-01
+
 * Maildir support!
-* Be proactive about notifying users of de-synced sources.
-* Renamed sup-import => sup-sync with a brand new interface.
+* New command: sup-config. Interactively walks you through everything
+  you need to get up and running.
+* Now proactive about notifying users of de-synced sources.
+* Renamed sup-import => sup-sync with a brand new, less illogical
+  interface.
 * Added a sup-dump, to enable backing up and rebuilding indices from
   scratch (e.g. when Ferret upgrades break index formats).
 * More bugfixes. Will they ever end?
 
 == 0.0.7 / 2007-02-12
+
 * Split sup-import into two bits: sup-import and sup-add.
 * Command-line arguments now handled by trollop.
 * Better error handling for IMAP and svn+ssh.
@@ -19,6 +24,7 @@
 * Removed hoe dependency.
 
 == 0.0.6 / 2007-01-06
+
 * Very minor fix to support more types of IMAP authentication.
 
 == 0.0.5 / 2007-01-05
@@ -52,4 +58,3 @@
 
 * Initial release. Unix-centrism, support for mbox only, no i18n.
   Untested on anything other than 1.8.5. Other than that, works great!
-
index d68fac108c4eed2e441311718cceb86fc65ecdfe..f624841176611e1e1daaf6f13f8d98cf791ad20f 100644 (file)
@@ -24,7 +24,7 @@ def axe q, default=nil
   if default && !default.empty?
     ask "#{q} (enter for \"#{default}\"): "
   else
-    ask "#{q} "
+    ask "#{q}: "
   end
   ans.empty? ? default : ans
 end
@@ -70,6 +70,7 @@ def add_source
         $last_server = srv
         fn = axe "What's the full path to the mbox file?", ENV["MAIL"] #"srm
         return if fn.nil? || fn.empty?
+        fn = "/#{fn}" # lame
         { :scheme => "mbox+ssh", :host => srv, :path => fn }
       when :imap, :imaps
         srv = axe "What is the IMAP server?", $last_server
index eab005d7f639bb18e41d763828950b80510e8b34..71c274f6ebf41d354a02a153ef0296d35b706286 100644 (file)
@@ -13,7 +13,7 @@ class Object
 end
 
 module Redwood
-  VERSION = "0.0.7"
+  VERSION = "0.0.8"
 
   BASE_DIR   = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
   CONFIG_FN  = File.join(BASE_DIR, "config.yaml")
index 8aba07352bf58ba9193e330c9dc90220725cbca2..0439d96ab74048a951f043a03ec35de548e5fb8d 100644 (file)
@@ -56,7 +56,7 @@ the <a href="Philosophy.txt">philosophical statement</a>.
 
 <h2>Status</h2>
 
-<p> The current version of Sup is 0.0.8, released XXXX.
+<p> The current version of Sup is 0.0.8, released 2007-04-01.
     This is a beta release. It is unix-centric and has no i18n
     support. It supports mbox, mbox over ssh, IMAP, and Maildir.  It
     does not support POP or GMail. I plan to fix all of these