Hi there,
I am trying to set up a rule to do the following:
Give a purple tag to all the files and subfolders, within the watched folder, that have been modified within the last three months.
So far I set up the following for the watched folder:
Rule 1 (ad purple tag to folders modified in the last 3 months)
If all of the following conditions ar met:
- Kind is Folder
- Date Last Modified is in the last 3 months
Do the following to the matched file or folder:
Add tags Purple
Rule 2 (Hazel into subfolders)
If all of the following conditions ar met:
- Kind is Folder
Do the following to the matched file or folder:
- Run rules on folder contents
Rule 3 (File modified within last 3 months: tag purple)
If all of the following conditions ar met:
- Date Last Modified is in the last 3 months
Do the following to the matched file or folder:
- Add tags Purple
Rule 4 (File not modified within last 3 months: remove tag purple)
If all of the following conditions ar met:
- Date Last Modified is not in the last 3 months
Do the following to the matched file or folder:
- Remove tags Purple
The following works fine:
- All files within the watched folders that have been modified within the last 3 months are tagged purple
- The first level subfolders all get tagged too if they have been modified within the last 3 months
However:
- The second level or more subfolders don't get tagged purple, although they have been modified within the last 3 months
I would like to apply the tagging to all the folders and subfolders within the watched folder. How do I do that?