mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 17:30:12 +01:00
show both the received/sent emails by default
This commit is contained in:
parent
86dd882c76
commit
5f88d794c7
@ -212,7 +212,7 @@ class ModelSearchSearch extends Model {
|
||||
if($o_to) { $o_t = "@to $o_to"; }
|
||||
|
||||
|
||||
if($f_f == '' && $o_f == '' && $f_t == '' && $o_t == '') { return "@to $all_your_addresses"; }
|
||||
if($f_f == '' && $o_f == '' && $f_t == '' && $o_t == '') { return "(@from $all_your_addresses | @to $all_your_addresses)"; }
|
||||
if($f_f == '' && $o_f == '' && $f_t == '' && $o_t ) { return "$o_t"; }
|
||||
if($f_f == '' && $o_f == '' && $f_t && $o_t == '') { return "(@from $all_your_addresses & $f_t)"; }
|
||||
if($f_f == '' && $o_f == '' && $f_t && $o_t ) { return "($o_t | (@from $all_your_addresses & $f_t))"; }
|
||||
|
Loading…
Reference in New Issue
Block a user