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
b0565585
...
b0565585a847a3d748871539174ba9e19912e40a
authored
2002-09-12 11:04:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include mailutils/argcv.h
1 parent
8585f625
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
8 deletions
comsat/comsat.h
imap4d/fetch.c
mail/mail.h
mailbox/argcv.c
mh/mh_argp.c
sieve/sieve.c
comsat/comsat.h
View file @
b056558
...
...
@@ -58,8 +58,7 @@
#include <mailutils/registrar.h>
#include <mailutils/stream.h>
#include <mailutils/mu_auth.h>
#include <argcv.h>
#include <mailutils/argcv.h>
#ifndef INADDR_NONE
# define INADDR_NONE -1
...
...
imap4d/fetch.c
View file @
b056558
...
...
@@ -17,7 +17,7 @@
#include "imap4d.h"
#include <ctype.h>
#include <argcv.h>
#include <
mailutils/
argcv.h>
/* This will suck, too.
Alain: Yes it does. */
...
...
mail/mail.h
View file @
b056558
...
...
@@ -77,7 +77,7 @@
#include <mailutils/stream.h>
#include <mailutils/url.h>
#include <argcv.h>
#include <
mailutils/
argcv.h>
#include <getline.h>
#ifdef __cplusplus
...
...
mailbox/argcv.c
View file @
b056558
...
...
@@ -17,7 +17,7 @@
#include <ctype.h>
#include
"argcv.h"
#include
<mailutils/argcv.h>
/*
* takes a string and splits it into several strings, breaking at ' '
...
...
mh/mh_argp.c
View file @
b056558
...
...
@@ -24,7 +24,7 @@
#include <mh.h>
#include <string.h>
#include <argcv.h>
#include <
mailutils/
argcv.h>
struct
mh_argp_data
{
...
...
sieve/sieve.c
View file @
b056558
...
...
@@ -34,8 +34,7 @@ sieve script interpreter.
#include <sys/stat.h>
#include <argcv.h>
#include <argp.h>
#include <mailutils/argcv.h>
#include "sieve.h"
#include "sieve_interface.h"
...
...
Please
register
or
sign in
to post a comment