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
603af231
...
603af23149d7783a05553c735fbf3e1c38f9df60
authored
2004-01-11 00:27:17 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
72fbde39
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
9 deletions
ChangeLog
readmsg/Makefile.am
scripts/mailutils.spec.in
ChangeLog
View file @
603af23
2004
-
01
-
11
Wojciech
Polak
*
readmsg
/
readmsg
.
c
(
main
)
:
Use
mu_register_all_mbox_formats
().
*
guimb
/
main
.
c
(
main
)
:
Use
mu_register_all_formats
().
*
scripts
/
mailutils
.
spec
.
in
:
Updated
.
*
include
/
mailutils
/
Makefile
.
am
:
Added
missing
refcount
.
h
.
2004
-
01
-
10
Wojciech
Polak
*
include
/
mailutils
/
mailutils
.
h
:
Added
missing
header
files
.
...
...
readmsg/Makefile.am
View file @
603af23
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
## Copyright (C) 2001, 2002
, 2003, 2004
Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -14,15 +14,16 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
\
-I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib -I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
SUBDIRS
=
testsuite
bin_PROGRAMS
=
readmsg
readmsg_SOURCES
=
readmsg.c msglist.c readmsg.h
readmsg_LDADD
=
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/imap/libmu_imap.la
\
...
...
scripts/mailutils.spec.in
View file @
603af23
...
...
@@ -29,8 +29,8 @@ Group: System Environment/Libraries
%description -n libmailutils
The runtime library libmailbox contains various mailbox access
routines and support for a number of mailbox types, such as mbox,
m
h, POP3, and IMAP4. It also supports MIME message handling,
and sending mail via SMTP and /sbin/sendmail.
m
aildir, mh, POP3, and IMAP4. It also supports MIME message
handling,
and sending mail via SMTP and /sbin/sendmail.
%package -n libmailutils-dev
Summary: GNU Mailutils: mailbox access library development.
...
...
@@ -129,12 +129,13 @@ make distclean
%files -n mailutils
%defattr(-, root, root)
%{prefix}/bin/mail
%{prefix}/bin/guimb
%{prefix}/bin/dotlock
%{prefix}/bin/frm
%{prefix}/bin/from
%{prefix}/bin/guimb
%{prefix}/bin/mail
%{prefix}/bin/messages
%{prefix}/bin/movemail
%{prefix}/bin/readmsg
%{prefix}/libexec/*
...
...
@@ -177,7 +178,10 @@ make distclean
%{prefix}/bin/sieve*
%{prefix}/lib/libsieve.so.*
%{prefix}/lib/libsieve.*a
%{prefix}/lib/mailutils/list*
%{prefix}/lib/mailutils/numaddr*
%{prefix}/lib/mailutils/spamd*
%{prefix}/lib/mailutils/timestamp*
%{prefix}/share/mailutils/*.scm
%files -n mailutils-mh
...
...
Please
register
or
sign in
to post a comment