]> gitweb.michael.orlitzky.com - mailshears.git/blob - src/exit_codes.rb
Use the 'mailbox' table instead of 'alias'; the alias.goto field can contain a list...
[mailshears.git] / src / exit_codes.rb
1 module ExitCodes
2
3 SUCCESS = 0
4 FILESYSTEM_ERROR = 1
5 DATABASE_ERROR = 2
6
7 end