Modified webpage: now tinymail repository is in gitorious.
[modest] / src / modest-text-utils.h
index 0e153f0..f0c685d 100644 (file)
 #define _FM_NEW_FOLDER_DIALOG_OK _("Save")
 #define _FM_NEW_FOLDER_LOCATION _("Location")
 #define _FM_NEW_FOLDER_NAME _("Name")
-#define _FM_FOLDER_UP "stock_up"
+#define _FM_FOLDER_UP GTK_STOCK_GO_UP
 #define _FM_SIZE_KB _("%d KB")
 #define _FM_SIZE_1KB_99KB _("%d KB")
 #define _FM_SIZE_100KB_1MB _("%d KB")
@@ -695,4 +695,8 @@ gchar * modest_text_utils_quote_names (const gchar *recipients);
 
 gboolean modest_text_utils_no_recipient (GtkTextBuffer *buffer);
 
+gchar * modest_text_utils_create_colored_signature (const gchar *signature);
+
+gboolean modest_text_utils_live_search_find (const gchar *haystack, const gchar *needles);
+
 #endif /* __MODEST_TEXT_UTILS_H__ */