Commit a1b82340 a1b82340c54ee3a05e78eecb5b8a5a96fd5d1bd5 by Sergey Poznyakoff

Update

1 parent 1534edc7
1 2006-04-22 Sergey Poznyakoff <gray@gnu.org.ua> 1 2006-04-22 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * NEWS, README: Updated
4
3 * configure.ac: Minor change 5 * configure.ac: Minor change
4 * guimb/scm/Makefile.am (sieve.scm): Use auxiliary sed script to 6 * guimb/scm/Makefile.am (sieve.scm): Use auxiliary sed script to
5 create. 7 create.
......
1 GNU mailutils NEWS -- history of user-visible changes. 2006-04-19 1 GNU mailutils NEWS -- history of user-visible changes. 2006-05-24
2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
...@@ -7,9 +7,16 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>. ...@@ -7,9 +7,16 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>.
7 Version 0.6.94: 7 Version 0.6.94:
8 8
9 * Add support for Berkeley DB 3.x and 4.x 9 * Add support for Berkeley DB 3.x and 4.x
10 See the description of --with-berkeley-db option in the README file.
10 11
11 * Add support for Guile 1.8.x 12 * Add support for Guile 1.8.x
12 13
14 * The module mailutils.scm is now defined as (mailutils mailutils). Please
15 change your (use-modules) statements accordingly.
16
17 * Scheme modules can now be installed in the site-wide Guile directory.
18 See the description of --with-guiledir option in the README file.
19
13 * Bugfixes: 20 * Bugfixes:
14 ** Fix handling of file names containing whitespace characters in imap4 server 21 ** Fix handling of file names containing whitespace characters in imap4 server
15 and library. 22 and library.
......
...@@ -21,8 +21,8 @@ the GNU FDL, and everything else is licensed using the GNU GPL. The ...@@ -21,8 +21,8 @@ the GNU FDL, and everything else is licensed using the GNU GPL. The
21 complete texts of the corresponding licences are included in the files 21 complete texts of the corresponding licences are included in the files
22 COPYING.LESSER, COPYING and doc/texinfo/COPYING.DOC. 22 COPYING.LESSER, COPYING and doc/texinfo/COPYING.DOC.
23 23
24 This software is part of the GNU Project and belongs to the Free Software 24 This software is part of the GNU Project and belongs to the Free
25 Foundation. 25 Software Foundation.
26 26
27 * Why use this package? 27 * Why use this package?
28 ======================= 28 =======================
...@@ -41,19 +41,20 @@ it to compile cleanly on all the platforms supported there. ...@@ -41,19 +41,20 @@ it to compile cleanly on all the platforms supported there.
41 ================ 41 ================
42 42
43 Please see the INSTALL file in this directory for the generic instructions 43 Please see the INSTALL file in this directory for the generic instructions
44 on how to use configure. The following short summary describes the mailutils- 44 on how to use configure. The following short summary describes the
45 specific configuration options: 45 mailutils-specific configuration options:
46 46
47 --enable-debug 47 --enable-debug
48 48
49 Compile Mailutils with debugging support. This disables compiler 49 Compile Mailutils with debugging support. This disables
50 optimizations and adds debugging information to the binaries. 50 compiler optimizations and adds debugging information to the
51 binaries.
51 52
52 --disable-pam 53 --disable-pam
53 54
54 Do not build PAM support. By default configure will build PAM support 55 Do not build PAM support. By default configure will build PAM
55 if the host system supports it. Use this option to suppress this 56 support if the host system supports it. Use this option to
56 behaviour. 57 suppress this behaviour.
57 58
58 --disable-pthread 59 --disable-pthread
59 60
...@@ -65,9 +66,10 @@ specific configuration options: ...@@ -65,9 +66,10 @@ specific configuration options:
65 66
66 --with-sql=MODLIST 67 --with-sql=MODLIST
67 68
68 Enable support for authentication using given SQL modules. MODLIST 69 Enable support for authentication using given SQL modules.
69 is a colon-separated list of SQL modules to use. Available modules 70 MODLIST is a colon-separated list of SQL modules to use.
70 are 'mysql', 'postgres' and 'odbc'. E.g., to enable all modules: 71 Available modules are 'mysql', 'postgres' and 'odbc'. E.g.,
72 to enable all modules:
71 73
72 --with-sql=mysql:postgres:odbc 74 --with-sql=mysql:postgres:odbc
73 75
...@@ -98,31 +100,33 @@ specific configuration options: ...@@ -98,31 +100,33 @@ specific configuration options:
98 100
99 Equivalent to --with-sql=postgres 101 Equivalent to --with-sql=postgres
100 102
101 You may have to explicitly specify LIBS and CPPFLAGS (see above). 103 You may have to explicitly specify LIBS and CPPFLAGS (see
104 above).
102 105
103 --with-odbc[={odbc|iodbc}] 106 --with-odbc[={odbc|iodbc}]
104 107
105 Without arguments or with 'odbc' as its argument it is equivalent 108 Without arguments or with 'odbc' as its argument it is
106 to --with-sql=odbc. 109 equivalent to --with-sql=odbc.
107 110
108 --with-odbc=iodbc enables ODBC support via libiodbc. 111 --with-odbc=iodbc enables ODBC support via libiodbc.
109 112
110 You may have to explicitly specify LIBS and CPPFLAGS (see above). 113 You may have to explicitly specify LIBS and CPPFLAGS (see
114 above).
111 115
112 116
113 --enable-mh-utils 117 --enable-mh-utils
114 118
115 Build a suite of MH utilities. The GNU implementation of MH is 119 Build a suite of MH utilities. The GNU implementation of MH
116 primarily aiming to provide an interface between Mailutils and 120 is primarily aiming to provide an interface between Mailutils
117 Emacs using mh-e module. For more information, refer to files 121 and Emacs using mh-e module. For more information, refer to
118 README and TODO in the mh subdirectory. 122 files README and TODO in the mh subdirectory.
119 123
120 --with-mh-bindir=DIR 124 --with-mh-bindir=DIR
121 125
122 By default the MH binaries are installed in ${exec_prefix}/bin/mu-mh. 126 By default the MH binaries are installed in
123 To change this, use --with-mh-bindir option. If DIR starts with '/' 127 ${exec_prefix}/bin/mu-mh. To change this, use --with-mh-bindir
124 it is taken as an absolute path specification, otherwise ${prefix} is 128 option. If DIR starts with '/' it is taken as an absolute
125 prepended to it. 129 path specification, otherwise ${prefix} is prepended to it.
126 130
127 --with-virtual-pwddir=DIR 131 --with-virtual-pwddir=DIR
128 132
...@@ -141,9 +145,9 @@ specific configuration options: ...@@ -141,9 +145,9 @@ specific configuration options:
141 145
142 --with-gsasl 146 --with-gsasl
143 147
144 Enable GNU SASL support (Simple Authentication and Security Layer 148 Enable GNU SASL support (Simple Authentication and Security
145 framework). IMAP4d supports this mechanism. 149 Layer framework). IMAP4d supports this mechanism. This
146 This requires GSASL version 0.2.3 or newer. 150 requires GSASL version 0.2.3 or newer.
147 151
148 --with-gssapi 152 --with-gssapi
149 153
...@@ -154,24 +158,42 @@ specific configuration options: ...@@ -154,24 +158,42 @@ specific configuration options:
154 158
155 Do not build Guile interface library. 159 Do not build Guile interface library.
156 160
161 --with-guiledir[=DIR]
162
163 Specify the directory to install guile modules to. By default
164 they are installed in
165
166 $(prefix)/share/mailutils/$(VERSION)/guile.
167
168 The option --with-guiledir used without argument instructs
169 configure script to install modules to the site-wide Guile
170 directory, where it is easier to find them. This directory is
171 defined as $(guile_pkgdatadir)/site where guile_pkgdatadir is
172 the Guile package data directory as returned by `guile-config
173 info pkgdatadir'.
174
175 Otherwise, if an argument to the option is given, it specifies
176 the absolute file name of the installation directory for Guile
177 modules.
178
157 --with-mail-rc=FILE 179 --with-mail-rc=FILE
158 180
159 Set the location of the system-wide configuration file for mail 181 Set the location of the system-wide configuration file for mail
160 utility. FILE must be an absolute filename specification. Default 182 utility. FILE must be an absolute filename specification.
161 is $sysconfdir/mail.rc 183 Default is $sysconfdir/mail.rc
162 184
163 --with-mail-spool=PATH 185 --with-mail-spool=PATH
164 186
165 Override the location of the mailspool. The default value depends 187 Override the location of the mailspool. The default value
166 on the system. Usually it is either /var/spool/mail or /var/mail. 188 depends on the system. Usually it is either /var/spool/mail
167 PATH is either an absolute directory name, or a valid `mbox' URL 189 or /var/mail. PATH is either an absolute directory name, or a
168 in the form: 190 valid `mbox' URL in the form:
169 191
170 mbox:path;type=TYPE;param=N;user= 192 mbox:path;type=TYPE;param=N;user=
171 193
172 This method allows you to use indexed mailspools. For servers with 194 This method allows you to use indexed mailspools. For servers
173 a really big number of users this may provide a significant speedup 195 with a really big number of users this may provide a
174 in opening the mailbox. 196 significant speedup in opening the mailbox.
175 197
176 TYPE is one of: 198 TYPE is one of:
177 hash -- The user's mailbox is kept in a subdirectory 199 hash -- The user's mailbox is kept in a subdirectory
...@@ -248,8 +270,9 @@ use DBM-based mail box quotas with mail.local. ...@@ -248,8 +270,9 @@ use DBM-based mail box quotas with mail.local.
248 270
249 Use old DBM 271 Use old DBM
250 272
251 Only one dbm option may be specified. Which one depends on the flavor 273 Only one dbm option may be specified. Which one depends on
252 of DBM you are using. GDBM is most common for GNU system. 274 the flavor of DBM you are using. GDBM is most common for GNU
275 system.
253 276
254 Use following options to disable support for particular protocols or 277 Use following options to disable support for particular protocols or
255 features: 278 features:
...@@ -261,8 +284,8 @@ features: ...@@ -261,8 +284,8 @@ features:
261 --disable-sendmail Disables support for `Sendmail' mailer. 284 --disable-sendmail Disables support for `Sendmail' mailer.
262 --disable-mh Disables support for MH mailbox format. 285 --disable-mh Disables support for MH mailbox format.
263 --disable-virtual-domains 286 --disable-virtual-domains
264 Disables support for authentication using virtual 287 Disables support for authentication using
265 mail domains. 288 virtual mail domains.
266 289
267 Several environment variables affect the configuration. Currently, 290 Several environment variables affect the configuration. Currently,
268 the only mailutils-specific variable is DEFAULT_CUPS_CONFDIR. It 291 the only mailutils-specific variable is DEFAULT_CUPS_CONFDIR. It
...@@ -277,19 +300,19 @@ reasonable to set it to /etc/cups, e.g.: ...@@ -277,19 +300,19 @@ reasonable to set it to /etc/cups, e.g.:
277 * Where to report BUGS 300 * Where to report BUGS
278 ====================== 301 ======================
279 302
280 Please report any bugs to <bug-mailutils@gnu.org>. We encourage sysadmins 303 Please report any bugs to <bug-mailutils@gnu.org>. We encourage
281 who will be using this package to subscribe to this list by sending an email 304 sysadmins who will be using this package to subscribe to this list by
282 to <bug-mailutils-request@gnu.org> with the word `subscribe' in the body of 305 sending an email to <bug-mailutils-request@gnu.org> with the word
283 the message. Another way to subscribe is by visiting 306 `subscribe' in the body of the message. Another way to subscribe is
284 http://mail.gnu.org/mailman/listinfo/bug-mailutils. 307 by visiting http://mail.gnu.org/mailman/listinfo/bug-mailutils.
285 308
286 * Copyright information: 309 * Copyright information:
287 310
288 Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 311 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
289 312
290 Permission is granted to anyone to make or distribute verbatim copies 313 Permission is granted to anyone to make or distribute verbatim
291 of this document as received, in any medium, provided that the 314 copies of this document as received, in any medium, provided that
292 copyright notice and this permission notice are preserved, 315 the copyright notice and this permission notice are preserved,
293 thus giving the recipient permission to redistribute in turn. 316 thus giving the recipient permission to redistribute in turn.
294 317
295 Permission is granted to distribute modified versions 318 Permission is granted to distribute modified versions
......
...@@ -112,7 +112,7 @@ guile-procedures.txt: $(DOT_DOC_FILES) ...@@ -112,7 +112,7 @@ guile-procedures.txt: $(DOT_DOC_FILES)
112 mailutils.scm: mailutils.scm.in $(C_SRCS:.c=.inc) 112 mailutils.scm: mailutils.scm.in $(C_SRCS:.c=.inc)
113 m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \ 113 m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \
114 -DBUILDDIR=$(top_builddir)/libmu_scm \ 114 -DBUILDDIR=$(top_builddir)/libmu_scm \
115 mailutils.scm.in > $@ 115 $(srcdir)/mailutils.scm.in > $@
116 116
117 117
118 ## Add -MG to make the .x magic work with auto-dep code. 118 ## Add -MG to make the .x magic work with auto-dep code.
......
1 # Error messages for GNU Mailutils 1 # Error messages for GNU Mailutils
2 # Copyright (C) 2005 Free Software Foundation, Inc. 2 # Copyright (C) 2005, 2006 Free Software Foundation, Inc.
3 # 3 #
4 # This library is free software; you can redistribute it and/or 4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public 5 # modify it under the terms of the GNU Lesser General Public
......