Searched refs:fAttachAttributes (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/mail/
H A DSettings.h99 bool fAttachAttributes; member in class:Settings
H A DSettings.cpp71 fAttachAttributes(true),
208 settings.AddBool("AttachAttributes", fAttachAttributes);
310 fAttachAttributes = settings.GetBool("AttachAttributes", fAttachAttributes);
356 return fAttachAttributes;
H A DMailApp.h133 bool fAttachAttributes; member in class:TMailApp
H A DPrefs.h99 bool fAttachAttributes; member in class:TPrefsWindow
H A DMailApp.cpp112 fAttachAttributes(true),
326 &fContentFont, NULL, &fWrapMode, &fAttachAttributes,
909 file.Read(&fAttachAttributes, sizeof(bool));
961 settings.AddBool("AttachAttributes", fAttachAttributes);
1080 fAttachAttributes = boolValue;
1193 return fAttachAttributes;
H A DPrefs.cpp105 fAttachAttributes(*fNewAttachAttributes),
339 *fNewAttachAttributes = fAttachAttributes;
376 strcpy(label, fAttachAttributes
517 || fAttachAttributes != *fNewAttachAttributes

Completed in 45 milliseconds