mirror of
https://github.com/friendica/friendica
synced 2025-04-27 16:30:10 +00:00
Mail: real threading now works with outgoing mails.
This commit is contained in:
parent
a86baa372a
commit
0a29927e6d
3 changed files with 16 additions and 4 deletions
|
@ -335,7 +335,7 @@ function onepoll_run(&$argv, &$argc){
|
|||
intval($r[0]['id'])
|
||||
);
|
||||
}
|
||||
/*switch ($mailconf[0]['action']) {
|
||||
switch ($mailconf[0]['action']) {
|
||||
case 0:
|
||||
logger("Mail: Seen before ".$msg_uid." for ".$mailconf[0]['user'].". Doing nothing.", LOGGER_DEBUG);
|
||||
break;
|
||||
|
@ -353,7 +353,7 @@ function onepoll_run(&$argv, &$argc){
|
|||
if ($mailconf[0]['movetofolder'] != "")
|
||||
imap_mail_move($mbox, $msg_uid, $mailconf[0]['movetofolder'], FT_UID);
|
||||
break;
|
||||
}*/
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue