summaryrefslogtreecommitdiff
path: root/test/tc_mail.rb
blob: de80f9c2927c3e8ed0ba4f85f22512a166a717e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/ruby -w

$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')

require 'test/unit'
require 'rmail'

class MailTest < Test::Unit::TestCase
  def test_require_rmail
    # let's just test Rubymail is loaded
    m = RMail::Message::new
    assert_equal(m.class, RMail::Message)
  end
end
td>-1/+1 2012-05-29Ignore -m in cciRené Neumann1-0/+3 2012-05-29Force man to not use localized man-pagesRené Neumann1-0/+3 2012-05-21Revert "It uses pinentry directly -- so no use to play around with ssh-add"René 'Necoro' Neumann1-0/+6 This reverts commit 2bfaec3cc8e02a10dfc28e5bd2f6298ccb7bfaf5. As it showed, we got pinentry only because xfce had the wicked idea of starting gpg-agent instead of ssh-agent. 2012-05-20It uses pinentry directly -- so no use to play around with ssh-addRené Neumann1-6/+0