Searched refs:AttachAttributes (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/apps/mail/
H A DSettings.h64 bool AttachAttributes();
H A DMailApp.h80 bool AttachAttributes();
H A DSettings.cpp209 settings.AddBool("AttachAttributes", fAttachAttributes);
320 if (settings.FindBool("AttachAttributes", &boolValue) == B_OK)
366 Settings::AttachAttributes() function in class:Settings
H A DMailApp.cpp934 settings.AddBool("AttachAttributes", fAttachAttributes);
1052 if (settings.FindBool("AttachAttributes", &boolValue) == B_OK)
1186 TMailApp::AttachAttributes() function in class:TMailApp
H A DMailWindow.cpp2424 fMail->Attach(item->Ref(), fApp->AttachAttributes());

Completed in 47 milliseconds