Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 36 by
ervan...@gmail.com: When the contact has no title mutt will
use the extra_str as the title.
http://code.google.com/p/goobook/issues/detail?id=36
What steps will reproduce the problem?
1. Create a contact with only an email address
2. query for that contact
3.
What is the expected output? What do you see instead?
In my case the output from goobook is:
email\t\tother
which ends up as:
other <email>
in mutt
What version of the product are you using? On what operating system?
$ git describe
v1.2-77-gcf9f812
Arch Linux
Please provide any additional information below.
In my local copy I use:
contact.title or emailaddr
in the print statement so that the email address will be used as the title
in this case.