Ticket #2842 (assigned defect)

Opened 21 months ago

Last modified 21 months ago

reply_regexp set in muttrc and during mutt session have different effects

Reported by: gautam@… Owned by: mutt-dev
Priority: minor Milestone:
Component: mutt Version: 1.5.13 on Gentoo
Keywords: Cc:

Description

When reply_regexp is set to "^re: *" in ~/.mutt/muttrc, the subject generated when replying to emails has one extra space. When reply_regexp is changed during a mutt session, and then changed back to the original value set, the extra space goes away.
>How-To-Repeat:
Put
    set reply_regexp='^re: *'
in ~/.muttrc. Then load mutt. Reply to a message whos subject begins with "Re:". The subject of the new message will be like "Re:  Original subject" (note the extra space).

Now do
   :set reply_regexp='asdf'
   :set reply_regexp='^re: *'
and reply to the same message you replied to earlier. The extra space dissapears, and the subject of the new message is "Re: Original subject" as it should be.
>Fix:

Change History

Changed 21 months ago by rado

  • status changed from new to assigned
1.5.14cvs does NOT have this, but I doubt it's mutt-related.
Try "mutt -n -F file" which has only the reply_regexp.

Changed 21 months ago by rado

Removed from notify-list, reporter is enough.
Not reproducible.
Try http://WIKI.mutt.org/?DebugConfig
especially the "clean" muttrc part.
Note: See TracTickets for help on using tickets.