lib/mournmail/config.rb in mournmail-1.0.3 vs lib/mournmail/config.rb in mournmail-1.0.4
- old
+ new
@@ -7,10 +7,11 @@
"Subject",
"Date",
"From",
"To",
"Cc",
+ "Bcc",
"Reply-To",
"User-Agent",
"X-Mailer",
"Content-Type"
]
@@ -33,10 +34,10 @@
else
CONFIG[:mournmail_file_open_comamnd] = "xdg-open"
CONFIG[:mournmail_link_open_comamnd] = "xdg-open"
end
CONFIG[:mournmail_addresses_path] = File.expand_path("~/.addresses")
- CONFIG[:mournmail_signature_regexp] = /^\n-- /
+ CONFIG[:mournmail_signature_regexp] = /^-- /
CONFIG[:mournmail_allowed_attachment_extensions] = [
"txt",
"md",
"htm",
"html",