Searched refs:AccountID (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/mail/
H A DHeader.h85 int32 AccountID() const;
H A DHeader.cpp319 msg->AddInt32("id", account->AccountID());
321 if (defaultAccount == account->AccountID()) {
606 THeaderView::AccountID() const function in class:THeaderView
H A DPrefs.cpp631 msg->AddInt32("id", settings->AccountID());
633 if (account == settings->AccountID())
H A DMailWindow.cpp2416 if (fHeaderView->AccountID() != ~0L)
2417 mail.SendViaAccount(fHeaderView->AccountID());
2482 if (fHeaderView->AccountID() != ~0L)
2483 fMail->SendViaAccount(fHeaderView->AccountID());
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp104 message->AddInt32("account id", account->AccountID());
108 if (account->AccountID() == fAccountID)
/haiku/headers/os/mail/
H A DMailSettings.h135 int32 AccountID() const;
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp83 fAccountID(settings.AccountID()),
H A DMailSettings.cpp395 if (account->AccountID() == id)
688 BMailAccountSettings::AccountID() const function in class:BMailAccountSettings
H A DMailMessage.cpp431 SendViaAccount(account->AccountID());
938 SendViaAccount(account->AccountID());
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp511 fido.PushInt32(fAccountSettings.AccountID());
876 attribute << fAccountSettings.AccountID() << ":manifest";
903 attribute << fAccountSettings.AccountID() << ":manifest";
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp664 (int)settings.AccountID(), account.inboundProtocol,
668 fAccounts[settings.AccountID()] = account;
H A DDeskbarView.cpp556 message->AddInt32("account", account->AccountID());
/haiku/src/preferences/mail/
H A DConfigWindow.cpp448 changedAccounts.AddInt32("account", account->AccountID());
452 changedAccounts.AddInt32("account", account->AccountID());

Completed in 84 milliseconds