sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 330291165aacbc25947bbb32d7661b0b1329d425
parent 7728a6de4cb7f87af7ec49e214d2cef7f7a97e9c
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Tue,  2 Jan 2007 20:32:10 +0000

minor tweak to menu prompt


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

Diffstat:
M bin/sup-import | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/sup-import b/bin/sup-import
@@ -82,6 +82,7 @@ def get_login_info uri, sources
         menu.choice("Use the account info for #{olduser}@#{host}") { username, password = olduser, oldpw }
       end
       menu.choice("Use a new account") { }
+      menu.prompt = "Account selection? "
     end
   end