mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch-deliver: Import from maildrop-2.5.5
maildrop-2.5.5 is GPL-3. No change in functionality, just a precaution before relicensing.
This commit is contained in:
parent
2551c70131
commit
6201491233
26 changed files with 2 additions and 26 deletions
|
@ -1,4 +1,3 @@
|
|||
#$Id: Makefile.am,v 1.59 2009/06/27 16:32:38 mrsam Exp $
|
||||
#
|
||||
# Copyright 1998 - 2005 Double Precision, Inc. See COPYING for
|
||||
# distribution information.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
dnl $Id: configure.in,v 1.37 2008/11/27 21:51:16 mrsam Exp $
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl
|
||||
dnl Copyright 1998 - 2001 Double Precision, Inc. See COPYING for
|
||||
|
@ -67,6 +66,7 @@ AC_TYPE_OFF_T
|
|||
AC_TYPE_SIZE_T
|
||||
AC_TYPE_UID_T
|
||||
AC_STRUCT_TM
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
dnl Checks for library functions.
|
||||
AC_CHECK_HEADER(fam.h, :, :)
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include "numlib/numlib.h"
|
||||
|
||||
|
||||
static const char rcsid[]="$Id: maildircreate.c,v 1.6 2003/01/26 04:07:03 mrsam Exp $";
|
||||
|
||||
FILE *maildir_tmpcreate_fp(struct maildir_tmpcreate_info *info)
|
||||
{
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
static const char maildircreate_h_rcsid[]="$Id: maildircreate.h,v 1.10 2006/10/29 00:03:53 mrsam Exp $";
|
||||
|
||||
/* Create messages in maildirs */
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
static const char maildirmisc_h_rcsid[]="$Id: maildirmisc.h,v 1.18 2006/07/22 02:48:15 mrsam Exp $";
|
||||
|
||||
/*
|
||||
**
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include "maildirmisc.h"
|
||||
|
||||
static const char rcsid[]="$Id: maildirmkdir.c,v 1.2 2002/03/15 03:09:21 mrsam Exp $";
|
||||
|
||||
int maildir_mkdir(const char *dir)
|
||||
{
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include "maildirmisc.h"
|
||||
|
||||
static const char rcsid[]="$Id: maildiropen.c,v 1.8 2003/01/19 16:39:52 mrsam Exp $";
|
||||
|
||||
char *maildir_getlink(const char *filename)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: Makefile.am,v 1.12 2007/06/30 15:40:53 mrsam Exp $
|
||||
#
|
||||
# Copyright 1998 - 2004 Double Precision, Inc. See COPYING for
|
||||
# distribution information.
|
||||
|
|
|
@ -9,6 +9,5 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: atotimet.c,v 1.1 2003/08/03 03:09:19 mrsam Exp $";
|
||||
|
||||
LIBMAIL_STRIMPL(time_t, libmail_strtotime_t, libmail_atotime_t)
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: atouidt.c,v 1.1 2004/01/11 02:47:33 mrsam Exp $";
|
||||
|
||||
LIBMAIL_STRIMPL(uid_t, libmail_strtouid_t, libmail_atouid_t)
|
||||
LIBMAIL_STRIMPL(gid_t, libmail_strtogid_t, libmail_atogid_t)
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "numlib.h"
|
||||
|
||||
static const char rcsid[]="$Id: changeuidgid.c,v 1.2 2003/01/05 04:01:17 mrsam Exp $";
|
||||
|
||||
void libmail_changegroup(gid_t gid)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl $Id: configure.in,v 1.7 2010/03/19 01:09:26 mrsam Exp $
|
||||
dnl
|
||||
dnl Copyright 1998 - 2010 Double Precision, Inc. See COPYING for
|
||||
dnl distribution information.
|
||||
|
@ -39,6 +38,7 @@ AC_CHECK_TYPE(int64_t, [ : ],
|
|||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_TYPE_UID_T
|
||||
AC_TYPE_PID_T
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
dnl Checks for library functions.
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
static const char numlib_h_rcsid[]="$Id: numlib.h,v 1.11 2010/03/19 01:09:26 mrsam Exp $";
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "../numlib/config.h" /* VPATH build */
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strdevt.c,v 1.1 2003/01/26 03:22:40 mrsam Exp $";
|
||||
|
||||
char *libmail_str_dev_t(dev_t t, char *arg)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strgidt.c,v 1.4 2003/01/05 04:01:17 mrsam Exp $";
|
||||
|
||||
char *libmail_str_gid_t(gid_t t, char *arg)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strhdevt.c,v 1.2 2003/03/12 02:45:56 mrsam Exp $";
|
||||
|
||||
static const char xdigit[]="0123456789ABCDEF";
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strhinot.c,v 1.5 2003/03/12 02:45:56 mrsam Exp $";
|
||||
|
||||
static const char xdigit[]="0123456789ABCDEF";
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strhpidt.c,v 1.5 2003/03/12 02:45:56 mrsam Exp $";
|
||||
|
||||
static const char xdigit[]="0123456789ABCDEF";
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strhtimet.c,v 1.5 2003/03/12 02:45:56 mrsam Exp $";
|
||||
|
||||
static const char xdigit[]="0123456789ABCDEF";
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strinot.c,v 1.4 2003/01/05 04:01:17 mrsam Exp $";
|
||||
|
||||
char *libmail_str_ino_t(ino_t t, char *arg)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strofft.c,v 1.6 2010/03/19 01:09:26 mrsam Exp $";
|
||||
|
||||
char *libmail_str_off_t(off_t t, char *arg)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strpidt.c,v 1.4 2003/01/05 04:01:17 mrsam Exp $";
|
||||
|
||||
char *libmail_str_pid_t(pid_t t, char *arg)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strsize.c,v 1.2 2003/01/05 04:01:17 mrsam Exp $";
|
||||
|
||||
static void cat_n(char *buf, unsigned long n)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strsizet.c,v 1.4 2003/01/05 04:01:18 mrsam Exp $";
|
||||
|
||||
char *libmail_str_size_t(size_t t, char *arg)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: strtimet.c,v 1.4 2003/01/05 04:01:18 mrsam Exp $";
|
||||
|
||||
char *libmail_str_time_t(time_t t, char *arg)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include "numlib.h"
|
||||
#include <string.h>
|
||||
|
||||
static const char rcsid[]="$Id: struidt.c,v 1.4 2003/01/05 04:01:18 mrsam Exp $";
|
||||
|
||||
char *libmail_str_uid_t(uid_t t, char *arg)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue