Skip to content

Commit 70c9bae

Browse files
authored
Correct archive enum
Likely a typo, should fix support for Mozilla Thunderbird https://community.grommunio.com/d/2362-thunderbird-ews
1 parent 07dfd85 commit 70c9bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exch/ews/enums.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ struct Enum {
345345
STR(adminauditlogs);
346346
STR(allcategorizeditems);
347347
STR(alltaggeditems);
348-
STR(archiv);
348+
STR(archive);
349349
STR(archivedeleteditems);
350350
STR(archiveinbox);
351351
STR(archivemsgfolderroot);

0 commit comments

Comments
 (0)