* Fix an error in compilation when Alpine is not built with S/MIME
[alpine.git] / pith / sorttype.h
blob9d487ec7574f2257cfff8a5945793d15096b830e
1 /*
2 * $Id: sorttype.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_SORTTYPE_INCLUDED
17 #define PITH_SORTTYPE_INCLUDED
21 * Code exists that is sensitive to this order. Don't change
22 * it unless you know what you're doing.
24 typedef enum {SortSubject = 0, SortArrival, SortFrom, SortTo,
25 SortCc, SortDate, SortSize,
26 SortSubject2, SortScore, SortThread, EndofList} SortOrder;
29 /* exported protoypes */
32 #endif /* PITH_SORTTYPE_INCLUDED */