Announce unseen emails in INBOX and all other folders as well.

Mon, 20 Apr 2009 19:27:54 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 20 Apr 2009 19:27:54 +0200
changeset 180
4c723152d46f
parent 179
6539a982f682
child 181
58360ee9c913

Announce unseen emails in INBOX and all other folders as well.

squirrelmail/config.php file | annotate | diff | comparison | revisions
squirrelmail/defprefs.txt file | annotate | diff | comparison | revisions
squirrelmail/squirrelmail.spec file | annotate | diff | comparison | revisions
     1.1 --- a/squirrelmail/config.php	Mon Apr 20 19:23:01 2009 +0200
     1.2 +++ b/squirrelmail/config.php	Mon Apr 20 19:27:54 2009 +0200
     1.3 @@ -50,7 +50,7 @@
     1.4  $auto_expunge                   = true;
     1.5  $default_sub_of_inbox           = true;
     1.6  $show_contain_subfolders_option = false;
     1.7 -$default_unseen_notify          = 2;
     1.8 +$default_unseen_notify          = 3;
     1.9  $default_unseen_type            = 1;
    1.10  $auto_create_special            = false;
    1.11  $delete_folder                  = false;
     2.1 --- a/squirrelmail/defprefs.txt	Mon Apr 20 19:23:01 2009 +0200
     2.2 +++ b/squirrelmail/defprefs.txt	Mon Apr 20 19:27:54 2009 +0200
     2.3 @@ -22,6 +22,7 @@
     2.4  smallcal_default=1
     2.5  smallcal_header=#770000
     2.6  smallcal_calendar=Personal
     2.7 +unseen_notify=3
     2.8  move_to_trash=1
     2.9  trash_folder=Trash
    2.10  save_as_draft=1
     3.1 --- a/squirrelmail/squirrelmail.spec	Mon Apr 20 19:23:01 2009 +0200
     3.2 +++ b/squirrelmail/squirrelmail.spec	Mon Apr 20 19:27:54 2009 +0200
     3.3 @@ -56,7 +56,7 @@
     3.4  Group:        Mail
     3.5  License:      GPL
     3.6  Version:      %{V_squirrelmail}
     3.7 -Release:      20090416
     3.8 +Release:      20090418
     3.9  
    3.10  #   package options
    3.11  %option       with_plugins  no

mercurial