[neomutt-devel] version info
Sven Guckes
neomutt-lists at guckes.net
Wed Oct 12 20:20:27 CEST 2016
* Elimar Riesebieter <riesebie at lxtec.de> [2016-10-12 19:54]:
> * Sven Guckes <neomutt-lists at guckes.net> [2016-10-12 19:00 +0200]:
> > mind you, i'd rather see those info on
> > *one* line as well, using yyyy-mm-dd dates:
> > VIM 8.0.0027 (2016-09-12) (compiled 2016-10-10 20:16:13)
> How do you get this without sed, tr or awk hacks?
you don't. this is how it *should* be.
and that's exactly my point:
you should not have to apply another script for this,
but simply change the source code once and for all so that
everyone can simply get these info with *one* *simple* command
which simply takes the first line of output. easy, right?
so for my next build at the weekend
i'd really like to see it this way:
$ neomutt -v | head -1
NeoMutt 1.7.1 (20161014) (build: 20161015)
besides..
Copyright (C) 1996-2016 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
.. it all should say "neomutt" here. ;-)
Sven
More information about the neomutt-devel
mailing list