vmail 1.5.7 → 1.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +5 -1
- data/lib/vmail/reply_template.rb +1 -1
- data/lib/vmail/version.rb +1 -1
- data/website/vmail-template.html +9 -0
- metadata +3 -3
data/README.markdown
CHANGED
|
@@ -523,7 +523,11 @@ But in a few weeks, with your help, vmail will become stable.
|
|
|
523
523
|
|
|
524
524
|
[tracker]:https://github.com/danchoi/vmail/issues
|
|
525
525
|
|
|
526
|
-
|
|
526
|
+
You can also join and comment in the [vmail-users Google Group][group].
|
|
527
|
+
|
|
528
|
+
[group]:https://groups.google.com/group/vmail-users?hl=en
|
|
529
|
+
|
|
530
|
+
If you have any tips or troubleshooting advice you want to share with other
|
|
527
531
|
vmail users, please add them to the [vmail wiki][wiki].
|
|
528
532
|
|
|
529
533
|
[wiki]:https://github.com/danchoi/vmail/wiki
|
data/lib/vmail/reply_template.rb
CHANGED
|
@@ -40,7 +40,7 @@ module Vmail
|
|
|
40
40
|
cc += @mail.header['cc'].value.split(/,\s*/)
|
|
41
41
|
end
|
|
42
42
|
cc = cc.flatten.compact.
|
|
43
|
-
select {|x| x
|
|
43
|
+
select {|x| x !~ /#{@username}/ && x !~ /#{@always_cc}/ }
|
|
44
44
|
cc << @always_cc
|
|
45
45
|
cc.join(', ')
|
|
46
46
|
end
|
data/lib/vmail/version.rb
CHANGED
data/website/vmail-template.html
CHANGED
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
<li><a href="https://rubygems.org/gems/vmail">rubygems page</a></li>
|
|
38
38
|
<li><a href="https://github.com/danchoi/vmail/issues">issue tracker</a></li>
|
|
39
39
|
<li><a href="https://github.com/danchoi/vmail/commits/master">commit history</a></li>
|
|
40
|
+
<li><a href="https://groups.google.com/group/vmail-users?hl=en">google group</a></li>
|
|
40
41
|
<li><a href="https://github.com/danchoi/vmail/wiki">wiki</a></li>
|
|
41
42
|
</ul>
|
|
42
43
|
|
|
@@ -44,10 +45,18 @@
|
|
|
44
45
|
|
|
45
46
|
<span class="st_twitter_large" displayText="Tweet"></span><span class="st_facebook_large" displayText="Facebook"></span><span class="st_ybuzz_large" displayText="Yahoo! Buzz"></span><span class="st_gbuzz_large" displayText="Google Buzz"></span><span class="st_email_large" displayText="Email"></span><span class="st_sharethis_large" displayText="ShareThis"></span>
|
|
46
47
|
|
|
48
|
+
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdanielchoi.com%2Fsoftware%2Fvmail.html&layout=button_count&show_faces=false&width=50&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:120px; height:25px; margin-top:6px;"></iframe>
|
|
49
|
+
<br/>
|
|
50
|
+
<a href="http://twitter.com/share"
|
|
51
|
+
class="twitter-share-button"
|
|
52
|
+
data-url="http://danielchoi.com/software/vmail.html"
|
|
53
|
+
data-text="SoyWiki" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
|
|
54
|
+
|
|
47
55
|
|
|
48
56
|
<div class="also-by">
|
|
49
57
|
<h4>also by this developer</h4>
|
|
50
58
|
<ul class="cross-promo">
|
|
59
|
+
<li><a href="http://danielchoi.com/software/soywiki.html">soywiki<a/></li>
|
|
51
60
|
<li><a href="http://instantwatcher.com">instantwatcher.com<a/></li>
|
|
52
61
|
<li><a href="http://openmbta.org">OpenMBTA<a/></li>
|
|
53
62
|
<li><a href="http://kindlefeeder.com">kindlefeeder.com<a/></li>
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 1.5.
|
|
8
|
+
- 8
|
|
9
|
+
version: 1.5.8
|
|
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-
|
|
17
|
+
date: 2011-02-17 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|