
14 Oct
2005
14 Oct
'05
2:43 p.m.
Just one question (y/n) left. I think it's ok. https://svn.lrde.epita.fr/svn/lrdetools/trunk Index: ChangeLog from Nicolas Pouillard <ertai@lrde.epita.fr> No more confirmation before sending a mail. * vcs/lib/vcs/mail.rb: Remove the :confirm option. mail.rb | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: vcs/lib/vcs/mail.rb --- vcs/lib/vcs/mail.rb (revision 270) +++ vcs/lib/vcs/mail.rb (working copy) @@ -10,7 +10,7 @@ MAIL = Sendmail::MAIL_FILE unless defined? MAIL @@mailer ||= Sendmail.new - @@default_options ||= { :confirm => true, :mime => true, + @@default_options ||= { :mime => true, :header => "X-Mailer: Vcs.mail (#{Vcs.version})" } #