Now I wanted to try import from mailman2 mbox, so i did:
python2 manage.py hyperkitty_import --settings settings --ignore-mtime -v 3 --since 2010-01-01 -l test@list.domain.com /tmp/test.mbox
It shows that it have sucessfully imported all emails and I can see them from database (sqlite3), but I cannot see them from GUI (hyperkitty). Only thing I can see is this inactive "test" list.
I have tried that I create list before importing, still same result.
I have done this several times for several different lists and it has always worked with no problems. I have always created the list first.
I do not use any of the options other than -l. My settings location is built in to the django admin script I run. So what I run is equivalent to
python2 manage.py hyperkitty_import --settings .. -l .. mbox
Do you have cron set up to run the periodic django tasks as in
@hourly python2 manage.py runjobs --settings settings hourly @daily python2 manage.py runjobs --settings settings daily @weekly python2 manage.py runjobs --settings settings weekly @monthly python2 manage.py runjobs --settings settings monthly @yearly python2 manage.py runjobs --settings settings yearly 0,15,30,45 * * * * python2 manage.py runjobs --settings settings quarter_hourly
- python2 manage.py runjobs --settings settings minutely
If not, did you run
python2 manage.py update_index --settings settings
after the hyperkitty_import?
I'm actually not sure any of this will help since it should only affect the search index, not the message display.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan