@@ -21,6 +21,7 @@
|
|||||||
COLORTERM = "truecolor";
|
COLORTERM = "truecolor";
|
||||||
COLORFGBG = "15;0";
|
COLORFGBG = "15;0";
|
||||||
TERM_BACKGROUND = "light";
|
TERM_BACKGROUND = "light";
|
||||||
|
EDITOR = "nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraEnv =
|
extraEnv =
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ Workflow:
|
|||||||
Execution rules:
|
Execution rules:
|
||||||
- Never perform bulk operations. One message ID per `read`, `move`, `delete`, and attachment command.
|
- Never perform bulk operations. One message ID per `read`, `move`, `delete`, and attachment command.
|
||||||
- Always use page size 20 for envelope listing (`-s 20`).
|
- Always use page size 20 for envelope listing (`-s 20`).
|
||||||
|
- If any single-ID command fails, log the error and continue with the next unreviewed ID.
|
||||||
- Never skip reading message content before deciding.
|
- Never skip reading message content before deciding.
|
||||||
- Keep decisions conservative: only route clearly ephemeral automated/system messages to `Deleted Messages`.
|
- Keep decisions conservative: only route clearly ephemeral automated/system messages to `Deleted Messages`.
|
||||||
- Never move or delete human communications via automation.
|
- Never move or delete human communications via automation.
|
||||||
|
|||||||
Reference in New Issue
Block a user