notmuch/emacs
Carl Worth f89b3d16db Makefiles: Eliminate the useless quiet_* functions.
With the original quiet function, there's an actual purpose (hiding
excessively long compiler command lines so that warnings and errors
from the compiler can be seen).

But with things like quiet_symlink there's nothing quieter. In fact
"SYMLINK" is longer than "ln -sf". So all this is doing is hiding the
actual command from the user for no real benefit.

The only actual reason we implemented the quiet_* functions was to be
able to neatly right-align the command name and left-align the arguments.

Let's give up on that, and just left-align everything, simplifying the
Makefiles considerably. Now, the only instances of a captialized command
name in the output is if there's some actually shortening of the command
itself.
2010-04-06 14:36:31 -07:00
..
Makefile emacs: Move emacs UI (currently just one file) to subdirectory. 2010-03-09 12:13:33 -08:00
Makefile.local Makefiles: Eliminate the useless quiet_* functions. 2010-04-06 14:36:31 -07:00
notmuch-lib.el emacs: Move notmuch-show functionality to notmuch-show.el 2010-04-05 09:25:56 -07:00
notmuch-query.el notmuch-query.el: new file to support access to the notmuch database. 2010-04-05 11:08:45 -07:00
notmuch-show.el emacs: Move notmuch-show functionality to notmuch-show.el 2010-04-05 09:25:56 -07:00
notmuch.el emacs: Move notmuch-show functionality to notmuch-show.el 2010-04-05 09:25:56 -07:00