Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
33047a01
Commit
33047a01
authored
Aug 24, 2012
by
Benjamin Sonntag
Browse files
finishing email class. Need testing
parent
a11fac44
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/class/m_mail.php
View file @
33047a01
...
...
@@ -433,7 +433,7 @@ class m_mail {
$db
->
query
(
"INSERT INTO mailbox SET address_id="
.
$mail_id
.
", path='"
.
addslashes
(
$path
)
.
"';"
);
}
if
(
$me
[
"islocal"
]
&&
$islocal
&&
$me
[
"mailbox_action"
]
==
"DELETE"
)
{
$db
->
query
(
"UPDATE mailbox SET mail_action='' WHERE mail_action='DELETE' AND address_id="
.
$mail_id
.
";"
);
$db
->
query
(
"UPDATE mailbox SET mail_action='
OK
' WHERE mail_action='DELETE' AND address_id="
.
$mail_id
.
";"
);
}
if
(
$islocal
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment