X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sort.h;h=d4f924141927ad8f6a0d5477de58bf3763c95af9;hp=76cd39dfdbc3dfa4d8b03123674170ea323d7a44;hb=fc9b0f39b53ad39e08c45d4c036af036f512755e;hpb=bbc4fd52516a8afefbd14c77e34f8389d6f0a6ed diff --git a/sort.h b/sort.h index 76cd39d..d4f9241 100644 --- a/sort.h +++ b/sort.h @@ -7,6 +7,9 @@ * please see the file GPL in the top level source directory. */ +#ifndef MUTT_SORT_H +#define MUTT_SORT_H + #define SORT_DATE 1 /* the date the mail was sent. */ #define SORT_SIZE 2 #define SORT_SUBJECT 3 @@ -42,5 +45,6 @@ WHERE short SortAlias INITVAL (SORT_ALIAS); /* FIXME: This one does not belong to here */ WHERE short PgpSortKeys INITVAL (SORT_ADDRESS); -#include "mapping.h" extern const struct mapping_t SortMethods[]; + +#endif