mirror of
https://github.com/markqvist/LXMF.git
synced 2025-06-01 04:14:28 -04:00
Fixed delivery method default. Thanks Stephan ;)
This commit is contained in:
parent
853e70dcbe
commit
505176b6ee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue