mu4e: allow longer queries
Tell base64-encode-string not to include newlines.
This commit is contained in:
@ -339,7 +339,7 @@ or an error."
|
|||||||
(concat
|
(concat
|
||||||
"cmd:find query:%s threads:%s sortfield:%s reverse:%s maxnum:%d "
|
"cmd:find query:%s threads:%s sortfield:%s reverse:%s maxnum:%d "
|
||||||
"skip-dups:%s include-related:%s")
|
"skip-dups:%s include-related:%s")
|
||||||
(base64-encode-string query)
|
(base64-encode-string query t)
|
||||||
(if threads "true" "false")
|
(if threads "true" "false")
|
||||||
;; sortfield is e.g. ':subject'; this removes the ':'
|
;; sortfield is e.g. ':subject'; this removes the ':'
|
||||||
(if (null sortfield) "nil" (substring (symbol-name sortfield) 1))
|
(if (null sortfield) "nil" (substring (symbol-name sortfield) 1))
|
||||||
|
|||||||
Reference in New Issue
Block a user