]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_misc.c
* Changed "express message" to "instant message" everywhere in the code
[citadel.git] / citadel / imap_misc.c
index 8b56dfae2a494ec04f4c72dce591af04b4807004..882fbbdd6146e607dbf28dc4a227760b5ff2e752 100644 (file)
@@ -135,9 +135,9 @@ void imap_uidcopy(int num_parms, char *parms[]) {
 
 
 /*
- * Poll for express messages (yeah, we can do this in IMAP ... I think)
+ * Poll for instant messages (yeah, we can do this in IMAP ... I think)
  */
-void imap_print_express_messages(void) {
+void imap_print_instant_messages(void) {
        struct ExpressMessage *ptr, *holdptr;
        char *dumpomatic = NULL;
        char tmp[SIZ];