Drop mixmaster support. I don't like people caring about being anonymous that much.
[apps/madmutt.git] / remailer.h
diff --git a/remailer.h b/remailer.h
deleted file mode 100644 (file)
index 9f93bdd..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright notice from original mutt:
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
- *
- * This file is part of mutt-ng, see http://www.muttng.org/.
- * It's licensed under the GNU General Public License,
- * please see the file GPL in the top level source directory.
- */
-
-/*
- * Mixmaster support for Mutt
- */
-
-#ifndef _REMAILER_H
-#define _REMAILER_H
-
-int mix_send_message(string_list_t *, const char *);
-int mix_check_message(HEADER * msg);
-void mix_make_chain(string_list_t **, int *);
-
-#endif /* _REMAILER_H */