muttqt
muttqt copied to clipboard
mutt query tool
If there is no `sqlfile` or `txtfile` when the `sent` helper is configured, the following exception is thrown: ``` $ ./muttqt -q Joe Traceback (most recent call last): File "./muttqt",...
``` Juan-MacBook:~ juan$ /usr/local/bin/muttqt -q sonia Traceback (most recent call last): File "/usr/local/bin/muttqt", line 754, in sys.exit(main()) File "/usr/local/bin/muttqt", line 723, in main aliasDat.searchData(query) File "/usr/local/bin/muttqt", line 56, in searchData...
If the `.mutt/aliases` file does not exist, the following error is thrown if the `mutt_alias` helper is configured: ``` $ muttqt -q Joe Traceback (most recent call last): File "/usr/local/bin/muttqt",...