Searched refs:B_READ (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/os/mail/
H A DMailDaemon.h33 read_flags flag = B_READ);
H A DE-mail.h42 B_READ = 2 enumerator in enum:read_flags
/haiku/src/add-ons/tracker/mark_as/
H A DMarkAsRead.cpp32 // so use B_SEEN instead of B_READ
36 // Check both B_SEEN and B_READ
37 // (so we don't overwrite B_READ with B_SEEN)
39 || (previousRead != B_SEEN && previousRead != B_READ)) {
H A DMarkAs.cpp111 // so use B_SEEN instead of B_READ
112 // Check both B_SEEN and B_READ
113 // (so we don't overwrite B_READ with B_SEEN)
115 (previousRead != B_SEEN && previousRead != B_READ)) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.h49 read_flags flags = B_READ);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp106 protocol.MarkMessageAsRead(ref, B_READ);
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h137 read_flags flags = B_READ);
/haiku/headers/private/firewire/
H A Dfirewirereg.h408 #define BIO_READ B_READ
/haiku/src/kits/mail/
H A Dmail_util.cpp174 BString statusString = flag == B_READ ? "Read"
195 flag = B_READ;
/haiku/src/apps/mail/
H A DMailWindow.cpp1251 read_flags flag = (fAutoMarkRead == true) ? B_READ : B_SEEN;
1609 MarkMessageRead(fRef, B_READ);
1610 else if (currentFlag != B_READ && !wasReadMsg)
1628 MarkMessageRead(&orgRef, B_READ);
1866 MarkMessageRead(fRef, B_READ);
3313 if (flag == B_READ) {

Completed in 123 milliseconds