Don't use the patched version of mutt
This commit is contained in:
parent
4c220de1fe
commit
03e7fea2c4
|
@ -365,7 +365,7 @@ function email_client {
|
||||||
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
|
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
apt-get -yq install mutt-patched lynx abook urlview
|
apt-get -yq install lynx abook urlview mutt
|
||||||
|
|
||||||
if [ ! -f /etc/Muttrc ]; then
|
if [ ! -f /etc/Muttrc ]; then
|
||||||
echo $"ERROR: Mutt does not appear to have installed. $CHECK_MESSAGE"
|
echo $"ERROR: Mutt does not appear to have installed. $CHECK_MESSAGE"
|
||||||
|
|
|
@ -1166,7 +1166,7 @@ function image_setup_utils {
|
||||||
echo "gpgit commit:$GPGIT_COMMIT" >> $rootdir/root/freedombone-completed.txt
|
echo "gpgit commit:$GPGIT_COMMIT" >> $rootdir/root/freedombone-completed.txt
|
||||||
|
|
||||||
# email client
|
# 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
|
git clone $CLEANUP_MAILDIR_REPO $rootdir/root/build/cleanup-maildir
|
||||||
cd $rootdir/root/build/cleanup-maildir
|
cd $rootdir/root/build/cleanup-maildir
|
||||||
|
|
Loading…
Reference in New Issue