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

/haiku/src/apps/mail/
H A DSettings.h68 bool AttachAttributes();
H A DMailApp.h84 bool AttachAttributes();
H A DSettings.cpp208 settings.AddBool("AttachAttributes", fAttachAttributes);
310 fAttachAttributes = settings.GetBool("AttachAttributes", fAttachAttributes);
353 Settings::AttachAttributes() function in class:Settings
H A DMailApp.cpp961 settings.AddBool("AttachAttributes", fAttachAttributes);
1079 if (settings.FindBool("AttachAttributes", &boolValue) == B_OK)
1190 TMailApp::AttachAttributes() function in class:TMailApp
H A DMailWindow.cpp2479 fMail->Attach(item->Ref(), fApp->AttachAttributes());

Completed in 88 milliseconds