envoyer
envoyer copied to clipboard
Implement notifications
When there's more than two new emails do not send a notification for each one
let notification = gio::Notification::new(&"message");
notification.set_body(Some(&"New message"));
notification.set_priority(gio::NotificationPriority::Normal);
gtk_application_clone.send_notification(Some(&"test"), ¬ification);