Home
last modified time | relevance | path

Searched refs:quote_style (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/mail/
H A DMailComponent.h113 const char *quote_style = "> ");
/haiku/docs/user/mail/
H A DTextMailComponent.dox98 const char *quote_style = "> ")
101 Inserts \a quote_style at the start of every line, and prefaces the content
/haiku/src/kits/mail/
H A DMailComponent.cpp489 BTextMailComponent::Quote(const char* message, const char* quote_style) in Quote() argument
494 string << '\n' << quote_style; in Quote()