Commit Briefs

Omar Polo

ignore tags too



Omar Polo

add search.html template

msearchd will also make use of it.


Omar Polo

specify the template directory via -t

the idea is to install them in /etc/gotmarc/ but still provide a mean to override the location. msearchd is still using the hardcoded HTML.


Omar Polo

resolve `mexp' via $PATH

now gotmarc sets the PATH so we don't have to hardcode the path anymore.


Omar Polo

move html files under template/


Omar Polo

add BUGS section


Omar Polo

add a manpage for gmimport.1


Omar Polo

rename mimport -> gmimport

mimport can be easily misunderstood for a mblaze command.


Omar Polo

add a manpage for gotmarc(1)


Omar Polo

gotmarc: tweak naming and some defaults

- csumdir is now cachedir, easier to explain what's about - default outdir is /var/www/gotmarc - similarly, default maildir is ~/Mail/gotmarc



Omar Polo

move the archive logic from the makefile to the gotmarc script

the makefile now is only there to build/install the got assets


Omar Polo

update .gitignore


Omar Polo

don't install -d /var/www/msearchd

it resets the settings to root:daemon, while we might want to leave that dir to another user.