meli/meli/src
Manos Pitsidianakis 22525d40fb
mail/listing: go to end when pressing next/page down for the second time
When navigating the sidebar menu, if you reach the last account entry
and hit next account, nothing happens. This commit makes it so that
you're pointed to the last mailbox instead.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
2023-09-14 15:08:44 +03:00
..
command Add current working directory tracking to Context 2023-09-09 17:15:15 +03:00
conf listing.rs: add hide_sidebar_on_launch option 2023-09-07 12:33:51 +03:00
contacts contacts: refactor module structure 2023-08-30 01:12:45 +03:00
mail mail/listing: go to end when pressing next/page down for the second time 2023-09-14 15:08:44 +03:00
plugins Normalize std::fmt::* imports 2023-08-11 13:16:47 +03:00
terminal Update bitflags, rusqlite dependencies 2023-08-25 08:22:36 +03:00
types Move src to meli/src 2023-07-08 13:58:32 +03:00
utilities mail/view: handle dialog Esc in the parent component 2023-09-02 21:29:35 +03:00
accounts.rs meli: update to 2021 edition 2023-09-13 18:51:30 +03:00
args.rs Add install-man cli subcommand to install manpages on your system 2023-09-09 12:31:34 +03:00
command.rs command/parser: unify toggle_* parsers 2023-09-07 15:47:54 +03:00
components.rs clippy: fix new 1.72 default clippy lints 2023-08-25 19:49:26 +03:00
conf.rs Add install-man cli subcommand to install manpages on your system 2023-09-09 12:31:34 +03:00
jobs.rs mail/view: cancel previous jobs on MailView drop/update 2023-08-21 10:19:14 +03:00
jobs_view.rs meli/jobs_view: add column headers and sorting 2023-08-21 14:48:24 +03:00
lib.rs accounts.rs: move to crate root 2023-09-05 15:44:43 +03:00
mail.rs meli: Move components/mail -> mail 2023-08-11 13:01:32 +03:00
mailbox_management.rs accounts.rs: move to crate root 2023-09-05 15:44:43 +03:00
mailcap.rs Add tagref source code annotations 2023-07-13 16:47:11 +03:00
main.rs Add install-man cli subcommand to install manpages on your system 2023-09-09 12:31:34 +03:00
managesieve.rs meli: Move components/utilities -> utilities 2023-08-11 12:46:16 +03:00
notifications.rs melib/error: impl From<io::ErrorKind> for ErrorKind 2023-08-19 09:11:59 +03:00
plugins.rs Move src to meli/src 2023-07-08 13:58:32 +03:00
sqlite3.rs melib: move Sort{Order,Field} to utils mod 2023-08-21 12:41:50 +03:00
state.rs Add current working directory tracking to Context 2023-09-09 17:15:15 +03:00
subcommands.rs Add install-man cli subcommand to install manpages on your system 2023-09-09 12:31:34 +03:00
svg.rs Normalize std::fmt::* imports 2023-08-11 13:16:47 +03:00
terminal.rs Add install-man cli subcommand to install manpages on your system 2023-09-09 12:31:34 +03:00
types.rs mail/view: handle dialog Esc in the parent component 2023-09-02 21:29:35 +03:00
utilities.rs ui: show descriptive tab names for composer and threads 2023-09-03 10:17:24 +03:00