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
64f0bba3
...
64f0bba3cc7d255e274ecdf47778223659db4695
authored
2002-12-04 23:30:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
4e696145
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
ChangeLog
frm/testsuite/frm/test.exp
ChangeLog
View file @
64f0bba
2002
-
12
-
05
Sergey
Poznyakoff
*
configure
.
ac
:
Check
for
presense
of
getopt
.
h
*
examples
/
mta
.
c
:
Do
not
use
program_invocation_short_name
:
examples
are
not
linked
against
libmailutils
.
*
frm
/
testsuite
/
frm
/
test
.
exp
:
Override
FOLDER
environment
variable
.
*
from
/
testsuite
/
from
/
test
.
exp
:
Likewise
.
*
messages
/
testsuite
/
messages
/
test
.
exp
:
Likewise
.
*
readmsg
/
testsuite
/
readmsg
/
test
.
exp
:
Likewise
.
*
sieve
/
testsuite
/
lib
/
sieve
.
exp
:
Likewise
.
*
guimb
/
scm
/
Makefile
.
am
:
Use
$
?
instead
of
$
<
in
implicit
rules
.
*
libmu_scm
/
Makefile
.
am
:
Likewise
.
*
lib
/
getopt
.
h
:
Moved
to
...
*
include
/
mailutils
/
gnu
/
getopt
.
h
:
...
here
.
*
include
/
mailutils
/
gnu
/
Makefile
.
am
:
getopt
.
h
moved
from
lib
to
include
/
mailutils
/
gnu
*
lib
/
Makefile
.
am
:
Likewise
.
*
include
/
mailutils
/
gnu
/
argp
.
h
:
Include
local
copy
of
getopt
.
h
if
the
system
does
not
provide
one
.
*
mailbox
/
Makefile
.
am
(
mailutils_config_LDADD
)
:
Added
libmailutils
.
la
*
mailbox
/
mailutils
-
config
.
c
(
main
)
:
Do
not
print
duplicate
--
link
arguments
.
2002
-
12
-
04
Sergey
Poznyakoff
*
include
/
mailutils
/
argp
.
h
(
mu_print_options
,
mu_check_option
)
:
...
...
frm/testsuite/frm/test.exp
View file @
64f0bba
...
...
@@ -52,6 +52,7 @@ mu_exec -retcode 1 -arg -q -message "frm -q"
mu_exec -arg -q -arg %nonexistent -retcode 2 -message
"frm -q %nonexistent"
set env
(
MAIL
)
$MU_SPOOL_DIR/bigto.mbox
set
env
(
FOLDER
)
$env
(
MAIL
)
mu_exec -retcode 1 -message
"frm -l on long headers"
-arg -l
\
"(
\"
Ayoung-Chee, N) Patrick Chan
\t
New email address, etc."
...
...
Please
register
or
sign in
to post a comment