dyne / JaroMail

Terminal UI email client to download, filter, search and archive messages off-line
https://dyne.org/software/jaro-mail
GNU General Public License v3.0
105 stars 9 forks source link

Missing dotlock on Mac OS 3.2 #5

Open lorddaren opened 9 years ago

lorddaren commented 9 years ago

I would love to run version 3.2 and I cloned the repo and using the build-osx.sh. I got through most of the issues I was having but was never able to fire up 3.2. The error I am getting is:

08:31 $ jaro init
[*] Jaro Mail v3.2 running on Mac/OSX
 .  Maildirs in /Users/dlord/Library/Application Support/JaroMail
 .  System in /Applications/JaroMail.app/Contents/Resources/jaro
 .  full set of auxiliary functions loaded
 .  using gnome-keyring to store secrets
[*] Updating filters...
lock:2: no such file or directory: /Applications/JaroMail.app/Contents/Resources/jaro/bin/dotlock
[!] Unknown error locking: 127
unlock:6: no such file or directory: /Applications/JaroMail.app/Contents/Resources/jaro/bin/dotlock
 .  updating mutt settings
 .  generating sieve filter rules
lock:2: no such file or directory: /Applications/JaroMail.app/Contents/Resources/jaro/bin/dotlock
[!] Unknown error locking: 127
 .  compiling whitelist rules from addressbook
unlock:6: no such file or directory: /Applications/JaroMail.app/Contents/Resources/jaro/bin/dotlock

Any suggestions?

jaromil commented 9 years ago

The OSX port was lacking behind... but good news I had a macbook donated, just needed some repair and is now into shape, so I'll look into this sometime soon.. meanwhile I hope you manage to build or find a binary, dotlock.c is a rather common little piece of code included in mutt and other projects https://github.com/dyne/JaroMail/blob/master/src/dotlock.c