lib/imap/backup/cli/local.rb in imap-backup-4.2.2 vs lib/imap/backup/cli/local.rb in imap-backup-5.0.0

- old
+ new

@@ -9,10 +9,10 @@ def accounts accounts = CLI::Accounts.new accounts.each { |a| Kernel.puts a.username } end - desc "folders EMAIL", "List account folders" + desc "folders EMAIL", "List backed up folders" def folders(email) connection = connection(email) connection.local_folders.each do |_s, f| Kernel.puts %("#{f.name}")