Export to LDIF.

This commit is contained in:
Match Grun 2003-08-05 04:33:46 +00:00
parent 6c3cf297c0
commit 9fba992688
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-08-04 [match] 0.9.4claws3
* po/POTFILES.in
export of LDIF files.
2003-08-04 [match] 0.9.4claws2
* src/ldif.[ch]

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=4
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=2
EXTRA_VERSION=3
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
else

View file

@ -20,8 +20,10 @@ src/editldap.c
src/editldap_basedn.c
src/editvcard.c
src/exphtmldlg.c
src/expldifdlg.c
src/export.c
src/exporthtml.c
src/exportldif.c
src/folder.c
src/foldersel.c
src/folderview.c
@ -42,6 +44,7 @@ src/importpine.c
src/inc.c
src/inputdialog.c
src/logwindow.c
src/ldif.c
src/main.c
src/mainwindow.c
src/matcher.c