X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mymail-vm.el;h=dc1976c3c937fefc2cd54d22af9dc9d111a6e5ea;hb=32a03eca0ebb48facce97a8740993e2df893d518;hp=c2b96ae0fa58bd87d334e6b9e1b58c84367be3de;hpb=4daf9c65395d6f7f6368194d5bf32047db0eea8c;p=mymail.git diff --git a/mymail-vm.el b/mymail-vm.el index c2b96ae..dc1976c 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -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) ",")) )))