Searched refs:customFroms (Results 1 – 1 of 1) sorted by relevance
1327 List<ReplyFromAccount> customFroms; in getMatchingRecipient() local1328 customFroms = account.getReplyFroms(); in getMatchingRecipient()1329 if (customFroms != null) { in getMatchingRecipient()1330 for (ReplyFromAccount entry : customFroms) { in getMatchingRecipient()