Bug#599902: add a cron entry to run mairix for each users

2016-08-22 Thread Sean Whitton
control: tag -1 +moreinfo Dear Thomas, This looks useful, though instead of enabling it by default I'd like to ship it in /usr/share/doc/mairix/examples. There is a problem with your script as it stands: it assumes that all user home directories are under /home and that /home/username is the

Bug#599902: add a cron entry to run mairix for each users

2010-10-12 Thread Thomas Clavier
Package: mairix Version: 0.21-1 Severity: wishlist Hello I have add this script to run hourly mairix for each user they have a .mairixrc file : cat /etc/cron.hourly/mairix #!/bin/bash for user in $(find /home -maxdepth 2 -name .mairixrc | sed -e 's?/home/??' -e 's?/.mairixrc??') do