muttqt icon indicating copy to clipboard operation
muttqt copied to clipboard

'aliasData' object has no attribute 'data'

Open tanrax opened this issue 8 years ago • 2 comments

Juan-MacBook:~ juan$ /usr/local/bin/muttqt -q sonia
Traceback (most recent call last):
  File "/usr/local/bin/muttqt", line 754, in <module>
    sys.exit(main())
  File "/usr/local/bin/muttqt", line 723, in main
    aliasDat.searchData(query)
  File "/usr/local/bin/muttqt", line 56, in searchData
    for l in self.data:
AttributeError: 'aliasData' object has no attribute 'data'

tanrax avatar Apr 27 '16 22:04 tanrax

Getting this too. MacOS Sierra

ekhall avatar Feb 20 '17 11:02 ekhall

@tanrax, @ekhall, have you two seen the two other active issues? Make sure that muttqt.conf doesn't specify a non-existent mutt alias file in the [alias] section or a non-existent sqlfile/txtfile in the [sent] section. Or install the commit referenced in @neil-greenwood's PR.

rlue avatar Apr 27 '17 10:04 rlue