-
Notifications
You must be signed in to change notification settings - Fork 9
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
mates search should have option to indicate email address type when doing mutt search #11
Comments
Mates is quite fast but I fear I'll have to rewrite it because it's become very hard to implement a trivial feature like this one. I don't know if I ever will have time for this, but a new interface would be closely modelled after ppl. |
Any status update on this? (Just tried ppl 2.4.0. It silently dropped most VCF fields when I ran |
Not really. I suggest investing effort into making ppl usable (there is a PR open for the problem you describe @GSI). |
Hmm too bad. After evaluating ppl yesterday in more detail, I came to the conclusion that it's apparently not developed towards interoperability (with other VCF tools). Apart from that, it's slow. mutt command for example:
Even if it was just for that one command I'd use mates :) The only other fast tool I found is pycarddav, but it seems to be slowly dying (and uses sqlite and such). For completeness, here's my use case on the email type is: If there is an email set as |
I do think that a ppl-clone in a compiled low-level language (Rust! Rust! On Tue, Mar 08, 2016 at 11:49:21AM -0800, GSI wrote:
|
Ok. Maybe I can hardcode the info I require into the output or the index.
|
I dove into the source today and tracked the issue back into your vobject implementation (https://github.com/untitaker/rust-vobject). Lacking Rust experience, I finally decided to generate the index using khard: The according query_command in mutt is a simple use of grep. With preference for pref addresses, this would be:
(will cause false-positives on rare occasions where there's a "pref" string in email or name) I'm documenting this here for any other users who require a solution for fast contact lookup. |
When using mutt search would be nice to display additional detail to indicate which email address this is, work or home or other.
Perhaps it doesn't have to be the default and be configurable......
As some contacts have multiple email addresses it's nice to see which email address for a particular contact this is.
Khard does this by default:
I like that mates search is so blazing fast :)
The text was updated successfully, but these errors were encountered: