diff --git a/README b/README
index 56a87917a4517305f3a1d82ee98d37b27d32d503..a6336ab1077a7a7fdb1354512db76643f59c7094 100644
--- a/README
+++ b/README
@@ -88,6 +88,7 @@ following list outlines the implementation status of each supported extension:
           and handling of utf-8 in headers is non-existant
     imapflags: full
     variables: mostly full; currently no support for future namespaces 
+    notify: almost complete, mailto support only
 
 All implemented extensions are like the engine itself currently experimental. 
 A status of 'full' does not necessarily mean that the extension is bug-free or 
@@ -97,7 +98,6 @@ Many more extensions to the language exist. Not all of these extensions are
 useful for Dovecot in particular, but many of them are. Currently, the author 
 has taken notice of the following extensions:
 
-    notify: planned, first mailto only 
     environment: planned
     date,index: planned
     editheader: planned, needs additional support from Dovecot though.
diff --git a/src/lib-sieve/plugins/enotify/ext-enotify.c b/src/lib-sieve/plugins/enotify/ext-enotify.c
index e2d8d73476a2f9b31d9105df5cbcae7f0e20daba..6713b4a6aa848614c4454be047545769af6bdfb7 100644
--- a/src/lib-sieve/plugins/enotify/ext-enotify.c
+++ b/src/lib-sieve/plugins/enotify/ext-enotify.c
@@ -6,7 +6,7 @@
  *
  * Authors: Stephan Bosch
  * Specification: draft-ietf-sieve-notify-12.txt
- * Implementation: skeleton
+ * Implementation: almost full, mailto method only
  * Status: under development
  * 
  */