Lines Matching refs:to

8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
131 "Mark as spam and move to trash", // M_TRAIN_SPAM_AND_DELETE
188 const entry_ref* ref, const char* to, const BFont* font, bool resending,
246 // opening speed is noticably improved! ToDo: change this to populate the
294 subMenu->AddItem(new BMenuItem(B_TRANSLATE("Move to trash"),
301 subMenu->AddItem(new BMenuItem(B_TRANSLATE("Set to Saved"),
305 B_TRANSLATE("Set to %s")) > 0)
308 subMenu->AddItem(new BMenuItem(B_TRANSLATE("Set to" B_UTF8_ELLIPSIS),
313 B_TRANSLATE("Set to" B_UTF8_ELLIPSIS), INDEX_STATUS, M_STATUS,
414 menu->AddItem(new BMenuItem(B_TRANSLATE("Reply to sender"),
416 menu->AddItem(new BMenuItem(B_TRANSLATE("Reply to all"),
427 menu->AddItem(new BMenuItem(B_TRANSLATE("Copy to new"),
431 fDeleteNext = new BMenuItem(B_TRANSLATE("Move to trash"),
532 menu->AddItem(new BMenuItem("Mark as spam and move to trash",
564 // TContentView needs to be properly const, for now cast away constness
575 if (to != NULL)
576 fHeaderView->SetTo(to);
580 // If auto-signature, add signature to the text here.
588 // Create a query to find this signature
599 // If we find the named query, add it to the text.
629 // Lock access to the list
641 // If it's not in the cache, try to load it
853 // if only one of them is saved, we're not going to do it again
1086 // Change Buttons to reflect this
1096 // If no subject, set to "Mail"
1126 have an extra button attached to the main one which has a
1177 menu.AddItem(new BMenuItem(B_TRANSLATE("Reply to sender"),
1179 menu.AddItem(new BMenuItem(B_TRANSLATE("Reply to all"),
1257 // messenger and ask the tracker to delete this entry
1266 B_TRANSLATE("Need Tracker to move items to trash"),
1274 // window to delete this entry. Do it this way if we
1287 // we have no choice but to close this window.
1424 // Ask to open a new Person file with this address + name pre-filled
1564 // The user wants to see the message they are reading (not
1659 // Give the application time to init and load dictionaries.
1718 // exists - if it didn't inform the user what to do with it
1774 // Add enclosure to view
1852 // User explicitly requests a status to set this message to.
1994 // if there are any enclosures to be added, first add the enclosures
1995 // view to the window
2304 // Set up the encoding to use for converting binary to printable ASCII.
2307 // prefer it for the smaller size. Later on this will be reduced to 7bit
2360 // TODO: ideally, the encoding should be silently changed to
2379 "character set would work better? Hit Send to send it "
2382 "the unencodable ones), or choose Cancel to go back "
2426 // Had an embarrassing bug where replying to a message and clearing the
2428 // when changing the header to force it to remove the header.
2461 // the content text is always added to make sure there is a mail body
2546 // "An error occurred trying to connect with the SMTP "
2556 errorMessage << "An error occurred trying to send mail:\n\t"
2622 // convert /, \ and : to -
2738 goto ErrorExit; // Need to have a real file and name.
2747 // Get a connection to the spam database server. Launch if needed.
2774 // Set up the messenger to the database server.
2787 // Ask the server to train on the message. Give it the command word and
2788 // the absolute path name to use.
2806 // Update window title to show new spam classification.
2812 snprintf(errorString, sizeof(errorString), "Unable to train the message "
2866 TODO: The duplicated code should be moved to a private initializer method
2874 // Set some references to the email file
2905 // from, to, bcc, attachments listed as attributes.
2962 // A real mail message, parse its headers to get from, to, etc.
3092 // If we find the named query, add it to the menu.
3179 // ignore the mime type, we'll force it to be email
3183 // comparison we are suppose to make here
3215 // force it to check for email only
3231 If the search attribute is To or From, it'd be nice to parse the
3232 search text to separate the email address and user name.
3233 Then search for 'name || address' to get all mails of people,