~erethon/archivemail_rs

A simple "rewrite" of archivemail in Rust
Use unwrap_or_default to simplify code
Use a "match guard" to reduce nesting of code
Simplify logging and avoid using an extra Vec

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~erethon/archivemail_rs
read/write
git@git.sr.ht:~erethon/archivemail_rs

You can also use your local clone with git send-email.

#ArchiveMail (in Rust)

A stripped down "rewrite" of archivemail in Rust. The old archivemail utility is written for Python2 and uses an older Python mail library, as such most distros don't package it anymore.

Currently, it only supports moving mail to a different maildir location or deleting emails older than X days (default is 31).

Do not follow this link