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