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
ba47dbec
...
ba47dbecb2ad4b33263065db9aebf2a093457bb8
authored
2003-02-23 23:33:13 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
include <mailutils/mailcap.h>
And added mailcap.c in the library.
1 parent
0d2f1ceb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
mailbox/Makefile.am
mailbox/mailcap.c
mailbox/Makefile.am
View file @
ba47dbe
...
...
@@ -59,6 +59,7 @@ iterator.c \
list.c
\
locker.c
\
mailbox.c
\
mailcap.c
\
mailer.c
\
mapfile_stream.c
\
mbx_default.c
\
...
...
mailbox/mailcap.c
View file @
ba47dbe
...
...
@@ -24,7 +24,7 @@
#include <string.h>
#include <errno.h>
#include <mailcap.h>
#include <mail
utils/mail
cap.h>
/* Definition of the structure, this should be in mailutils/sys/mailcap.h. */
struct
_mu_mailcap_entry
...
...
Please
register
or
sign in
to post a comment