aboutsummaryrefslogtreecommitdiff
path: root/handlers/maildir.in
AgeCommit message (Collapse)Author
2008-06-19add an option to maildir handler to enable you to specify a particularMicah Anderson
ssh identity file, defaulting to the expected /root/.ssh/id_rsa. This is important to have if you are trying to backup to a different user on a backuphost than other handlers are using. For example, if the rdiff handler is connecting to backalbatross@backupserver-pn using /root/.ssh/id_rsa for public key authentication, and you want to configure the maildir handler to connect as user backmaildir@backupserver-pn you will might want to specify a different identity file for that authentication (if you do not want to share the id file between the 'backalbatross' and 'backmaildir' users). Note: this cannot be accomplished with a ssh config file because that file is host based, ie. you can only specify one user per host specified in the config
2008-02-19change the date format for the deleted timestampElijah Saxon
2008-02-19fixed bug where maildirs that start with a number were skipped. make deleted ↵Elijah Saxon
maildirs record the date they were deleted
2008-02-13move -maxdepth 1 option before -type d due to find giving this warning when ↵Micah Anderson
it is after: find: warning: you have specified the -maxdepth option after a non-option argument -type, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
2007-11-24fix Trac#25Micah Anderson
2007-11-24add a maildir examples fileMicah Anderson
2007-10-12fixed autotools build, broken since r466, inhandlers/Makefile.amintrigeri