Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2581 from mariux64/update-mutt-2.2.1
mutt: update to 2.2.1 and enable smtp support
  • Loading branch information
thomas committed Feb 25, 2022
2 parents 7b9010f + 937276b commit 9988fb3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mutt.be0
@@ -1,17 +1,16 @@
#!/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]=""

# BEE_BUILDTYPE=

# EXCLUDE=""



#mee_extract() {
# bee_extract ${@}
#}
Expand All @@ -22,9 +21,11 @@ SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz"

mee_configure() {
bee_configure --with-ssl \
--with-sasl \
--enable-external-dotlock \
--enable-pop \
--enable-imap \
--enable-smtp \
--enable-hcache \
--enable-sidebar
}
Expand Down

0 comments on commit 9988fb3

Please sign in to comment.