Updated
Showing
3 changed files
with
26 additions
and
10 deletions
1 | 2004-01-10 Wojciech Polak | ||
2 | |||
3 | * include/mailutils/mailutils.h: Added missing header files. | ||
4 | * include/mailutils/gsasl.h: Include <gsasl.h>. | ||
5 | |||
6 | * messages/messages.c (main): Use mu_register_all_mbox_formats(). | ||
7 | (messages_count): Improved diagnostics. | ||
8 | * messages/Makefile.am: Updated. | ||
9 | * frm/frm.c (main): Unified diagnostic messages. | ||
10 | * frm/Makefile.am: Updated. | ||
11 | |||
1 | 2004-01-09 Sergey Poznyakoff | 12 | 2004-01-09 Sergey Poznyakoff |
2 | 13 | ||
3 | * NEWS: Documented new features. | 14 | * NEWS: Documented new features. | ... | ... |
1 | ## Process this file with GNU Automake to create Makefile.in | 1 | ## Process this file with GNU Automake to create Makefile.in |
2 | 2 | ||
3 | ## Copyright (C) 2001, 2002 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. |
4 | ## | 4 | ## |
5 | ## GNU Mailutils is free software; you can redistribute it and/or | 5 | ## GNU Mailutils is free software; you can redistribute it and/or |
6 | ## modify it under the terms of the GNU General Public License as | 6 | ## modify it under the terms of the GNU General Public License as |
... | @@ -14,10 +14,11 @@ | ... | @@ -14,10 +14,11 @@ |
14 | ## | 14 | ## |
15 | ## You should have received a copy of the GNU General Public License | 15 | ## You should have received a copy of the GNU General Public License |
16 | ## along with this program; if not, write to the Free Software | 16 | ## along with this program; if not, write to the Free Software |
17 | ## Foundation, Inc. | 17 | ## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | |
19 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\ | ||
20 | -I${top_builddir}/include/mailutils/gnu @INTLINCS@ | ||
19 | 21 | ||
20 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@ | ||
21 | SUBDIRS = testsuite | 22 | SUBDIRS = testsuite |
22 | 23 | ||
23 | bin_PROGRAMS = frm | 24 | bin_PROGRAMS = frm | ... | ... |
1 | ## Process this file with GNU Automake to create Makefile.in | 1 | ## Process this file with GNU Automake to create Makefile.in |
2 | 2 | ||
3 | ## Copyright (C) 2001, 2002 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. |
4 | ## | 4 | ## |
5 | ## GNU Mailutils is free software; you can redistribute it and/or | 5 | ## GNU Mailutils is free software; you can redistribute it and/or |
6 | ## modify it under the terms of the GNU General Public License as | 6 | ## modify it under the terms of the GNU General Public License as |
... | @@ -14,17 +14,21 @@ | ... | @@ -14,17 +14,21 @@ |
14 | ## | 14 | ## |
15 | ## You should have received a copy of the GNU General Public License | 15 | ## You should have received a copy of the GNU General Public License |
16 | ## along with this program; if not, write to the Free Software | 16 | ## along with this program; if not, write to the Free Software |
17 | ## Foundation, Inc. | 17 | ## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | |
19 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\ | ||
20 | -I${top_builddir}/include/mailutils/gnu @INTLINCS@ | ||
19 | 21 | ||
20 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@ | ||
21 | SUBDIRS = testsuite | 22 | SUBDIRS = testsuite |
22 | 23 | ||
23 | bin_PROGRAMS = messages | 24 | bin_PROGRAMS = messages |
24 | 25 | messages_SOURCES = messages.c | |
25 | messages_LDADD =\ | 26 | messages_LDADD =\ |
26 | ../mailbox/mbox/libmu_mbox.la\ | 27 | ../mailbox/mbox/libmu_mbox.la\ |
27 | ../mailbox/imap/libmu_imap.la\ | 28 | ../mailbox/imap/libmu_imap.la\ |
28 | ../mailbox/pop/libmu_pop.la\ | 29 | ../mailbox/pop/libmu_pop.la\ |
30 | ../mailbox/mh/libmu_mh.la\ | ||
31 | ../mailbox/maildir/libmu_maildir.la\ | ||
29 | ../mailbox/libmailbox.la\ | 32 | ../mailbox/libmailbox.la\ |
30 | ../lib/libmailutils.la @AUTHLIBS@ @LTLIBINTL@ | 33 | ../lib/libmailutils.la\ |
34 | @AUTHLIBS@ @LTLIBINTL@ | ... | ... |
-
Please register or sign in to post a comment