X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=options.h;h=cfdaa6c5c0dbee61730314708db5ad36ffe91a97;hb=35c85955699b227956e399a76b4a78ab48aa0c18;hp=13e97098ed7c05ae97b3a0f07c1273312e0ac000;hpb=c38bc4bc5254bd5925d8567e7ff1554a7844b8c7;p=pkg%2Fabook.git diff --git a/options.h b/options.h index 13e9709..cfdaa6c 100644 --- a/options.h +++ b/options.h @@ -17,6 +17,7 @@ enum bool_opts { BOOL_SHOW_ALL_EMAILS, BOOL_MUTT_RETURN_ALL_EMAILS, BOOL_USE_ASCII_ONLY, + BOOL_ADD_EMAIL_PREVENT_DUPLICATES, BOOL_MAX }; @@ -27,7 +28,7 @@ enum bool_opts { enum int_opts { INT_EMAILPOS, INT_EXTRAPOS, - INT_MAX + INT_MAXIMUM /* INT_MAX conflicts on some systems */ }; /* @@ -41,6 +42,7 @@ enum str_opts { STR_PRINT_COMMAND, STR_WWW_COMMAND, STR_ADDRESS_STYLE, + STR_SORT_FIELD, STR_MAX };