瀏覽代碼

Changing style for the Purge link to match other links

Fredrik Jervfors 21 年之前
父節點
當前提交
cb094a428e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -102,7 +102,7 @@ function formatMailboxName($imapConnection, $box_array) {
         if (($numMessages > 0) or ($box_array['parent'] == 1)) {
             $urlMailbox = urlencode($real_box);
             $line .= "\n<small>\n" .
-                    '&nbsp;&nbsp;[<a href="empty_trash.php" style="text-decoration:none">'._("purge").'</a>]' .
+                    '&nbsp;&nbsp;[<a href="empty_trash.php">'._("Purge").'</a>]' .
                     '</small>';
         }
     }