summaryrefslogtreecommitdiff
path: root/sieve/sieve.c
diff options
context:
space:
mode:
Diffstat (limited to 'sieve/sieve.c')
-rw-r--r--sieve/sieve.c25
1 files changed, 22 insertions, 3 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 5093335f0..97a33bd4f 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -1,7 +1,22 @@
-/*
+/* GNU mailutils - a suite of utilities for electronic mail
+ Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
-sieve script interpreter.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Library Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Library General Public License for more details.
+ You should have received a copy of the GNU Library General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+/*
+sieve script interpreter.
*/
#ifdef HAVE_CONFIG_H
@@ -26,10 +41,14 @@ sieve script interpreter.
#include "mu_argp.h"
+#include <mailutils/auth.h>
#include <mailutils/errno.h>
+#include <mailutils/folder.h>
+#include <mailutils/list.h>
#include <mailutils/mailbox.h>
#include <mailutils/mutil.h>
#include <mailutils/registrar.h>
+#include <mailutils/stream.h>
void mutil_register_all_mbox_formats(void);
@@ -231,7 +250,7 @@ main (int argc, char *argv[])
mailbox_t mbox = 0;
struct options opts = { 0 };
- const char* capa[] = { 0 };
+/*const char* capa[] = { 0 };*/
size_t count = 0;
int msgno = 0;

Return to:

Send suggestions and report system problems to the System administrator.