Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing aliases file causes AttributeError #3

Open
neil-greenwood opened this issue Dec 1, 2015 · 0 comments
Open

Missing aliases file causes AttributeError #3

neil-greenwood opened this issue Dec 1, 2015 · 0 comments

Comments

@neil-greenwood
Copy link

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", 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant