Searched refs:ACCOUNT_FROM_MAIL (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/mail/
H A DSettings.h46 #define ACCOUNT_FROM_MAIL 1 macro
H A DPrefs.h48 #define ACCOUNT_FROM_MAIL 1 macro
H A DSettings.cpp302 || fUseAccountFrom > ACCOUNT_FROM_MAIL)
H A DMailApp.cpp894 || fUseAccountFrom > ACCOUNT_FROM_MAIL)
1068 || fUseAccountFrom > ACCOUNT_FROM_MAIL)
H A DPrefs.cpp657 msg->AddInt32("replyTo", ACCOUNT_FROM_MAIL);
658 if (account == ACCOUNT_FROM_MAIL)
H A DMailWindow.cpp1979 fMail = mail->ForwardMessage(useAccountFrom == ACCOUNT_FROM_MAIL,
1990 if (useAccountFrom == ACCOUNT_FROM_MAIL)
2194 useAccountFrom == ACCOUNT_FROM_MAIL, QUOTE);
2209 if ((useAccountFrom == ACCOUNT_FROM_MAIL) || (accountID > -1)) {
2210 if (useAccountFrom == ACCOUNT_FROM_MAIL)

Completed in 97 milliseconds