--- src/gtk/about.c.orig 2010-02-10 21:38:58.000000000 +0200 +++ src/gtk/about.c 2010-10-28 08:19:12.000000000 +0300 @@ -390,6 +390,10 @@ gtk_text_buffer_get_iter_at_offset(buffer, &iter, 0); gtk_text_buffer_insert(buffer, &iter, _("Compiled-in Features\n"), -1); + gtk_text_buffer_insert(buffer, &iter, _("\nWith patches:"), -1); + gtk_text_buffer_insert(buffer, &iter, _("\n* purging the cache in all folders"), -1); + gtk_text_buffer_insert(buffer, &iter, + _("\n* mutt-like jumping to the unread mail\n\n"), -1); gtk_text_buffer_create_tag(buffer, "bold", "weight", PANGO_WEIGHT_BOLD, NULL);