cloud_mdir_sync
cloud_mdir_sync copied to clipboard
Bug in message.get_header()
The get_header() method of messages should return val after line 104. Otherwise, this method will return None for any header on the first call.
Can you make a patch?
I have made the suggested change (adding a line "return val" to the get_header method, and initiated a pull request.