]> git.notmuchmail.org Git - notmuch/commit - contrib/notmuch-deliver/src/main.c
notmuch-deliver: Initial import
authorAli Polatel <alip@exherbo.org>
Wed, 26 May 2010 07:09:47 +0000 (10:09 +0300)
committerAli Polatel <alip@exherbo.org>
Fri, 4 Nov 2011 23:12:34 +0000 (01:12 +0200)
commitaf863f8c7f1f1571df4f1172ec4e963fa654945e
tree518717c794680a0e136b112f4cc8121f689dca69
parent6a280088e6769015ade7758b9790384997a21ff3
notmuch-deliver: Initial import
32 files changed:
contrib/notmuch-deliver/.gitignore [new file with mode: 0644]
contrib/notmuch-deliver/COPYING [new file with mode: 0644]
contrib/notmuch-deliver/Makefile.am [new file with mode: 0644]
contrib/notmuch-deliver/README.mkd [new file with mode: 0644]
contrib/notmuch-deliver/autogen.sh [new file with mode: 0755]
contrib/notmuch-deliver/configure.ac [new file with mode: 0644]
contrib/notmuch-deliver/m4/ax_check_compiler_flags.m4 [new file with mode: 0644]
contrib/notmuch-deliver/numlib/Makefile.am [new file with mode: 0644]
contrib/notmuch-deliver/numlib/atotimet.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/atouidt.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/changeuidgid.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/numlib.h [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strdevt.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strgidt.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strhdevt.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strhinot.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strhpidt.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strhtimet.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strinot.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strofft.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strpidt.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strsize.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strsizet.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/strtimet.c [new file with mode: 0644]
contrib/notmuch-deliver/numlib/struidt.c [new file with mode: 0644]
contrib/notmuch-deliver/src/Makefile.am [new file with mode: 0644]
contrib/notmuch-deliver/src/maildircreate.c [new file with mode: 0644]
contrib/notmuch-deliver/src/maildircreate.h [new file with mode: 0644]
contrib/notmuch-deliver/src/maildirmisc.h [new file with mode: 0644]
contrib/notmuch-deliver/src/maildirmkdir.c [new file with mode: 0644]
contrib/notmuch-deliver/src/maildiropen.c [new file with mode: 0644]
contrib/notmuch-deliver/src/main.c [new file with mode: 0644]