sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 375a0164b81933bb57ec43fac35b7c92c44ef273
parent a1e3492d471e82ce775d017adfb9dd1ec4299328
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Tue,  3 Apr 2007 20:36:35 +0000

removed mboxification from sup-sync

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

Diffstat:
M bin/sup-sync | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/bin/sup-sync b/bin/sup-sync
@@ -107,7 +107,6 @@ restored_state =
   end
 
 sources = ARGV.map do |uri|
-  uri = "mbox://#{uri}" unless uri =~ %r!://!
   index.source_for uri or Trollop::die "Unknown source: #{uri}. Did you add it with sup-add first?"
 end