summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-01-29 15:46:02 -0800
committerKevin McCarthy <kevin@8t8.us>2020-02-29 19:11:42 -0800
commit541c722f7541773f7401712981e3510d1835ac09 (patch)
tree051ce5c18f7256765a57661980291e9b55516325 /mutt.h
parentd46745e5e2016f308af27a122d8d8e373f565346 (diff)
Rename ci_send_message() to mutt_send_message().
This fits the current naming conventions. There are a few other "ci_" prefixed functions, but there's no need to tackle all those changes right now.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index 922fb64e..9e231e29 100644
--- a/mutt.h
+++ b/mutt.h
@@ -342,7 +342,7 @@ enum
OPT_MAX
};
-/* flags to ci_send_message() */
+/* flags to mutt_send_message() */
#define SENDREPLY (1<<0)
#define SENDGROUPREPLY (1<<1)
#define SENDLISTREPLY (1<<2)