Commit cc87ed1aeae04ac4cbd8850da50114911bafb045

changed actionmailer to use https for links
  
2222# Enable serving of images, stylesheets, and javascripts from an asset server
2323# config.action_controller.asset_host = "http://assets.example.com"
2424
25# ActionMailer::Base.default_url_options[:protocol] = 'https'
25ActionMailer::Base.default_url_options[:protocol] = 'https'
2626ActionMailer::Base.default_url_options[:host] =
2727 YAML.load_file(File.join(RAILS_ROOT, "config/gitorious.yml"))["gitorious_host"]
2828# Disable delivery errors, bad email addresses will be ignored