]> granicus.if.org Git - mutt/commit
Unify mutt_write_references
authorAron Griffis <agriffis@n01se.net>
Thu, 10 Jul 2008 13:38:25 +0000 (09:38 -0400)
committerAron Griffis <agriffis@n01se.net>
Thu, 10 Jul 2008 13:38:25 +0000 (09:38 -0400)
commitab70b12289a42e3591d25bbea9ad417ff5290588
tree060df97cff1aaca1370f3229aaf4a83dc6139207
parente9eadb389aa4bf7c69407d378254273008a8482e
Unify mutt_write_references

copy.c and sendlib.c have independent and different implementations of writing
references to a file.  Choose the one in sendlib since it's conservative with
mallocs and supports trimming the list.

Signed-off-by: Aron Griffis <agriffis@n01se.net>
copy.c
protos.h
sendlib.c