Email: Rename USERLABEL -> LABEL

Missed in hrev59388. Sorry about that...

Change-Id: I3cf7bbe2d93ac4f420d6f37c243d8bea056372d9
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10348
Reviewed-by: humdinger humdinger <[email protected]>
This commit is contained in:
Humdinger
2026-02-20 16:21:21 +00:00
committed by humdinger humdinger
parent 38a4926d9b
commit 4c6b9f88fe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct entry_ref;
// E-Mail attributes // E-Mail attributes
#define B_MAIL_ATTR_NAME "MAIL:name" // indexed string #define B_MAIL_ATTR_NAME "MAIL:name" // indexed string
#define B_MAIL_ATTR_USERLABEL "MAIL:label" // indexed string #define B_MAIL_ATTR_LABEL "MAIL:label" // indexed string
#define B_MAIL_ATTR_STATUS "MAIL:status" // indexed string #define B_MAIL_ATTR_STATUS "MAIL:status" // indexed string
#define B_MAIL_ATTR_PRIORITY "MAIL:priority" // indexed string #define B_MAIL_ATTR_PRIORITY "MAIL:priority" // indexed string
#define B_MAIL_ATTR_TO "MAIL:to" // indexed string #define B_MAIL_ATTR_TO "MAIL:to" // indexed string
+2 -2
View File
@@ -48,7 +48,7 @@ typedef enum StandardHeaderEnum
STD_HDR_REPLY, /* Things in the reply-to: field. */ STD_HDR_REPLY, /* Things in the reply-to: field. */
STD_HDR_SUBJECT, /* The Subject: field. */ STD_HDR_SUBJECT, /* The Subject: field. */
STD_HDR_PRIORITY, /* The Priority: and related fields, usually "Normal". */ STD_HDR_PRIORITY, /* The Priority: and related fields, usually "Normal". */
STD_HDR_USERLABEL, /* The user settable Label text attribute. */ STD_HDR_LABEL, /* The user settable Label text attribute. */
STD_HDR_STATUS, /* The BeOS mail Read / New status text attribute. */ STD_HDR_STATUS, /* The BeOS mail Read / New status text attribute. */
STD_HDR_THREAD, /* The subject simplified. */ STD_HDR_THREAD, /* The subject simplified. */
STD_HDR_NAME, /* The From address simplified into a plain name. */ STD_HDR_NAME, /* The From address simplified into a plain name. */
@@ -64,7 +64,7 @@ const char *g_StandardAttributeNames [STD_HDR_MAX] =
B_MAIL_ATTR_REPLY, B_MAIL_ATTR_REPLY,
B_MAIL_ATTR_SUBJECT, B_MAIL_ATTR_SUBJECT,
B_MAIL_ATTR_PRIORITY, B_MAIL_ATTR_PRIORITY,
B_MAIL_ATTR_USERLABEL, B_MAIL_ATTR_LABEL,
B_MAIL_ATTR_STATUS, B_MAIL_ATTR_STATUS,
B_MAIL_ATTR_THREAD, B_MAIL_ATTR_THREAD,
B_MAIL_ATTR_NAME B_MAIL_ATTR_NAME