Add Sieve script for mail filtering to move messages to Sent folder
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
require ["fileinto"];
|
||||
|
||||
if envelope :matches "from" "*" {
|
||||
fileinto "Sent";
|
||||
}
|
||||
Reference in New Issue
Block a user