First follow the instructions in that link to run calibre from source. Then, edit the file src/calibre/gui2.email.py and add
print(111111111, account, files, opts.tags)
after line 160 (with the same indentation as all other lines). Then look for some output in the debug log starting with 11111111 that will tell us what data calibre is seeing about the news item from which I should be able to tell why it is not being sent.
|