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

/haiku/src/apps/mail/
H A DSettings.h66 BString ReplyPreamble();
H A DMailApp.h82 BString ReplyPreamble();
H A DSettings.cpp207 settings.AddString("ReplyPreamble", fReplyPreamble);
307 if (settings.FindString("ReplyPreamble", &string) == B_OK)
337 Settings::ReplyPreamble() function in class:Settings
H A DMailApp.cpp960 settings.AddString("ReplyPreamble", fReplyPreamble);
1074 if (settings.FindString("ReplyPreamble", &string) == B_OK) {
1174 TMailApp::ReplyPreamble() function in class:TMailApp
H A DMailWindow.cpp2218 BString preamble = fApp->ReplyPreamble();

Completed in 27 milliseconds