mayaml-mutt 4.0.0 → 4.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 332a8954d08d49e253f062c350f3a1d149337df3
4
- data.tar.gz: d890d9ebb4f350bf7d3a105c58f716967e71ba41
3
+ metadata.gz: 3fa8ac0fc34d0b6a081e28c3834ee66617f584c6
4
+ data.tar.gz: 73c651f071644f5eab490875c5dd0d5de8fc7588
5
5
  SHA512:
6
- metadata.gz: 252016b2d8b977a8acfa35ba1c1b50a18134f4b5e18a2540ee3fe72a95dda4ae8b276bdfb4f5712044369bca9c39996d5d4fe9cd372b5bc5fb0acd6b6d1a048b
7
- data.tar.gz: fcb21896a4001522f9ab09142c7c5f15f494641bb70fbaa39d78a23ccc41e1fd83167041d34cc970753a068a5e8a72029a023e433429a413df958cf96fab9b8f
6
+ metadata.gz: ef9d843cdfedcfc43812baf8eddf69b66f8f641260c9aa657b72afd96a55c92129f9fd95be8da048841823c4c2b855d68ee66ea83f765d66fbfe8109ce460724
7
+ data.tar.gz: bcfa9b0053c92a83118b6334a4afbb1c19063bfd45a7d86c2db62cf55a2be64c65375e4a16984a7376a58ac82ca2e5415a5aaba63c6c0ebd0749354f06d24c1a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 4.0.1 (2017.04.06)
2
+
3
+ * add missing data dir to gemspec
4
+
1
5
  ### 4.0.0 (2017.04.06)
2
6
 
3
7
  * update to use mayaml v4
@@ -0,0 +1,8 @@
1
+ # vim: filetype=muttrc
2
+
3
+ set realname="{{ realname }}"
4
+ set from="{{ name }}"
5
+ set smtp_url="{{ smtp_protocol }}://{{ user }}@{{ smtp_server }}:{{ smtp_port }}/" smtp_pass="{{ pass }}"
6
+ set smtp_authenticators="{{ smtp_authenticator }}"
7
+ set ssl_force_tls = yes
8
+ set ssl_starttls = yes
@@ -0,0 +1,3 @@
1
+ send-hook '~f ^{{ name }}' 'source {{ accounts_dir }}/{{ name }}'
2
+ send2-hook '~f ^{{ name }}' 'source {{ accounts_dir }}/{{ name }}'
3
+ alias my_account_{{ clean_name }} {{ name }}
@@ -0,0 +1 @@
1
+ alternates {{ accounts }}
@@ -18,5 +18,5 @@
18
18
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module MayamlMutt
21
- VERSION = "4.0.0"
21
+ VERSION = "4.0.1"
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mayaml-mutt
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski
@@ -137,6 +137,9 @@ files:
137
137
  - README.md
138
138
  - bin/mayaml-mutt-creds
139
139
  - bin/mayaml-mutt-init
140
+ - data/mayaml-mutt/account_creds.mustache
141
+ - data/mayaml-mutt/account_init.mustache
142
+ - data/mayaml-mutt/accounts_alternates.mustache
140
143
  - lib/mayaml-mutt.rb
141
144
  - lib/mayaml-mutt/account_creds.rb
142
145
  - lib/mayaml-mutt/account_init.rb