Searched refs:fOutboundNameView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/mail/
H A DAutoConfigView.h100 BTextControl* fOutboundNameView; member in class:ServerSettingsView
H A DAutoConfigView.cpp363 fOutboundNameView = new BTextControl("outbound",
366 grid->GridLayout()->AddItem(fOutboundNameView->CreateLabelLayoutItem(),
368 grid->GridLayout()->AddItem(fOutboundNameView->CreateTextViewLayoutItem(),
447 info.providerInfo.smtp_server = fOutboundNameView->Text();

Completed in 87 milliseconds