Fixed make_bcc_file () to use contents of From: in draft, if draft_from masquerade...
[mmh] / h / mhcachesbr.h
1
2 /*
3  * mhcachesbr.h -- definitions for manipulating MIME content cache
4  *
5  * $Id$
6  */
7
8 /*
9  * various cache policies
10  */
11 static struct swit caches[] = {
12 #define CACHE_NEVER    0
13     { "never", 0 },
14 #define CACHE_PRIVATE  1
15     { "private", 0 },
16 #define CACHE_PUBLIC   2
17     { "public", 0 },
18 #define CACHE_ASK      3
19     { "ask", 0 },
20     { NULL, 0 }
21 };