lucc / khard

Console vcard client
https://khard.readthedocs.io/en/latest/
GNU General Public License v3.0
600 stars 65 forks source link

Reduce empty address lines in "details" output + patch #295

Closed sciurius closed 1 year ago

sciurius commented 3 years ago

To reduce empty address lines in "details" output something similar to the attached patch could be considered.

For example, output before the patch:

Address
    HOME: 
        Main street 20

        1234 AB Blaricum
        , Netherlands

After the patch:

Address
    HOME: 
        Main street 20
        1234 AB Blaricum
        Netherlands

reduce_empty_address_lines.patch.txt

lucc commented 1 year ago

This was already merged in #297.