mu4e/mu-server: use :descending, :no-view parameters

There was some confusion between mu4e and mu-server.
This commit is contained in:
Dirk-Jan C. Binnema
2020-02-17 23:34:45 +02:00
parent c4c56fa7f0
commit 6b07819d9a
2 changed files with 9 additions and 13 deletions

View File

@ -381,7 +381,7 @@ or an error."
:query ,query
:threads ,threads
:sortfield ,sortfield
:reverse ,(if (eq sortdir 'descending) t nil)
:descending ,(if (eq sortdir 'descending) t nil)
:maxnum ,maxnum
:skip-dups ,skip-dups
:include-related ,include-related)))
@ -443,7 +443,7 @@ Returns either (:update ... ) or (:error ) sexp, which are handled my
:flags ,(or flags nil)
:maildir ,(or maildir nil)
:rename ,(and maildir mu4e-change-filenames-when-moving)
:noview ,no-view)))
:no-view ,(if no-view t nil))))
(defun mu4e~proc-ping (&optional queries)
"Sends a ping to the mu server, expecting a (:pong ...) in response.