X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=blobdiff_plain;f=mymail-vm.el;h=dc1976c3c937fefc2cd54d22af9dc9d111a6e5ea;hp=6e72e2ee83651f58ee4bc536458a921e207128d6;hb=32a03eca0ebb48facce97a8740993e2df893d518;hpb=c71b0d1b6a3299e738d4c788cc1d8858bf6c0357 diff --git a/mymail-vm.el b/mymail-vm.el index 6e72e2e..dc1976c 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -31,7 +31,7 @@ The string `mymail/default-search-request' is automatically concatenated to the provided request, except if the request is prefaced with \\." (interactive - (list (read-string "mymail: " nil 'mymail-vm-history))) + (list (read-string "mymail-vm: " nil 'mymail-vm-history))) (let ((n 1) (mbox-name nil) @@ -42,9 +42,9 @@ prefaced with \\." (mapcar (lambda (searche-request) (if (not (string= searche-request "")) - (list "-s" searche-request))) + (list "--search" searche-request))) (if (string= (substring param 0 1) "\\") - (split-string (substring param 1 nil)) + (split-string (substring param 1 nil) ",") (split-string (concat param "," mymail/default-search-request) ",")) )))