From 03e7fea2c483994ffed145d78e3e42edd9972b2c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 29 May 2017 15:50:34 +0100 Subject: [PATCH] Don't use the patched version of mutt --- src/freedombone-base-email | 2 +- src/freedombone-image-customise | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-base-email b/src/freedombone-base-email index 8c826131..fc248bfc 100755 --- a/src/freedombone-base-email +++ b/src/freedombone-base-email @@ -365,7 +365,7 @@ function email_client { if [[ $(is_completed $FUNCNAME) == "1" ]]; then return fi - apt-get -yq install mutt-patched lynx abook urlview + apt-get -yq install lynx abook urlview mutt if [ ! -f /etc/Muttrc ]; then echo $"ERROR: Mutt does not appear to have installed. $CHECK_MESSAGE" diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 20df2981..258db7a7 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1166,7 +1166,7 @@ function image_setup_utils { echo "gpgit commit:$GPGIT_COMMIT" >> $rootdir/root/freedombone-completed.txt # email client - chroot "$rootdir" apt-get -yq install mutt-patched lynx abook urlview + chroot "$rootdir" apt-get -yq install lynx abook urlview mutt git clone $CLEANUP_MAILDIR_REPO $rootdir/root/build/cleanup-maildir cd $rootdir/root/build/cleanup-maildir