Ticket #3065 (new enhancement)

Opened 3 months ago

new pattern modifiers ~a and %a to search all address fields of the envelope

Reported by: vinc17 Owned by: mutt-dev
Priority: minor Milestone:
Component: mutt Version:
Keywords: Cc:

Description

The attached patch adds new pattern modifiers ~a and %a to match messages which contain EXPR (or a member of GROUP) in some envelope address field, i.e. one of:

  ADDRESS *return_path;
  ADDRESS *from;
  ADDRESS *to;
  ADDRESS *cc;
  ADDRESS *bcc;
  ADDRESS *sender;
  ADDRESS *reply_to;
  ADDRESS *mail_followup_to;

Attachments

patch-1.5.18hg.vl.address_all_patt.1 (2.4 kB) - added by vinc17 3 months ago.

Change History

Changed 3 months ago by vinc17

Note: See TracTickets for help on using tickets.