Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [migues] Prevent the use of SENT folder

Quote Reply
Re: [migues] Prevent the use of SENT folder In reply to
Hi,

No, you could change this for all users by editing the code. To do this, you would edit admin/GMail/Compose.pm and in sub _send around line 587, change:

if ($ret > 0) {

to:

if (0) {

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Prevent the use of SENT folder migues 2352 Nov 11, 2001, 4:30 PM
Post Re: [migues] Prevent the use of SENT folder
TukBa 2221 Nov 12, 2001, 11:53 AM
Post Re: [migues] Prevent the use of SENT folder
Alex 2183 Nov 14, 2001, 9:56 AM