30 #include "mrmailbox.h" 36 #define MR_STR_FREE_ 0 37 #define MR_STR_NOMESSAGES 1 39 #define MR_STR_DRAFT 3 40 #define MR_STR_MEMBER 4 41 #define MR_STR_CONTACT 6 42 #define MR_STR_VOICEMESSAGE 7 43 #define MR_STR_DEADDROP 8 44 #define MR_STR_IMAGE 9 45 #define MR_STR_VIDEO 10 46 #define MR_STR_AUDIO 11 47 #define MR_STR_FILE 12 48 #define MR_STR_STATUSLINE 13 49 #define MR_STR_NEWGROUPDRAFT 14 50 #define MR_STR_MSGGRPNAME 15 51 #define MR_STR_MSGGRPIMGCHANGED 16 52 #define MR_STR_MSGADDMEMBER 17 53 #define MR_STR_MSGDELMEMBER 18 54 #define MR_STR_MSGGROUPLEFT 19 55 #define MR_STR_ERROR 20 56 #define MR_STR_SELFNOTINGRP 21 57 #define MR_STR_NONETWORK 22 59 #define MR_STR_ENCRYPTEDMSG 24 60 #define MR_STR_ENCR_E2E 25 61 #define MR_STR_ENCR_TRANSP 27 62 #define MR_STR_ENCR_NONE 28 63 #define MR_STR_FINGERPRINTS 30 64 #define MR_STR_READRCPT 31 65 #define MR_STR_READRCPT_MAILBODY 32 66 #define MR_STR_MSGGRPIMGDELETED 33 67 #define MR_STR_E2E_FINE 34 68 #define MR_STR_E2E_NO_AUTOCRYPT 35 69 #define MR_STR_E2E_DIS_BY_YOU 36 70 #define MR_STR_E2E_DIS_BY_RCPT 37 71 #define MR_STR_ARCHIVEDCHATS 40 72 #define MR_STR_STARREDMSGS 41 81 char* mrstock_str (
int id);
86 char* mrstock_str_repl_string (
int id,
const char* value);
87 char* mrstock_str_repl_int (
int id,
int value);
92 char* mrstock_str_repl_string2 (
int id,
const char*,
const char*);
97 char* mrstock_str_repl_pl (
int id,
int cnt);
An object representing a single mailbox.
Definition: mrmailbox.h:178