mayaml-mutt 1.1.1 → 1.1.2

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: 2dfa6c83a5f7ac8541b82b65b59869b87a6a2e75
4
- data.tar.gz: 0ece6d81b69a54b8699bb804b27efbf675e51ab9
3
+ metadata.gz: 695c9a2e4ce5175277886395b32afeedc3ab87f3
4
+ data.tar.gz: 74cb9bd9252687ed10ab141fc4f7d090e96a8a62
5
5
  SHA512:
6
- metadata.gz: 8c994dd279740f66cd802e262308d0e399fbb92177917e3e46c5f7e5ad4bdd961b086987ac96cf748fcaabfda41ab0489b16cb89b6e6bf0d3acc2bcf740d1685
7
- data.tar.gz: a9297c76738ece752f6af50976ebc21a0e26d5ea2fb412c35908d1b5afb20155a76262be5ffe00ca5f6d29ae8b6746d1c84edb793098c1934328626c35bbe7b9
6
+ metadata.gz: 1df5597e3898c2fde4292fbcc470bf0c7eecbfcaf77b9c4a3db23bbacb77ffb82773576cd14338645eb332dc94650542fb806366ac0c553668767a05cba9d870
7
+ data.tar.gz: 0f3602206994748ed6f96629185aba0f34b670116649d2e251283f8236b5e3c2691ae12f0421bafe2f0d41a8dea1b34d9113d284e824a4419f4bbb8ace636cba
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.1.2 (2016.09.06)
2
+
3
+ * fix typo in the account_init config file
4
+
1
5
  === 1.1.1 (2016.09.06)
2
6
 
3
7
  * fix accounts default path in the account_init config file
@@ -1,3 +1,3 @@
1
- send-hook '-f ^{{ name }}' 'source {{ accounts_dir }}/{{ name }}'
2
- send2-hook '-f ^{{ name }}' 'source {{ accounts_dir }}/{{ name }}'
1
+ send-hook '~f ^{{ name }}' 'source {{ accounts_dir }}/{{ name }}'
2
+ send2-hook '~f ^{{ name }}' 'source {{ accounts_dir }}/{{ name }}'
3
3
  alias my_account_{{ clean_name }} {{ name }}
@@ -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 = "1.1.1".freeze
21
+ VERSION = "1.1.2".freeze
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: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski