Searched refs:attachAttributes (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DPrefs.h63 bool* attachAttributes, bool* cquotes,
H A DPrefs.cpp91 bool* wrap, bool* attachAttributes, bool* cquotes, int32* account,
104 fNewAttachAttributes(attachAttributes),
252 fAttachAttributesMenu = _BuildAttachAttributesMenu(*attachAttributes);
253 menu = new BMenuField("attachAttributes", B_TRANSLATE("Attach attributes:"),
448 msg->FindBool("attachAttributes", fNewAttachAttributes);
792 TPrefsWindow::_BuildAttachAttributesMenu(bool attachAttributes) argument
800 msg->AddBool("attachAttributes", true);
803 if (attachAttributes)
807 msg->AddInt32("attachAttributes", false);
810 if (!attachAttributes)
90 TPrefsWindow(BPoint leftTop, BFont* font, int32* level, bool* wrap, bool* attachAttributes, bool* cquotes, int32* account, int32* replyTo, char** preamble, char** sig, uint32* encoding, bool* warnUnencodable, bool* spellCheckStartOn, bool* autoMarkRead, uint8* buttonBar) argument
[all...]

Completed in 18 milliseconds