mirror of
https://github.com/markqvist/LXMF.git
synced 2025-01-13 16:09:28 -05:00
Fixed delivery method default. Thanks Stephan ;)
This commit is contained in:
parent
853e70dcbe
commit
505176b6ee
@ -228,7 +228,7 @@ class LXMessage:
|
||||
# If no desired delivery method has been defined,
|
||||
# one will be chosen according to these rules:
|
||||
if self.desired_method == None:
|
||||
self.desired_method == LXMessage.DIRECT
|
||||
self.desired_method = LXMessage.DIRECT
|
||||
# TODO: Expand rules to something more intelligent
|
||||
|
||||
if self.desired_method == LXMessage.OPPORTUNISTIC:
|
||||
|
Loading…
Reference in New Issue
Block a user