Forráskód Böngészése

added sent_folder to config

Luke Ehresman 25 éve
szülő
commit
2306851ea0
2 módosított fájl, 4 hozzáadás és 0 törlés
  1. 1 0
      ChangeLog
  2. 3 0
      config/config_default.php

+ 1 - 0
ChangeLog

@@ -1,5 +1,6 @@
 Version 0.4pre1 -- Development
 Version 0.4pre1 -- Development
 ------------------------------
 ------------------------------
+- Saving sent messages into $sent_folder
 - It doesn't bail out if PHP wasn't compiled with --with-gettext.  
 - It doesn't bail out if PHP wasn't compiled with --with-gettext.  
     It only uses english in this case.
     It only uses english in this case.
 
 

+ 3 - 0
config/config_default.php

@@ -86,10 +86,13 @@
 //         - If this is true, when a message is moved or copied, the
 //         - If this is true, when a message is moved or copied, the
 //           source mailbox will get expunged, removing all messages
 //           source mailbox will get expunged, removing all messages
 //           marked "Deleted".
 //           marked "Deleted".
+//    $sent_folder
+//         - This is the path to where Sent messages will be stored.
 
 
     $default_move_to_trash = true;
     $default_move_to_trash = true;
     $trash_folder = "INBOX.Trash";
     $trash_folder = "INBOX.Trash";
     $auto_expunge = true;
     $auto_expunge = true;
+    $sent_folder = "INBOX.Sent";
 
 
 //  Special Folders are folders that can't be manipulated like normal
 //  Special Folders are folders that can't be manipulated like normal
 //  user created folders can. A couple of examples would be
 //  user created folders can. A couple of examples would be