Don't use the patched version of mutt

This commit is contained in:
Bob Mottram 2017-05-29 15:50:34 +01:00
parent 4c220de1fe
commit 03e7fea2c4
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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