diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2020-01-08 15:51:26 -0500 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-11 12:52:10 +0200 |
commit | 36cb516b465c8dd0495d3f45f05ce2f48fbfc294 (patch) | |
tree | acb4e247baf456626e9e0a22632c03642da574f1 /mail-client/roundcube | |
parent | mail-client/roundcube: bump to v1.311 (diff) | |
download | gentoo-36cb516b465c8dd0495d3f45f05ce2f48fbfc294.tar.gz gentoo-36cb516b465c8dd0495d3f45f05ce2f48fbfc294.tar.bz2 gentoo-36cb516b465c8dd0495d3f45f05ce2f48fbfc294.zip |
mail-client/roundcube: POST-UPGRADE UTF-8 files to ASCII
Just ran "iconv -f utf-8 -t ascii//TRANSLIT" on files/POST-UPGRADE*.
Closes: https://bugs.gentoo.org/700466
Closes: https://github.com/gentoo/gentoo/pull/14283
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/files/POST-UPGRADE.txt | 2 | ||||
-rw-r--r-- | mail-client/roundcube/files/POST-UPGRADE_complete.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/roundcube/files/POST-UPGRADE.txt b/mail-client/roundcube/files/POST-UPGRADE.txt index 82b48d70f260..aef86f2217f7 100644 --- a/mail-client/roundcube/files/POST-UPGRADE.txt +++ b/mail-client/roundcube/files/POST-UPGRADE.txt @@ -5,7 +5,7 @@ Post-Upgrade Activities ./bin/indexcontacts.sh. 3. When upgrading from version older than 0.6-beta you should make sure your folder settings contain a namespace prefix if necessary. For example Courier - users should add “INBOX.” prefix to folder names in main configuration file. + users should add "INBOX." prefix to folder names in main configuration file. 4. Check system requirements in INSTALL file. 5. If you previously installed plugins through composer, update dependencies by running: diff --git a/mail-client/roundcube/files/POST-UPGRADE_complete.txt b/mail-client/roundcube/files/POST-UPGRADE_complete.txt index 36124f31b61a..ef4585f6038a 100644 --- a/mail-client/roundcube/files/POST-UPGRADE_complete.txt +++ b/mail-client/roundcube/files/POST-UPGRADE_complete.txt @@ -5,7 +5,7 @@ Post-Upgrade Activities ./bin/indexcontacts.sh. 3. When upgrading from version older than 0.6-beta you should make sure your folder settings contain a namespace prefix if necessary. For example Courier - users should add “INBOX.” prefix to folder names in main configuration file. + users should add "INBOX." prefix to folder names in main configuration file. 4. Check system requirements in INSTALL file. 5. Update your database and configurations by running: ./bin/update.sh |