# Unicorn one-stop shop for dealing with magical unclasses and tangentially related goodies I got the original Unreply.pm from ltchin who said it was from wings or horkley? I don't know. Anyway, I added functionality, most notably... ## `unclassmap` This file describes special unclasses. It probably goes in `~/.owl/unclassmap`. If you have these two lines in that file: foo bar baz qux quux corge grault this indicates that the special unclass of `foo` is `bar`, and that the special unclass of `baz` is `qux`, the special unclass of `qux` is `quux`, the special unclass of `quux` is `corge`, and the special unclass of `corge` is `grault`. Yeah, I didn't know those were the metasyntactic variables after `qux`/`quux` until today. ## New commands - `:unreply`: like `reply`, but prepends un- to the class or instance magically, using the special unclass if one exists. - `:start-unreply`: like `reply -e`, but prepends un- to the class or instance magically, using the special unclass if one exists. - `:discuss`: like `reply`, but appends .d to the instance. - `:uninarrow`: like `smartnarrow`, but also detects and includes special unclasses magically. Also, you can pass extra clauses to it, for example, `:uninarrow and sender bpchen`.