]> granicus.if.org Git - mutt/commit
Add (and use) a function mutt_str_replace, which essentially
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 10 Jan 2000 10:35:48 +0000 (10:35 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 10 Jan 2000 10:35:48 +0000 (10:35 +0000)
commit544e8ba393e9c1ca55b120f209383742211007c8
tree5157baa0f2071aa0763254491475416832cdf991
parentc8e19c984e900ede0f0c09353a96c62a6aa81445
Add (and use) a function mutt_str_replace, which essentially
replaces the sequence:

safe_free (&s);
s = safe_strdup (t);
21 files changed:
attach.c
browser.c
compose.c
curs_main.c
edit.c
history.c
init.c
lib.c
main.c
menu.c
mh.c
muttlib.c
parse.c
pgpkey.c
postpone.c
protos.h
recvattach.c
rfc1524.c
rfc2047.c
send.c
sendlib.c