Home
last modified time | relevance | path

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

/haiku/src/apps/mail/
H A DPrefs.cpp91 bool* wrap, bool* attachAttributes, bool* cquotes, int32* account, in TPrefsWindow() argument
104 fNewAttachAttributes(attachAttributes), in TPrefsWindow()
252 fAttachAttributesMenu = _BuildAttachAttributesMenu(*attachAttributes); in TPrefsWindow()
792 TPrefsWindow::_BuildAttachAttributesMenu(bool attachAttributes) in _BuildAttachAttributesMenu() argument
803 if (attachAttributes) in _BuildAttachAttributesMenu()
810 if (!attachAttributes) in _BuildAttachAttributesMenu()
H A DPrefs.h63 bool* attachAttributes, bool* cquotes,