]> granicus.if.org Git - mutt/commit
Change M_* symbols to MUTT_*
authorDerek Martin <code@pizzashack.org>
Mon, 9 May 2016 21:06:54 +0000 (14:06 -0700)
committerDerek Martin <code@pizzashack.org>
Mon, 9 May 2016 21:06:54 +0000 (14:06 -0700)
commit9cafb05c0efadc771197c0e1e98fa9d989b48d41
treec70f969ad76a417ec896f10ecccd17ca0702c8ef
parentfa0dcb09fe69d23ceba28159e6be6b72adb9a9df
Change M_* symbols to MUTT_*

Changeset 23334e967dd7 created a workaround for a namespace conflict
with Solaris and derivatives.  After some discussion, the team decided
it would be best to move away from using the "M_" prefix for macros.

This patch was automatically generated by running:
  perl -wpi -e 's/\bM_(\w+)\b/MUTT_$1/g' `find . -name '*.[ch]' -print`
with the exception that sys_socket.h was exempted.  (That file will
be backed out subsequent to this commit.)

Thanks to Andras Salamon for supplying the perl script used to make
this change.
86 files changed:
account.c
account.h
addrbook.c
alias.c
attach.c
browser.c
buffy.c
buffy.h
charset.c
charset.h
color.c
commands.c
compose.c
copy.c
copy.h
crypt-gpgme.c
crypt.c
curs_lib.c
curs_main.c
doc/makedoc.c
editmsg.c
enter.c
flags.c
functions.h
group.h
handler.c
hcache.c
hcache.h
hdrline.c
help.c
hook.c
imap/browse.c
imap/command.c
imap/imap.c
imap/imap_private.h
imap/message.c
imap/util.c
init.c
init.h
keymap.c
lib.c
lib.h
mailbox.h
main.c
mbox.c
menu.c
mh.c
mutt.h
mutt_curses.h
mutt_menu.h
mutt_sasl.c
mutt_socket.c
mutt_socket.h
mutt_ssl.c
mutt_ssl_gnutls.c
muttlib.c
mx.c
mx.h
pager.c
pager.h
parse.c
pattern.c
pgp.c
pgpinvoke.c
pgpkey.c
pop.c
pop_auth.c
pop_lib.c
postpone.c
protos.h
query.c
recvattach.c
recvcmd.c
remailer.c
rfc1524.c
rfc2047.c
rfc2231.c
rfc3676.c
score.c
send.c
sendlib.c
smime.c
smtp.c
status.c
system.c
thread.c