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
daeb913d
...
daeb913d0b002be7bcd339426931a49604e4220d
authored
2006-02-08 11:14:36 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include argp-namefrob.h
1 parent
7019885e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
config/mailutils-config.c
movemail/movemail.c
config/mailutils-config.c
View file @
daeb913
...
...
@@ -23,6 +23,7 @@
#include <mailutils/mailutils.h>
#include <mailutils/argp.h>
#include <mu_asprintf.h>
#include <argp-namefrob.h>
const
char
*
program_version
=
"mailutils-config ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU mailutils-config -- Display compiler and loader options needed for building a program with mailutils"
);
...
...
movemail/movemail.c
View file @
daeb913
...
...
@@ -25,6 +25,7 @@
#include <mailutils/mailutils.h>
#include <mailutils/tls.h>
#include <mu_asprintf.h>
#include <argp-namefrob.h>
const
char
*
program_version
=
"movemail ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU movemail"
);
...
...
Please
register
or
sign in
to post a comment