Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Prevent the use of SENT folder

Quote Reply
Prevent the use of SENT folder
Hi,

I would like to know if I can stop the use of sent folder. This is getting to much disk space.

Thank you

Miguel
Quote Reply
Re: [migues] Prevent the use of SENT folder In reply to
I beleive this is in GMail feature wishlist.
I've asked for the same thing while ago.

rgrdz,
.\\ike
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.