Throw away file_expand() (Ismael Bouya)..
commit81e337513bb812acb809cf440d59e41a90ca21dc
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Mon, 28 Nov 2016 16:16:29 +0000 (28 17:16 +0100)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Sat, 31 Dec 2016 16:58:20 +0000 (31 17:58 +0100)
tree99053b6a9d16e1154c529d446ccaf8d88050f46a
parentaf741f6afab12d1fb0ff3cf2d908d08cadf4f375
Throw away file_expand() (Ismael Bouya)..

file_expand() should really be fexpand(_LOCAL|_NOPROTO), and
nothing else.  I actually realized how weird the plain _LOCAL of
file_expand() was when having a glance at a strace output sent by
Ismael Bouya (ismael at bouya dot org):

  9500  stat("/home/immae/.mailrc", 0x7ffca41d7780) = -1 ENOENT (No such file or directory)
  9500  stat("/home/immae/.mailrc.gz", 0x7ffca41d7780) = -1 ENOENT (No such file or directory)
  9500  stat("/home/immae/.mailrc.xz", 0x7ffca41d7780) = -1 ENOENT (No such file or directory)
  9500  stat("/home/immae/.mailrc.bz2", 0x7ffca41d7780) = -1 ENOENT (No such file or directory)
  9500  open("/home/immae/.mailrc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

The four stat(2)s come from the, in this context, completely
useless which_protocol() that i hated from the very beginning.
cmd3.c
collect.c
main.c
mime_types.c
nailfuns.h
sendout.c
ssl.c
urlcrecry.c
xssl.c