Searched refs:fAccount (Results 1 - 10 of 10) sorted by relevance

/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp40 fAccount(NULL),
161 if (!fAccount) {
163 fAccount = fParentWindow->AddAccount();
167 fAccount->SetName(fAccountInfo.accountName.String());
168 fAccount->SetRealName(fAccountInfo.name.String());
169 fAccount->SetReturnAddress(fAccountInfo.email.String());
171 BMessage& inboundArchive = fAccount->InboundSettings();
179 fAccount->SetInboundAddOn("IMAP");
184 fAccount->SetInboundAddOn("POP3");
194 BMessage& outboundArchive = fAccount
[all...]
H A DConfigViews.cpp54 fAccount(account)
83 fAccount->SetName(fNameControl->Text());
84 fAccount->SetRealName(fRealNameControl->Text());
85 fAccount->SetReturnAddress(fReturnAddressControl->Text());
102 fAccount->SetName(fNameControl->Text());
114 fNameControl->SetText(fAccount->Name());
115 fRealNameControl->SetText(fAccount->RealName());
116 fReturnAddressControl->SetText(fAccount->ReturnAddress());
H A DAutoConfigWindow.h44 fAccount; member in class:AutoConfigWindow
H A DConfigViews.h45 BMailAccountSettings* fAccount; member in class:AccountConfigView
H A DFilterConfigView.h45 BMailAccountSettings& fAccount; member in class:FiltersConfigView
H A DConfigWindow.h47 BMailAccountSettings* Account() { return fAccount; }
51 BMailAccountSettings* fAccount; member in class:AccountItem
H A DFilterConfigView.cpp215 fAccount(account),
298 BMailSettingsView* view = filters->CreateSettingsView(fAccount,
303 fAccount, NULL), view);
341 settings->AddOnRef(), fAccount, settings)));
356 BMenuItem* item = new BMenuItem(filters->SimpleName(i, fAccount), msg);
408 ref, fAccount, _MailSettings()->FilterSettingsAt(index))));
462 ? &fAccount.InboundSettings() : &fAccount.OutboundSettings();
H A DConfigWindow.cpp87 fAccount(account),
/haiku/src/apps/mail/
H A DPrefs.h105 int32 fAccount; member in class:TPrefsWindow
H A DPrefs.cpp114 fAccount(*fNewAccount),
207 fAccountMenu = _BuildAccountMenu(fAccount);
360 && itemMessage->FindInt32("id") == *(int32 *)&fAccount) {
519 || fAccount != *fNewAccount

Completed in 49 milliseconds