]> git.deb.at Git - pkg/abook.git/commit
* custom output format: fixes and enhancements
authorRaphaël Droz <raphael.droz+floss@gmail.com>
Wed, 2 Jan 2013 13:56:45 +0000 (14:56 +0100)
committerRaphaël Droz <raphael.droz+floss@gmail.com>
Wed, 2 Jan 2013 15:18:54 +0000 (16:18 +0100)
commitdb05da322d7ef6bd94e097fb95af1ffead328b96
treee1c1dbe79fdc420ee5a2d919cf91442c381a45ef
parent29712efb58a9520824b4b0d7d1b9b9e2d1f59694
* custom output format: fixes and enhancements
 - support for the {groups} placeholder
 - support for escaped characters (\n, \t, ...)
 - removed the leading empty line from the output
 - fix segfaults when an empty or a special format string
  was provided
 - referenced --outformatstr in --help
 - code cleanup: use of built-in ITEM_FIELDS and standard_fields[]
  to fetch standard fields numbering

* vcard output: removed the leading empty line
(which is mutt-specific)

* colors: added the has_colors() ncurses check
before actually initializing colors.

* Changelog, RELEASE_NOTES, AUTHORS and THANKS files updated
AUTHORS
ChangeLog
RELEASE_NOTES
THANKS
abook.c
database.c
filter.c
ui.c