Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't build on 10.8 #3

Open
stylerw opened this issue Oct 18, 2013 · 9 comments
Open

Won't build on 10.8 #3

stylerw opened this issue Oct 18, 2013 · 9 comments

Comments

@stylerw
Copy link

stylerw commented Oct 18, 2013

Hello! Thanks for maintaining this, but it's broken for OS X 10.8. Please help!

@tgray
Copy link
Owner

tgray commented Oct 18, 2013

I'm still stuck on 10.7. So it will be a while before I can look at this.

@stylerw
Copy link
Author

stylerw commented Oct 18, 2013

Ah, OK. Maybe for Mavericks?

Will

On Oct 18, 2013, at 1:49 PM, Tim Gray [email protected] wrote:

I'm still stuck on 10.7. So it will be a while before I can look at this.


Reply to this email directly or view it on GitHub.

@tgray
Copy link
Owner

tgray commented Oct 18, 2013

It's on my todo list. :)

For what it's worth, I got sick of the lbdb issues myself some time ago and wrote a mini-replacement in Python. It hooks into a small Obj-C program for Address Book integration, but it also queries other tools, like mutt alias files and mu. It's pretty easy to extend. I don't think anyone other than me uses it though, so it might be rough around the edges.

https://github.com/tgray/muttqt

@stylerw
Copy link
Author

stylerw commented Oct 19, 2013

Tim,

You're about to have a second user. I'm not beholden to lbdb, and it sounds like your tool does just what I'd need to use mutt with OS X. I'll brew it up today and let you know!

Will

On Oct 18, 2013, at 1:57 PM, Tim Gray [email protected] wrote:

It's on my todo list. :)

For what it's worth, I got sick of the lbdb issues myself some time ago and wrote a mini-replacement in Python. It hooks into a small Obj-C program for Address Book integration, but it also queries other tools, like mutt alias files and mu. It's pretty easy to extend. I don't think anyone other than me uses it though, so it might be rough around the edges.

https://github.com/tgray/muttqt


Reply to this email directly or view it on GitHub.

@stylerw
Copy link
Author

stylerw commented Oct 19, 2013

Tim,

Sorry to bug you, but I've got contacts working and querying, I can see previous LBDB contacts, both installed from Homebrew. I've also edited the .muttqt.conf file to add in the osx_abook line.

However, when I try and query, I get:

stylerw: ~ $ muttqt -q 'jess'
Traceback (most recent call last):
File "/usr/local/bin/muttqt", line 754, in
sys.exit(main())
File "/usr/local/bin/muttqt", line 723, in main
aliasDat.searchData(query)
File "/usr/local/bin/muttqt", line 56, in searchData
for l in self.data:
AttributeError: 'aliasData' object has no attribute 'data'

Any ideas?

Thanks!

Will

On Oct 18, 2013, at 1:57 PM, Tim Gray [email protected] wrote:

It's on my todo list. :)

For what it's worth, I got sick of the lbdb issues myself some time ago and wrote a mini-replacement in Python. It hooks into a small Obj-C program for Address Book integration, but it also queries other tools, like mutt alias files and mu. It's pretty easy to extend. I don't think anyone otherthan me uses it though, so it might be rough around the edges.

https://github.com/tgray/muttqt


Reply to this email directly or view it on GitHub.

@tgray
Copy link
Owner

tgray commented Oct 19, 2013

Hmm. I clearly need better error catching and exception handling :)

Do you use mutt alias files in your setup? I'm hoping you don't. If not, remove the mutt_alias item from the helpers line in .muttqt.conf.

I'm hoping it was looking for a file that doesn't exist. If you do use mutt alias files, add the right location in the [alias] section on the files line, like so:

[alias]
files = ~/.mutt/aliases

@stylerw
Copy link
Author

stylerw commented Oct 19, 2013

That did the trick. Brilliant. Mind if I advertise your little tool on my little mutt tutorial?

http://linguisticmystic.com/2012/03/17/in-defense-of-simplicity-why-i-keep-coming-back-to-mutt/

Thanks!

Will

On 10/19, Tim Gray wrote:

Hmm. I clearly need better error catching and exception handling :)

Do you use mutt alias files in your setup? I'm hoping you don't. If not, remove the mutt_alias item from the helpers line in .muttqt.conf.

I'm hoping it was looking for a file that doesn't exist. If you do use mutt alias files, add the right location in the [alias] section on the files line, like so:

[alias]
files = ~/.mutt/aliases

Reply to this email directly or view it on GitHub:
#3 (comment)

@tgray
Copy link
Owner

tgray commented Oct 20, 2013

Glad that worked out.

And that would be wonderful if you wanted to put it in your post. Here's possibly a less intimidating link for the casual user:

http://tgray.github.io/muttqt/

@tgray tgray closed this as completed Oct 20, 2013
@tgray tgray reopened this Oct 20, 2013
@stylerw
Copy link
Author

stylerw commented Oct 20, 2013

Done. Thanks so much for the software, it works great, and it's now recommended to the world!

Will

On 10/19, Tim Gray wrote:

Glad that worked out.

And that would be wonderful if you wanted to put it in your post. Here's possibly a less intimidating link for the casual user:

http://tgray.github.io/muttqt/


Reply to this email directly or view it on GitHub:
#3 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants