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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fa8ac0fc34d0b6a081e28c3834ee66617f584c6
|
4
|
+
data.tar.gz: 73c651f071644f5eab490875c5dd0d5de8fc7588
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef9d843cdfedcfc43812baf8eddf69b66f8f641260c9aa657b72afd96a55c92129f9fd95be8da048841823c4c2b855d68ee66ea83f765d66fbfe8109ce460724
|
7
|
+
data.tar.gz: bcfa9b0053c92a83118b6334a4afbb1c19063bfd45a7d86c2db62cf55a2be64c65375e4a16984a7376a58ac82ca2e5415a5aaba63c6c0ebd0749354f06d24c1a
|
data/CHANGELOG.md
CHANGED
@@ -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 @@
|
|
1
|
+
alternates {{ accounts }}
|
data/lib/mayaml-mutt/version.rb
CHANGED
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.
|
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
|