Trimming whitespace and replacing tabs
[squirrelmail.git] / plugins / mail_fetch / fetch.php
index bb58e773010dc65197e3f6ab2ca411405a2f2998..2bb9d2d40e4a1b0295eebd27d3c9a04faec118b0 100644 (file)
@@ -178,7 +178,7 @@ sqgetGlobalVar('delimiter',  $delimiter,  SQ_SESSION);
         $imap_stream = sqimap_login($username, $key, $imapServerAddress, $imapPort, 10);
 
         // check if destination folder is not set, is not subscribed and is not \noselect folder
-        if($mailfetch_subfolder == '' || 
+        if($mailfetch_subfolder == '' ||
            ! mail_fetch_check_folder($imap_stream,$mailfetch_subfolder)) {
             $mailfetch_subfolder = 'INBOX';
         }