offlineimap for Zaurus NOTES
offlineimap from feed: http://mail.pdaxrom.org/contrib/rgrep/
edit ‘which offlineimap’ and replace:
#!/usr/bin/env python2.3
with:
#!/usr/bin/env python
mv /usr/lib/python2.3/offlineimap/ /usr/lib/python2.4/
In the end I toasted most of this and copied the files from the latest distro from http://quux.org/devel/offlineimap/
You need to backup these files:
/usr/bin/offlineimap
/usr/lib/python2.4/lib/offlineimap/
Either back those up and reuse them, or just pull them again from the distro.
Remember to:
edit ‘which offlineimap’ and replace:
#!/usr/bin/env python2.3
with:
#!/usr/bin/env python
