Skip to content

Commit

Permalink
Allow cypht integration to save message away from imap server
Browse files Browse the repository at this point in the history
  • Loading branch information
josaphatim committed Aug 24, 2023
1 parent c55313b commit 70212b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smtp/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ public function process() {

/* check for associated IMAP server to save a copy */
if ($imap_server !== false) {
$this->out('save_sent_server', $imap_server);
$this->out('save_sent_server', $imap_server, false);
$this->out('save_sent_msg', $mime);
}
else {
Expand Down

0 comments on commit 70212b1

Please sign in to comment.