Fix name argument quoting (Gavin Troy)..
commit2bb9b80e37499f35394597b59fee4016167afd3a
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Wed, 11 Dec 2013 17:57:20 +0000 (11 18:57 +0100)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Sat, 14 Dec 2013 23:39:24 +0000 (15 00:39 +0100)
tree7f17e2a63b645b118d4d4419c5741ab30954e069
parent29440a2021d29e1b4a400d6f483e6184d962f1ed
Fix name argument quoting (Gavin Troy)..

He said (on s-nail-users@)

  I ran into this while I was trying to do something like
  >       mv +inbox.Junk\ Mail
  which apparently works in neither heirloom nor s-nail. It seems
  like a bug to me, considering I can use \ to escape spaces in, for
  example, the "fi" command.

So let's move lastname() from cmd1.c to strings.c and tweak it.
cmd1.c
cmd2.c
cmd3.c
extern.h
nail.1
ssl.c
strings.c