I have Sieve rule:
if header :contains "subject" ["TOP-SECRET"] {
setflag "\\Seen";
fileinto :create "Hidden-Folder";
stop;
}
based on which anything what includes TOP-SECRET
in the subject is moved to the hidden-folder
and set as read.
Is there any way to set that Hidden-Folder
as not subscribed (hidden from the folder list) via sieve? Or how "pipe" which account subscriptions file must to be edited by a script?