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

OSX email alpine macports

docs/tips_n_tricks/max_os_x/alpine_with_maildir.html.1508498630.txt.gz · Last modified: 20.10.2017 13:23 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki