Merge pull request #2124 from dsdshcym/fix-mu4e-refile
email/mu4e: fix refile target
This commit is contained in:
commit
46d190e0db
1 changed files with 3 additions and 3 deletions
|
@ -166,9 +166,9 @@
|
||||||
:action #'+mu4e--mark-seen)
|
:action #'+mu4e--mark-seen)
|
||||||
;; Refile will be my "archive" function.
|
;; Refile will be my "archive" function.
|
||||||
(alist-get 'refile mu4e-marks)
|
(alist-get 'refile mu4e-marks)
|
||||||
(list :char '("d" . "▼")
|
(list :char '("r" . "▼")
|
||||||
:prompt "dtrash"
|
:prompt "rrefile"
|
||||||
:dyn-target (lambda (_target msg) (mu4e-get-trash-folder msg))
|
:dyn-target (lambda (_target msg) (mu4e-get-refile-folder msg))
|
||||||
:action #'+mu4e--mark-seen))
|
:action #'+mu4e--mark-seen))
|
||||||
|
|
||||||
;; This hook correctly modifies gmail flags on emails when they are marked.
|
;; This hook correctly modifies gmail flags on emails when they are marked.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue