User Tools

Site Tools


docs:tips_n_tricks:max_os_x:alpine_with_maildir.html

This is an old revision of the document!


alpine with Maildir patch (Macports)

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

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

cd /tmp
wget -c 'http://alpine.freeiz.com/alpine/patches/alpine-2.21/maildir.patch.gz'
port clean alpine
port uninstall alpine
port extract alpine
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
port install alpine
Unfortunately I a not using this version (2.21) of Alpine myself, as reading S/MIME encrypted e-mails is broken. I have a 2.0 version with Maildir-patch lying around, which still runs well

OSX email alpine macports

docs/tips_n_tricks/max_os_x/alpine_with_maildir.html.1511026146.txt.gz · Last modified: 18.11.2017 18:29 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki