summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt7
-rwxr-xr-xmigrationhelper2
4 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c186fe6a7ff..536f3f75f9c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mailwizard-git
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
- pkgver = r737.150b8b6
+ pkgver = r752.f11281c
pkgrel = 1
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
@@ -33,7 +33,7 @@ pkgbase = mailwizard-git
source = git+https://github.com/rpuntaie/mailwizard
source = migrationhelper
sha256sums = SKIP
- sha256sums = 34682620297727b9bf93670b84592050d59181e682d3867cd56aefedbd67243f
+ sha256sums = 96471dc5a53af342cf14f5ec119df81509617f960c707d732781a24d9e2ed3c6
pkgname = mailwizard-git
diff --git a/PKGBUILD b/PKGBUILD
index 71b1cb626670..2e4db161bad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver() {
cd "${pkgname%-git}"
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgver=r737.150b8b6
+pkgver=r752.f11281c
pkgrel=1
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords'
@@ -42,7 +42,7 @@ install=wizard.install
source=("git+$url"
'migrationhelper')
sha256sums=('SKIP'
- '34682620297727b9bf93670b84592050d59181e682d3867cd56aefedbd67243f')
+ '96471dc5a53af342cf14f5ec119df81509617f960c707d732781a24d9e2ed3c6')
#check() {
diff --git a/changelog.txt b/changelog.txt
index b29b9517ae52..08543246172e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,12 @@
History (newest first)
+20200720 v2.0.4
+
+- fix the case with getmail path for MDA_external
+- added a test script to test getmail python 3 port (getmail6).
+- improved mailbox decoding and take mailboxes as they are to avoid creating new labels on Gmail
+- handle the case when config file are broken links
+
20200317 fixed "mailboxes" line
Generate man page from readme, to avoid duplicate descriptions.
diff --git a/migrationhelper b/migrationhelper
index 1965368bfd47..20f1f80bbf94 100755
--- a/migrationhelper
+++ b/migrationhelper
@@ -53,4 +53,4 @@ case x$REPLY in
esac
printf '\033[0m\n'
-# vim: ts=2 sw=2 noet ft=bash:
+# vim: ts=2 sw=2 noet ft=sh: