Maybe I'm doing something wrong, but I always get the following error when trying to compile the mailwatch plugin. make[2]: Entering directory '/home/enrico/src/xfce/xfce4-mailwatch-plugin/trunk/panel-plugin' make[2]: *** No rule to make target `mailwatch.desktop', needed by `all-am'. Stop. I also passed --enable-maintainer-mode to ./configure but it didn't change anything. Shouldn't "geany.desktop.in" be mentioned in the AC_OUTPUT macro of configure.ac.in?
Created attachment 1558 patch to fix panel-plugin/Makefile.am Attached a patch proposed by Mike Massonnet on the xfce-i18n mailing list (without the whitespace changes). This fixes the problem for me.
fixed