vmail 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,7 @@ module Vmail
42
42
  cc += @mail.header['cc'].value.split(/,\s*/)
43
43
  end
44
44
  cc = cc.flatten.compact.
45
- select {|x| x !~ /#{@username}/ && x !~ /#{@always_cc}/ }
45
+ select {|x| x !~ /#{@username}/}
46
46
  cc << @always_cc
47
47
  cc.join(', ')
48
48
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '1.6.3'
2
+ VERSION = '1.6.4'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 3
9
- version: 1.6.3
8
+ - 4
9
+ version: 1.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-24 00:00:00 -05:00
17
+ date: 2011-03-06 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency