muttqt icon indicating copy to clipboard operation
muttqt copied to clipboard

Missing sent DB/txtfile causes AttributeError

Open neil-greenwood opened this issue 9 years ago • 1 comments

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", line 755, in <module>
    sys.exit(main())
  File "./muttqt", line 738, in main
    data = sentSource.results
AttributeError: 'sentSQLData' object has no attribute 'results'

neil-greenwood avatar Dec 01 '15 11:12 neil-greenwood

I can confirm this bug and that PR #6 causes the error to go away

masukomi avatar Apr 26 '19 18:04 masukomi