User Tools

Site Tools


docs:tips_n_tricks:max_os_x:alpine_with_maildir.html

alpine with Maildir patch (Macports)

:!: This is a quick and dirty hack :!:

This is how to get alpine (alpine.x10host.com) from macports (macports.org) patched with a patch not provided by macports.

cd /tmp
wget -c 'http://alpine.x10host.com/alpine/patches/alpine-2.25/maildir.patch.gz'
port clean alpine @2.25_1+kerberos+ldap+ssl
port uninstall alpine @2.25_1+kerberos+ldap+ssl
port extract alpine @2.25_1+kerberos+ldap+ssl
cd `port work alpine`/alpine-*
gunzip -c /tmp/maildir.patch.gz | patch -p1 
find . -not -user macports -print0 | xargs -0 chown macports:admin
cd 
port build alpine @2.25_1+kerberos+ldap+ssl
port install alpine @2.25_1+kerberos+ldap+ssl
Unfortunately I did not use the previous version (2.21) of Alpine with Maildir myself, as reading S/MIME encrypted e-mails were broken. I have a 2.0 version with Maildir-patch lying around, which still runs well. I succeeded in compiling alpine 2.25 this way as documented here, but I didn't use it often yet

OSX email alpine macports

docs/tips_n_tricks/max_os_x/alpine_with_maildir.html.txt · Last modified: 29.03.2022 16:49 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki