File: NEWS

package info (click to toggle)
mutt-vc-query 004-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: ansic: 478; sh: 72; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
mutt_vc_query 004 (2017-02-18)

* Add the unit test script test/test_mutt_vc_query.sh, as well as
provisions for running it through "make check".

mutt_vc_query 003 (2017-02-18)

* Add -a option to output all email addresses instead of just the
preferred address  (patch by Matthew Hague <matthewhague@zoho.com>)

mutt_vc_query 002 (2003-05-19)

* Updated the man page.

* Fixed the output of `mutt_vc_query -h' so that it displays properly.

* Queries are now performed as a case insensitive search.

mutt_vc_query 001 (2003-05-14)

* Initial release.  This is the same query_command utility that was
included with previous versions of rolo.  The mutt_vc_query utility
is now split-off into its own package.  The search results returned
are now guaranteed to have a name and an email address.  The
miscellaneous field can now be configured with the -t option.  The
man page has been updated.  Note: for those who wish to compile
mutt_vc_query from the source, it is now dependent on libvc.  So,
be sure libvc is installed on your system before compiling
mutt_vc_query.