Changeset 3893:9124b5298407 for alias.c
Legend:
- Unmodified
- Added
- Removed
-
alias.c
r3873 r3893 574 574 { 575 575 dprint (5, (debugfile, "mail_addr_is_user: yes, %s matched by alternates.\n", addr->mailbox)); 576 return 1; 576 if (mutt_match_rx_list (addr->mailbox, UnAlternates)) 577 dprint (5, (debugfile, "mail_addr_is_user: but, %s matched by unalternates.\n", addr->mailbox)); 578 else 579 return 1; 577 580 } 578 581
