X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Ffolders_subscribe.php;h=61bfe84caf1b96303b86a798a9bf2a76d569a2f4;hb=5ed9d4fdf688c87cedb9837504ce247fc92f4eba;hp=156c18ac64c7c2c7a7c07efd668bf3830818a79e;hpb=30967a1e09679c395b31929cbdb1a0e88b13f01e;p=squirrelmail.git diff --git a/src/folders_subscribe.php b/src/folders_subscribe.php index 156c18ac..61bfe84c 100644 --- a/src/folders_subscribe.php +++ b/src/folders_subscribe.php @@ -3,10 +3,10 @@ /** * folders_subscribe.php * - * Copyright (c) 1999-2004 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * - * Subscribe and unsubcribe from folders. + * Subscribe and unsubcribe from folders. * Called from folders.php * * @version $Id$ @@ -46,7 +46,7 @@ $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0 if ($method == 'sub') { if($no_list_for_subscribe && $imap_server_type == 'cyrus') { /* Cyrus, atleast, does not typically allow subscription to - * nonexistent folders (this is an optional part of IMAP), + * nonexistent folders (this is an optional part of IMAP), * lets catch it here and report back cleanly. */ if(!sqimap_mailbox_exists($imapConnection, $mailbox[0])) { header("Location: $location/folders.php?success=subscribe-doesnotexist"); @@ -70,4 +70,4 @@ if ($method == 'sub') { sqimap_logout($imapConnection); header("Location: $location/folders.php?success=$success"); -?> +?> \ No newline at end of file