Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / filters / setup.php
index 230622b286daac812240e1f81860fd684baa02d0..880a3bbe9830719c30a92c238daed183394070e2 100644 (file)
@@ -133,7 +133,7 @@ function squirrelmail_plugin_init_filters() {
     global $squirrelmail_plugin_hooks;
 
     if (sqgetGlobalVar('mailbox',$mailbox,SQ_FORM)) {
-       sqgetGlobalVar('mailbox',$mailbox,SQ_FORM);
+        sqgetGlobalVar('mailbox',$mailbox,SQ_FORM);
     } else {
         $mailbox = 'INBOX';
     }
@@ -152,7 +152,7 @@ function squirrelmail_plugin_init_filters() {
  * Report spam folder as special mailbox
  * @param string $mb variable used by hook
  * @return string spam folder name
- * @access private 
+ * @access private
  */
 function filters_special_mailbox( $mb ) {
     global $data_dir, $username;
@@ -185,4 +185,4 @@ function filters_optpage_register_block() {
         );
     }
 }
-?>
+?>
\ No newline at end of file