summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-14 11:47:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-14 11:47:53 +0000
commit5249bed4195c3eb453624473d67e6f3463e74a0a (patch)
treee51f47d58044da4c9e669d29c7cb4694b4b44cae
parentbd26014fe73d824803ec65f79c73c58b6d9f6c7e (diff)
downloadmailutils-5249bed4195c3eb453624473d67e6f3463e74a0a.tar.gz
mailutils-5249bed4195c3eb453624473d67e6f3463e74a0a.tar.bz2
Updated
-rw-r--r--ChangeLog18
-rw-r--r--README16
-rw-r--r--mh/README17
3 files changed, 42 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f069c968..3246513c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2003-02-14 Sergey Poznyakoff
+
+ * configure.ac: New option --enable-mh-utils.
+ Added check for Emacs lisp directory
+ * include/mailutils/address.h (address_get_nth): New function.
+ Get Nth subaddress from an address.
+ * mailbox/address.c: Likewise.
+ * mh/mailutils-mh.eli: New file. Source for mailutils-mh.el --
+ an elisp module that configures mh-e.el for use with mailutils.
+ * mh/Makefile.am: Added rules for generating mailutils-mh.el
+ * mh/mh_format.c (builtin_formataddr): Rewritten to prevent
+ formatting the duplicate addresses.
+ (builtin_putaddr): Use print_hdr_string to format output string.
+
+ * po/POTFILES.in: Added more files.
+ * README: Updated
+ * mh/README: Updated
+
2003-02-13 Sergey Poznyakoff
* imap4d/append.c (imap4d_append): Bugfix.
diff --git a/README b/README
index 9477f88f1..89dde2a10 100644
--- a/README
+++ b/README
@@ -44,11 +44,6 @@ specific configuration options:
Compile Mailutils with debugging support. This disables compiler
optimizations and adds debugging information to the binaries.
- --enable-experimental
-
- Build experimental and/or unfinished utilities as well. In the
- current version (0.2), this option enables building of MH utilities.
-
--disable-pam
Do not build PAM support. By default configure will build PAM support
@@ -68,6 +63,13 @@ specific configuration options:
./configure LIBS='-L/usr/local/mysql/lib' \
CPPLAGS='-I/usr/local/mysql/include' --enable-mysql
+ --enable-mh-utils
+
+ Build a suite of MH utilities. The GNU implementation of MH is
+ primarily aiming to provide an interface between Mailutils and
+ Emacs using mh-e module. For more information, refer to files
+ README and TODO in the mh subdirectory.
+
--with-virtual-pwddir=DIR
Use DIR instead of $sysconfdir/domain as the location of
@@ -152,8 +154,8 @@ options:
Use old DBM
-Only one dbm option may be specified. Which one depends on the flavor
-of DBM you are using. GDBM is most common for GNU system.
+ Only one dbm option may be specified. Which one depends on the flavor
+ of DBM you are using. GDBM is most common for GNU system.
--with-log-facility=facility
diff --git a/mh/README b/mh/README
index f40f3a065..d2fee82ba 100644
--- a/mh/README
+++ b/mh/README
@@ -1,6 +1,19 @@
-README -- Differences between Mailutils and the RAND implementation of MH:
+README for GNU Mailutils implementation of MH
+
+The primary aim of this implementation is to provide an interface
+between Mailutils and Emacs using mh-e module.
+
+To use Mailutils MH with Emacs, add the following line to your
+site-start.el or .emacs file:
+
+(load "mailutils-mh")
+
+Refer to the file TODO in this directory for information about the
+current state of Mailutils MH implementation.
+The list of differences between Mailutils and the RAND implementation of MH:
+
* All programs use usual GNU long options. The support for MH single-dot
options is provided for backward compatibility.
@@ -100,7 +113,7 @@ Understands --build option.
If the argument to 'ignores' contains more than one component name
it must be enclosed in double-quotes. Dangling equal sign is an error,
to set a string variable to the empty value use = "", e.g.:
-overflowtext=""
+overflowtext="" (see supplied mhl.format file).
Ineractive prompting is not yet implemented.

Return to:

Send suggestions and report system problems to the System administrator.