I learn something new every day as well.
i is for immutable,
a is for appendable.
Code:
sudo chattr -R +a ~/Desktop/
For example, makes the directory
Desktop, and everything in it recursively,
appendable, but data/files cannot be removed.
The same applies to individual files. Data can be added, but not removed until the attribute flag is flipped back.