Skip to content

mutt: update to 2.2.1 and enable smtp support #2581

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions mutt.be0
Original file line number Diff line number Diff line change
@@ -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