summaryrefslogtreecommitdiffstats
path: root/ui/src/execute/actions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/execute/actions.rs')
-rw-r--r--ui/src/execute/actions.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/src/execute/actions.rs b/ui/src/execute/actions.rs
index 3fd12033..ff4154e4 100644
--- a/ui/src/execute/actions.rs
+++ b/ui/src/execute/actions.rs
@@ -23,14 +23,13 @@
* User actions that need to be handled by the UI
*/
-pub use melib::mailbox::{SortOrder, SortField};
+pub use melib::mailbox::{SortField, SortOrder};
#[derive(Debug, Clone)]
pub enum MailListingAction {
ToggleThreaded,
}
-
#[derive(Debug, Clone)]
pub enum Action {
MailListing(MailListingAction),