Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5249bed4
...
5249bed4195c3eb453624473d67e6f3463e74a0a
authored
2003-02-14 11:47:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
bd26014f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
9 deletions
ChangeLog
README
mh/README
ChangeLog
View file @
5249bed
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
.
...
...
README
View file @
5249bed
...
...
@@ -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
...
...
mh/README
View file @
5249bed
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.
...
...
Please
register
or
sign in
to post a comment