[Evolution-hackers] Re: Setting to enable user not to copy sent-items




I don't understand why this is needed.  The setting is per-account, the account setup can configure this for the user.  It definitely makes the 'sent' folder behaviour much more confusing and more difficult to set up.

Is there a good reason for adding this option?


On Wed, 2005-04-20 at 04:25 -0400, Pasupathilingam Sankarasivasubramanian wrote:
Hello All,
Certain types of mail servers, on sending a mail, automatically copies the mails into some folder (Like Sent Items in GroupWise). When Evolution is used to connect to such type of server, the user may not require Evolution to copy sent items into any folder. So a new setting can be included in Evolution, a GtkCheckButton, which on checking enables the folder-selection-frame for Sent Items, in the account editor dialog, as shown in the attached figure. This necessitates a new boolean member, copy_sent_items_locally in the EAccount structure. This variable should reflect the new  GtkCheckButton that is created.
The mail_send_message function in mail-ops.c file can be modified to include a check if the copy_sent_items_locally boolean variable is true or not so as to decide on copying sent items.
For GroupWise accounts, the folder-selection frame (Drafts,Sent Items) will be hidden since the user shouldnt be allowed to set some other folder for Sent Items.. Programmatically, we can set the new boolean property to be false.
 
Thanks & Regards,
Sankar P


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]