From 89f8ae6bf9359b5ca214dced4f41724bbd51dfff Mon Sep 17 00:00:00 2001 From: Roland Puntaier Date: Tue, 17 Mar 2020 23:49:17 +0100 Subject: [PATCH] fix issue 6: mailboxes command produces error Unknown Mailbox --- README.rst | 2 +- bin/mw | 5 ++--- changelog.txt | 2 ++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2862b1ec..17d8b9b7 100644 --- a/README.rst +++ b/README.rst @@ -261,7 +261,7 @@ DETAILS **Mail location** Mail is downloaded to a folders named after your emails in *$MAILDIR*. - *$MAILDIR* defaults to *$HOME/Mail/*. + *$MAILDIR* defaults to *$HOME/mail/*. Neither **mw remove** nor **mw purge** will delete downloaded mail. **Gmail accounts** diff --git a/bin/mw b/bin/mw index 747c3eba..ae8bb6ee 100755 --- a/bin/mw +++ b/bin/mw @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="2.0.1" +VERSION="2.0.2" if [ "${BASH_SOURCE[0]}" = "${0}" ]; then prefix=${0} @@ -545,7 +545,6 @@ set smtp_url = "$mwsmtp://$mwlogin@$mwsurl:$mwsport" EOF fi #online mwboxes="$(echo "$mwmailboxes" | sed -e "s/^ //g;s/.*/\"=\0\"/g" | tr "\n" " ")" - mwaccmutt="${mwaddr//[.@]/_}" cat >> "$mwaccmuttrc" <