Home
last modified time | relevance | path

Searched refs:fNewAttachAttributes (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DPrefs.h98 bool* fNewAttachAttributes; variable
H A DPrefs.cpp104 fNewAttachAttributes(attachAttributes), in TPrefsWindow()
105 fAttachAttributes(*fNewAttachAttributes), in TPrefsWindow()
339 *fNewAttachAttributes = fAttachAttributes; in MessageReceived()
448 msg->FindBool("attachAttributes", fNewAttachAttributes); in MessageReceived()
517 || fAttachAttributes != *fNewAttachAttributes in MessageReceived()