From Bugzilla Helper: User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3 Description of problem: When I add "set copy=yes" to my muttrc, the default Fcc folder is adding "=/<username>" instead of "=<username>" (it's adding a "/" after the equal sign). Version-Release number of selected component (if applicable): mutt-1.4.2.2-4.fc6 How reproducible: Always Steps to Reproduce: 1. Add "set copy=yes" to muttrc 2. Send a message to yourself 3. Look at the Fcc entry. Actual Results: The Fcc entry is "=/<username>" Expected Results: The Fcc entry should have been "=<username>" Additional info:
Can you post more from your .muttrc? Relevant variables are save_name, record, force_name and command fcc-hook.
It seems to be the combo of imap and force_name. I've narrowed it down to a .muttrc containing just: set spoolfile=imaps://mail.math.ohio-state.edu/INBOX set folder=imaps://mail.math.ohio-state.edu set force_name Without the imap stuff it works fine, with it it adds the "/".
Ok, thanks. This was fixed upstream in mutt-1.5.3, the patch is in mutt-1.4.2.2-5.fc6.
List of patches present on mutt-1.5.20-6.20091214hg736b6a.el6: http://pkgs.devel.redhat.com/cgit/rpms/mutt/commit/?h=rhel-6.6&id=1ee912e0d9d73efadd493aef4a9c323905603b08
Recovering from unwanted changes caused by a badly chosen bug number choice.