* Fix an error in compilation when Alpine is not built with S/MIME
[alpine.git] / pith / savetype.h
blob5e7cb74cb4dbded4963f3e9b4c53f7b0722e0f65
1 /*
2 * $Id: savetype.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PITH_SAVETYPE_INCLUDED
17 #define PITH_SAVETYPE_INCLUDED
20 #include "../pith/msgno.h"
21 #include "../pith/store.h"
24 typedef struct append_package {
25 MAILSTREAM *stream;
26 char *flags;
27 char *date;
28 STRING *msg;
29 MSGNO_S *msgmap;
30 long msgno;
31 STORE_S *so;
32 } APPENDPACKAGE;
35 /* exported protoypes */
38 #endif /* PITH_SAVETYPE_INCLUDED */