X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mymail-vm.el;h=2fbd8cdcb2833e069dc91bf02afb0841c42bc761;hb=8b5257653b223557c3a5d2c4b3940d771e4f7013;hp=1f9329fca836995245179d1b1abfccf959fb0520;hpb=99c2641263ec72ae9721ef8eb667c5bb2cf03fc4;p=mymail.git diff --git a/mymail-vm.el b/mymail-vm.el index 1f9329f..2fbd8cd 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -30,7 +30,7 @@ (defgroup mymail () "Command to visit a folder built on-the-fly with mymail" - :version "0.9.8") + :version "0.9.10") (defcustom mymail/default-additional-search-requests "" "Comma-separated list of search requests to add to any search" @@ -96,5 +96,12 @@ prefaced with \\." search-args)) 0) (vm-visit-folder mbox-name t) - (message "mymail failed. See /tmp/mymail.err")) + + ;; (message "mymail failed. See /tmp/mymail.err")) + + (message (with-temp-buffer + (insert-file-contents "/tmp/mymail.err") + (replace-string "\n" " ") + (buffer-string))) + ) ))