mirror of
https://github.com/markqvist/LXMF.git
synced 2025-01-14 16:37:09 -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,
|
# If no desired delivery method has been defined,
|
||||||
# one will be chosen according to these rules:
|
# one will be chosen according to these rules:
|
||||||
if self.desired_method == None:
|
if self.desired_method == None:
|
||||||
self.desired_method == LXMessage.DIRECT
|
self.desired_method = LXMessage.DIRECT
|
||||||
# TODO: Expand rules to something more intelligent
|
# TODO: Expand rules to something more intelligent
|
||||||
|
|
||||||
if self.desired_method == LXMessage.OPPORTUNISTIC:
|
if self.desired_method == LXMessage.OPPORTUNISTIC:
|
||||||
|
Loading…
Reference in New Issue
Block a user