Searched refs:fAccountID (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/kits/mail/
H A DHaikuMailFormatFilter.h32 int32 fAccountID; member in class:HaikuMailFormatFilter
H A DHaikuMailFormatFilter.cpp83 fAccountID(settings->AccountID()),
98 attributes.AddInt32(B_MAIL_ATTR_ACCOUNT_ID, fAccountID);
H A DMailSettings.cpp609 fAccountID = real_time_clock();
632 fAccountID = id;
639 return fAccountID;
810 fAccountID = id;
838 settings.AddInt32("id", fAccountID);
905 fileName << fAccountID; local
/haiku-fatelf/src/apps/mail/
H A DHeader.h94 int32 fAccountID; member in class:THeaderView
H A DHeader.cpp142 fAccountID(defaultAccount),
346 fAccountID = item->Message()->FindInt32("id");
351 fAccountID = ~0UL;
357 app->SetDefaultAccount(fAccountID);
643 fAccountID = account;
H A DMailWindow.cpp1892 fHeaderView->fAccountID = fMail->Account();
1899 && msg->FindInt32("id") == fHeaderView->fAccountID)
2142 fHeaderView->fAccountID = fMail->Account();
2144 fHeaderView->fAccountID = accountID;
2151 && msg->FindInt32("id") == fHeaderView->fAccountID)
2359 if (fHeaderView->fAccountID != ~0L)
2360 mail.SendViaAccount(fHeaderView->fAccountID);
2427 if (fHeaderView->fAccountID != ~0L)
2428 fMail->SendViaAccount(fHeaderView->fAccountID);
/haiku-fatelf/headers/os/mail/
H A DMailSettings.h172 int32 fAccountID; member in class:BMailAccountSettings

Completed in 58 milliseconds