mu4e: fix typo setting visible rows (should be lines)

This commit is contained in:
Evie Litherland-Smith 2024-03-09 09:33:23 +00:00
parent f8894b3dca
commit 8e9e07dcb2

View file

@ -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)