mu4e: fix typo setting visible rows (should be lines)
This commit is contained in:
parent
f8894b3dca
commit
8e9e07dcb2
|
@ -44,7 +44,7 @@
|
|||
(:name "Flagged" :query "flag:flagged AND NOT flag:trashed AND NOT maildir:/spam/ AND NOT maildir:/junk/" :key ?f)
|
||||
(:name "Unread" :query "flag:unread AND NOT flag:trashed AND NOT maildir:/archive/ AND NOT maildir:/spam/ AND NOT maildir:/junk/" :key ?u :hide-unread t)
|
||||
(:name "Spam" :query "maildir:/spam/ OR maildir:/junk/" :key ?s :hide-unread t)))
|
||||
(mu4e-headers-visible-rows 3)
|
||||
(mu4e-headers-visible-lines 3)
|
||||
(mu4e-headers-fields
|
||||
'((:human-date . 8)
|
||||
(:from . 24)
|
||||
|
|
Loading…
Reference in a new issue