fix(home/aerc): move deleted messages to trash

Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
Gabriel Fontes
2026-08-16 12:08:55 -03:00
parent 21a163299d
commit 8633ecf494
@@ -24,9 +24,11 @@ in {
gp = ":prev-tab<Enter>";
};
messages = {
D = ":move Trash<Enter>";
G = "";
V = "";
X = ":mark -v<Enter>";
d = ":move Trash<Enter>";
g = "";
ge = ":select -1<Enter>";
gg = ":select 0<Enter>";
@@ -34,6 +36,10 @@ in {
v = "";
x = ":mark -t<Enter>";
};
view = {
D = ":move Trash<Enter>";
d = ":move Trash<Enter>";
};
};
extraConfig = {
general.unsafe-accounts-conf = true;