How it works
============
-Each plugin knows how to do perform actions:
+Each plugin knows how to perform three actions: prune, rename, and
+remove. Mailshears figures out which plugins need to be run, and then
+runs them in succession.
-* prune
-* rename
-* remove
-
-Depending on how you invoke mailshears, it figures out which plugins
-need to be run, and then runs them in succession.
-
-By default, mailshears won't actually do anything. There's a variable
-``i_mean_business: false`` in the config file that must be set to
-``true`` before mailshears will modify the system.
+By default, mailshears won't actually do anything. There's an
+``i_mean_business: false`` setting in the config file that must be set
+to ``true`` before mailshears will modify the system.
Examples