X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sort.h;h=d4f924141927ad8f6a0d5477de58bf3763c95af9;hp=50c017bee5eccbe3da78989929c60552e1c33dd4;hb=981e10e224fde4de5d40adcee1deda89df2715ca;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/sort.h b/sort.h index 50c017b..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 @@ -43,3 +46,5 @@ WHERE short SortAlias INITVAL (SORT_ALIAS); WHERE short PgpSortKeys INITVAL (SORT_ADDRESS); extern const struct mapping_t SortMethods[]; + +#endif