2009-04-12 [paul] 3.7.1cvs43
* tools/csv2addressbook.pl add extra CSV fields that are now appended by thunderbird (version 2.0.0.21)
This commit is contained in:
parent
6a6af7ab57
commit
ac117afc94
4 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-04-12 [paul] 3.7.1cvs43
|
||||
|
||||
* tools/csv2addressbook.pl
|
||||
add extra CSV fields that are now appended
|
||||
by thunderbird (version 2.0.0.21)
|
||||
|
||||
2009-04-08 [colin] 3.7.1cvs42
|
||||
|
||||
* src/procmime.c
|
||||
|
|
|
@ -3782,3 +3782,4 @@
|
|||
( cvs diff -u -r 1.150.2.114 -r 1.150.2.115 src/procmsg.c; ) > 3.7.1cvs40.patchset
|
||||
( cvs diff -u -r 1.1.4.8 -r 1.1.4.9 src/gtk/manage_window.c; ) > 3.7.1cvs41.patchset
|
||||
( cvs diff -u -r 1.49.2.129 -r 1.49.2.130 src/procmime.c; ) > 3.7.1cvs42.patchset
|
||||
( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 tools/csv2addressbook.pl; ) > 3.7.1cvs43.patchset
|
||||
|
|
|
@ -12,7 +12,7 @@ MINOR_VERSION=7
|
|||
MICRO_VERSION=1
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=42
|
||||
EXTRA_VERSION=43
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -71,7 +71,9 @@ my @tbird_fields = ('First Name','Last Name','Display Name','Nickname',
|
|||
'Work City','Work State','Work ZipCode','Work Country',
|
||||
'Job Title','Department','Organization','Web Page 1',
|
||||
'Web Page 2','Birth Year','Birth Month','Birth Day',
|
||||
'Custom 1','Custom 2','Custom 3','Custom 4','Notes','junk');
|
||||
'Custom 1','Custom 2','Custom 3','Custom 4','Notes',
|
||||
'Anniversary Year','Anniversary Month','Anniversary Day',
|
||||
'Category','Spouse name');
|
||||
my @kmail_fields = ('Formatted Name','Family Name','Given Name',
|
||||
'Additional Names','Honorific Prefixes','Honorific Suffixes',
|
||||
'Nick Name','Birthday','Home Address Street',
|
||||
|
|
Loading…
Reference in a new issue