SZÉPE Viktor wrote in <20191207231657.Horde.t4dZh0SAS3Je8tedZqc7kop@sze\
pe.net>:
 |Idézem/Quoting Steffen Nurpmeso <stef...@sdaoden.eu>:
 |
 |> Honestly i would not know.
 |> Technically the problem is both hard and easy.  We would need to
 |> invent an entirely new protocol, and implement it everywhere.
 |> You would then need to use that protocol when opening the file,
 |> something like this
 |>
 |>   #?0|kent:tmp$ mail -Rf maildir://tmp/md
 |>   mailx: Not a maildir: tmp/md
 |>   #?1|kent:tmp$ mail -Rf maildir:///tmp/md
 |>   mailx version v14.9.15.  Type `?' for help
 |>
 |> But, dear Viktor, not now.  I really, really would like to have
 |> the MIME etc. rewrite handy, so that you could use "-t TEMPLATE"
 |> and that TEMPLATE could be a readily prepared multipart message
 |> with HTML, for example.  Not in the next 12 months, sorry.  But
 |> i hate to say that!  Because one of the nice things by then will
 |> be that there will be no technical difference in between opening
 |> the file via -f or sending a message template via -t!!
 |
 |Thank you.
 |I search for messages with grep or pick the last one.
 |
 |I try to convert a single email file to Mailbox format!

Aaah.  It is terrible!!  But something like

  #!/bin/sh

  echo 'From reproducible_build Wed Oct  2 01:50:07 1996' > "$1"
  cat "$2" >> "$1"
  exec s-nail -Rf "$1"

will do indeed.  ._.;

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)

Reply via email to