mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-07-03 06:30:22 +02:00
![]() Add the "-u" option to the :next-folder and :prev-folder commands, used to jump to the next or the previous folder that contains at least one unseen email. For directory trees, we have to factor in that the number of currently visible folders may be lower than the total number of folders, so count that in visibleDirsCount(). I find the following bindings useful: <A-j> = :next-folder -u<Enter> <A-k> = :prev-folder -u<Enter> It allows jumping between folders efficiently while keeping the ability to jump to the next or previous folder normally. References: https://todo.sr.ht/~rjarry/aerc/168 Changelog-added: Add the -u option to :next-folder and :prev-folder commands to cycle between folders that contain unseen messages. Signed-off-by: Antonin Godard <antonin@godard.cc> Acked-by: Robin Jarry <robin@jarry.cc> |
||
---|---|---|
.. | ||
align.go | ||
cf.go | ||
check-mail.go | ||
clear.go | ||
compose.go | ||
connection.go | ||
expand-folder.go | ||
export-mbox.go | ||
import-mbox.go | ||
mkdir.go | ||
next-folder.go | ||
next-result.go | ||
next.go | ||
query.go | ||
recover.go | ||
rmdir.go | ||
search.go | ||
select.go | ||
sort.go | ||
split.go | ||
view.go |