From 1d8c666ebd96fea6de075ebb0a3df17d4ca40cec Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Tue, 22 Feb 2022 15:21:38 +0100 Subject: [PATCH] Update mutt to 2.2.1 and --enable-smtp --- mutt.be0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mutt.be0 b/mutt.be0 index 6ab088c87..9390cdf02 100755 --- a/mutt.be0 +++ b/mutt.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION mutt-1.13.5-0 +# BEE_VERSION mutt-2.2.1-0 -SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/964512f6398f267a8cd5b807db77e20f/mutt-2.2.1.tar.gz" +#SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz" # PATCHURL[0]="" @@ -10,8 +11,6 @@ SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz" # EXCLUDE="" - - #mee_extract() { # bee_extract ${@} #} @@ -25,6 +24,7 @@ mee_configure() { --enable-external-dotlock \ --enable-pop \ --enable-imap \ + --enable-smtp \ --enable-hcache \ --enable-sidebar }