5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
require ["fileinto", "envelope"];
|
|
|
|
if envelope :is "from" "${user}" {
|
|
fileinto "Sent";
|
|
} |