Преглед изворни кода

Don't use the patched version of mutt

Bob Mottram пре 7 година
родитељ
комит
03e7fea2c4
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      src/freedombone-base-email
  2. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-base-email Прегледај датотеку

@@ -365,7 +365,7 @@ function email_client {
365 365
     if [[ $(is_completed $FUNCNAME) == "1" ]]; then
366 366
         return
367 367
     fi
368
-    apt-get -yq install mutt-patched lynx abook urlview
368
+    apt-get -yq install lynx abook urlview mutt
369 369
 
370 370
     if [ ! -f /etc/Muttrc ]; then
371 371
         echo $"ERROR: Mutt does not appear to have installed. $CHECK_MESSAGE"

+ 1
- 1
src/freedombone-image-customise Прегледај датотеку

@@ -1166,7 +1166,7 @@ function image_setup_utils {
1166 1166
     echo "gpgit commit:$GPGIT_COMMIT" >> $rootdir/root/freedombone-completed.txt
1167 1167
 
1168 1168
     # email client
1169
-    chroot "$rootdir" apt-get -yq install mutt-patched lynx abook urlview
1169
+    chroot "$rootdir" apt-get -yq install lynx abook urlview mutt
1170 1170
 
1171 1171
     git clone $CLEANUP_MAILDIR_REPO $rootdir/root/build/cleanup-maildir
1172 1172
     cd $rootdir/root/build/cleanup-maildir