email/mu4e: fix refile target
- before this change: refile would use mu4e-trash-folder as the target - after this change: refile would use mu4e-refile-folder as expected
This commit is contained in:
parent
9bd8904838
commit
93205d4401
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