lib/sup.rb in sup-0.9 vs lib/sup.rb in sup-0.9.1
- old
+ new
@@ -35,11 +35,11 @@
end
end
end
module Redwood
- VERSION = "0.9"
+ VERSION = "0.9.1"
BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
CONFIG_FN = File.join(BASE_DIR, "config.yaml")
COLOR_FN = File.join(BASE_DIR, "colors.yaml")
SOURCE_FN = File.join(BASE_DIR, "sources.yaml")
@@ -219,9 +219,10 @@
}
},
:editor => ENV["EDITOR"] || "/usr/bin/vim -f -c 'setlocal spell spelllang=en_us' -c 'set filetype=mail'",
:thread_by_subject => false,
:edit_signature => false,
+ :ask_for_to => true,
:ask_for_cc => true,
:ask_for_bcc => false,
:ask_for_subject => true,
:confirm_no_attachments => true,
:confirm_top_posting => true,