← Back to team overview

vm team mailing list archive

Re: [Bug 374170] Re: cannot attach files with + in their names

 

thanks...  I looked a bit at what + means as a regexp, and perhaps it shouldn't even find a match in this case.  filenames with ? also don't work as is, but I agree that this is not a bug given that this should be a regexp.  One can always just use \+ or \?.  So all is well, and I should have understood this myself.   I guess this is an advanced feature, and users should know what they are doing.  It's very a helpful one in any case.  cheers, E

----------------------------------------
> From: u.s.reddy
>
> The doc string for vm-mime-attach-files-in-directory says that the
> second argument is a regexp. So, the + is getting interpreted as a
> regular expression operator. It should have still found a match. But
> I leave it to you figure it out from here on.

 		 	   		  
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
http://clk.atdmt.com/GBL/go/196390709/direct/01/

-- 
cannot attach files with + in their names
https://bugs.launchpad.net/bugs/374170
You received this bug notification because you are a member of VM
development team, which is the registrant for VM (defunct).

Status in VM - Goto http://launchpad.net/vm for active development: Invalid
Status in VM (View Mail) for Emacs: Invalid

Bug description:
summary says it all: when trying to attach a file with a + in its name, vm complains that no such file exists.  when I quote the + as \+ within the file name, attaching works fine





References