fix: mu4e-confirm-quit should be nil
This commit is contained in:
parent
f20cfd21c2
commit
aeae3ef1f3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
((featurep! :completion helm) #'completing-read)
|
((featurep! :completion helm) #'completing-read)
|
||||||
(t #'ido-completing-read))
|
(t #'ido-completing-read))
|
||||||
;; no need to ask
|
;; no need to ask
|
||||||
mu4e-confirm-quit t
|
mu4e-confirm-quit nil
|
||||||
;; remove 'lists' column
|
;; remove 'lists' column
|
||||||
mu4e-headers-fields
|
mu4e-headers-fields
|
||||||
'((:account . 12)
|
'((:account . 12)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue