-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
34 lines (23 loc) · 1.17 KB
/
NEWS
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
30
31
32
33
34
mutt_vc_query 005 (2021-11-21)
* In src/result.c, Avoid implicit declaration of function tolower() by
including ctype.h.
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.