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
e502865e
...
e502865ec572358354effe71397188c32e4d8442
authored
2003-02-21 13:14:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
f0264023
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
ChangeLog
README
ChangeLog
View file @
e502865
2003
-
02
-
21
Sergey
Poznyakoff
*
configure
.
ac
:
New
option
--
with
-
mh
-
bindir
sets
installation
directory
for
MH
binaries
*
mh
/
Makefile
.
am
:
Install
binaries
into
a
separate
directory
to
prevent
namespace
pollution
.
*
README
:
Updated
*
mailbox
/
date
.
c
(
wdays
)
:
Two
typos
!
Ouch
...
*
mh
/
README
:
Updated
.
*
mh
/
folder
.
c
:
Do
not
mark
current
folder
when
in
fast
mode
*
mh
/
mh_whatnow
.
c
:
Execute
default
programs
using
full
path
specification
.
*
mh
/
mh_stream
.
c
:
New
file
.
*
mh
/
mh
.
h
(
mhdraft_stream_create
)
:
New
function
.
*
mh
/
mh_init
.
c
(
mh_stream_to_message
)
:
Use
MH
draft
streams
.
2003
-
02
-
20
Sergey
Poznyakoff
*
mh
/
README
:
Updated
...
...
README
View file @
e502865
...
...
@@ -70,6 +70,13 @@ specific configuration options:
Emacs using mh-e module. For more information, refer to files
README and TODO in the mh subdirectory.
--with-mh-bindir=DIR
By default the MH binaries are installed in ${exec_prefix}/bin/mu-mh.
To change this, use --with-mh-bindir option. If DIR starts with '/'
it is taken as an absolute path specification, otherwise ${prefix} is
prepended to it.
--with-virtual-pwddir=DIR
Use DIR instead of $sysconfdir/domain as the location of
...
...
Please
register
or
sign in
to post a comment