Re: sanitization of args notmuch-cli in notmuch-emacs

Subject: Re: sanitization of args notmuch-cli in notmuch-emacs

Date: Tue, 25 Feb 2014 21:03:44 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


David Bremner <david@tethera.net> writes:

> Antoine Beaupré found a bug when notmuch-saved-searches contains 
> newlines:
>
>         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737496
>
> We can remove newlines with something like
>           
> (mapcar (lambda (arg) 
> 	  (replace-regexp-in-string "\n" " " arg))
> 	args)
>
> I wonder if we should do some other sanitization at the same time?
>

This should be fixed in commit 75d84df

d

Thread: