(fix) don't skip last identity

This commit is contained in:
Ludovic Marcotte 2016-03-14 13:18:24 -04:00
parent 08a94fa539
commit e7b0119ab1

View file

@ -718,8 +718,6 @@
replyTo = [_defaults mailReplyTo];
max = [mails count];
if (max > 1)
max--;
/* custom from */
if ([[self domainDefaults] mailCustomFromEnabled])