svn commit: r503440 - head/mail/neomutt
Alexey Dokuchaev
danfe at freebsd.org
Tue Jun 4 09:56:33 UTC 2019
On Tue, Jun 04, 2019 at 06:02:20AM +0000, Baptiste Daroussin wrote:
> New Revision: 503440
> URL: https://svnweb.freebsd.org/changeset/ports/503440
>
> Log:
> Convert pkg-message to ucl format.
>
> Modified: head/mail/neomutt/pkg-message
> @@ -1 +1,15 @@
> +[
> +{
> + message: <<EOD
Hmm, looks like interesting feature! But I find that vertical space
could be less wasted if first and last two lines were put on the same
line:
[ {
message: <<EOD
...
} ]
Is it possible?
./danfe
More information about the svn-ports-head
mailing list