Searched refs:warnUnencodable (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DPrefs.h66 uint32* encoding, bool* warnUnencodable,
86 bool warnUnencodable);
H A DPrefs.cpp93 bool* warnUnencodable, bool* spellCheckStartOn, bool* autoMarkRead,
130 fNewWarnUnencodable(warnUnencodable),
244 menu = new BMenuField("warnUnencodable", B_TRANSLATE("Warn unencodable:"),
493 msg->FindBool("warnUnencodable", fNewWarnUnencodable);
863 TPrefsWindow::_BuildWarnUnencodableMenu(bool warnUnencodable) argument
865 return _BuildBoolMenu(P_WARN_UNENCODABLE, "warnUnencodable",
866 warnUnencodable);
90 TPrefsWindow(BPoint leftTop, BFont* font, int32* level, bool* wrap, bool* attachAttributes, bool* cquotes, int32* account, int32* replyTo, char** preamble, char** sig, uint32* encoding, bool* warnUnencodable, bool* spellCheckStartOn, bool* autoMarkRead, uint8* buttonBar) argument

Completed in 79 milliseconds