]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/view_mail.js
webcit-ng uses biff notifications now
[citadel.git] / webcit-ng / static / js / view_mail.js
index eeda88fc35ef7cdad20e0d7e87897b11f45b6859..c1911a3ba6243cac1df1f40241383380dc40d7fd 100644 (file)
@@ -261,20 +261,6 @@ function render_mailbox_display(notify) {
                        if (selected_message > 0) {                     // if we had a message selected, keep it selected
                                select_message(selected_message);
                        }
-
-
-
-
-/*
-                       if ( (do_notify > 0) && (notify == newmail_notify.YES) ) {
-                               console.log(do_notify + " new mail");
-                               new_mail_sound.play();                  // FIXME do a visual notification as well
-                                                                       // FIXME move this to BIFF
-                       }
- */
-
-
-
                }
        }
        fetch_mailbox();