Searched refs:subject (Results 1 - 9 of 9) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dmail.cpp30 fprintf(stdout,"usage: %s [-v] [-s subject] [-c cc-addr] "
35 const char *subject = "No subject"; local
46 subject = argv[i+1];
66 fprintf(stdout, "Subj:\t%s\n", subject);
115 mail.AddHeaderField(B_MAIL_SUBJECT, subject);
/haiku/src/apps/cortex/support/
H A Dfunctional_tools.h219 _subjectT& subject, _retT (_subjectT::* method)(_objectT*)) {
220 return bound_method_t<_retT,_subjectT,_objectT>(subject, method);
225 _subjectT& subject, _retT (_subjectT::* method)(const _objectT*)) {
226 return bound_const_method_t<_retT,_subjectT,_objectT>(subject, method);
231 _subjectT& subject, _retT (_subjectT::* method)(_objectT&)) {
232 return bound_method_ref_t<_retT,_subjectT,_objectT>(subject, method);
237 _subjectT& subject, _retT (_subjectT::* method)(const _objectT&)) {
238 return bound_const_method_ref_t<_retT,_subjectT,_objectT>(subject, method);
245 _subjectT& subject, _retT (_subjectT::* method)(_objectT*,_arg1T)) {
246 return bound_method1_t<_retT,_subjectT,_objectT,_arg1T>(subject, metho
218 bound_method( _subjectT& subject, _retT (_subjectT::* method)(_objectT*)) argument
224 bound_method( _subjectT& subject, _retT (_subjectT::* method)(const _objectT*)) argument
230 bound_method( _subjectT& subject, _retT (_subjectT::* method)(_objectT&)) argument
236 bound_method( _subjectT& subject, _retT (_subjectT::* method)(const _objectT&)) argument
244 bound_method( _subjectT& subject, _retT (_subjectT::* method)(_objectT*,_arg1T)) argument
250 bound_method( _subjectT& subject, _retT (_subjectT::* method)(const _objectT*,_arg1T)) argument
256 bound_method( _subjectT& subject, _retT (_subjectT::* method)(_objectT&,_arg1T)) argument
262 bound_method( _subjectT& subject, _retT (_subjectT::* method)(const _objectT&,_arg1T)) argument
[all...]
/haiku/src/apps/mail/
H A DHeader.h13 so, subject to the following conditions:
78 void SetSubject(const char* subject);
H A DMailApp.cpp13 so, subject to the following conditions:
165 BString subject; local
179 printf(" usage: %s [ mailto:<address> ] [ -subject \"<text>\" ] [ ccto:<address> ] [ bccto:<address> ] "
194 if (!strncmp(++options,"subject=",8))
195 subject = options + 8;
213 else if (strcmp(argv[loop], "-subject") == 0)
214 subject = argv[++loop];
237 if (gotmailto || names.Length() || ccNames.Length() || bccNames.Length() || subject.Length()
241 window->SetTo(names.String(), subject.String(), ccNames.String(), bccNames.String(),
1137 BString subject; local
1139 title << " -> " << subject; local
[all...]
H A DMailWindow.h13 so, subject to the following conditions:
86 void SetTo(const char* mailTo, const char* subject,
H A DHeader.cpp13 so, subject to the following conditions:
561 THeaderView::SetSubject(const char* subject) argument
563 fSubjectControl->SetText(subject);
H A DMailWindow.cpp13 so, subject to the following conditions:
157 static const char* kSameSubjectItem = B_TRANSLATE("Same subject");
1094 // Update title bar if "subject" has changed
1096 // If no subject, set to "Mail"
1698 // If there's no thread attribute (e.g. new mail) use subject
1705 // query for subject as sent mails have no thread attribute
2123 TMailWindow::SetTo(const char* mailTo, const char* subject, const char* ccTo, argument
2130 if (subject != NULL && subject[0])
2131 fHeaderView->SetSubject(subject);
[all...]
/haiku/src/kits/mail/
H A DMailMessage.cpp163 // Set the subject (and add a "Re:" if needed)
194 // set the subject
195 BString subject = Subject(); local
196 if (subject.IFindFirst("fwd") == B_ERROR
197 && subject.IFindFirst("forward") == B_ERROR
198 && subject.FindFirst("FW") == B_ERROR)
199 subject << " (fwd)";
200 message->SetSubject(subject.String());
313 BEmailMessage::SetSubject(const char* subject, uint32 charset, argument
316 SetHeaderField("Subject", subject, charse
[all...]
/haiku/build/scripts/
H A Dbuild_haiku_image310 $mkindex -t string MAIL:subject

Completed in 128 milliseconds