Re: disable history?
Martin d'Anjou <martin.danjou-W81pkbvmjbRWk0Htik3J/[email protected]>
| Newsgroups | gmane.network.centericq |
|---|---|
| Message-ID | <Pine.LNX.4.63.0611231016240.3941@algonquin> |
> I would suggest (i think you were asking because of privacy issues) that
> you invoke centericq from a little shell script like this one:
>
> -------------------------------------------------------------------------
> #!/bin/sh -e
> centericq
> find $HOME/.centericq -type f -name history -exec rm {} \;
> -------------------------------------------------------------------------
>
> Then you get all history deleted on exit.
alias centericq centericq -b /tmp/user/.centericq
Or any other directory that is rwx by user and not on the backup schedule.
Martin
_______________________________________________
Cicq mailing list
Cicq-xGejAJT2w6wWP6gT/[email protected]
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/