Remove scan_index, use envelope_id (IMAP UID) as single identifier
scan_index created confusion for the OpenClaw agent which would sometimes reference emails by scan_index and sometimes by envelope_id. Since himalaya's envelope ID is an IMAP UID (stable, never recycled), it works as the sole identifier for review commands.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# ./email-processor.sh scan --dry-run # classify only, no changes
|
||||
# ./email-processor.sh scan --recent 7 --dry-run # combine both
|
||||
# ./email-processor.sh review list # show pending queue
|
||||
# ./email-processor.sh review 1 delete # act on email #1
|
||||
# ./email-processor.sh review 93 delete # act on envelope 93
|
||||
# ./email-processor.sh review all delete # act on all pending
|
||||
# ./email-processor.sh review accept # accept all suggestions
|
||||
# ./email-processor.sh stats # show history stats
|
||||
|
||||
Reference in New Issue
Block a user