[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: known problems



> 	* '"' is mutilated to '&' inside articles. The problem is
> 		probably in imap-parse-line.

-          (replace-match "\\\\\&"))
+          (replace-match "\\\\\\&"))