Skip to content

Commit d60c452

Browse files
committed
mapi_lib: fix wrong order of sender tags
Fixes: gromox-1.13-54-g4dd0de8db
1 parent 2d8f68e commit d60c452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mapi/oxcmail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct addr_tags {
110110
};
111111

112112
static constexpr addr_tags tags_self = {
113-
PR_DISPLAY_NAME, PR_SMTP_ADDRESS, PR_ADDRTYPE, PR_EMAIL_ADDRESS,
113+
PR_DISPLAY_NAME, PR_ADDRTYPE, PR_EMAIL_ADDRESS, PR_SMTP_ADDRESS,
114114
PR_ENTRYID,
115115
};
116116
static constexpr addr_tags tags_sender = {

0 commit comments

Comments
 (0)