Re: New pending queue GUI
[email protected] (Jason R. Mastaler)
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
"Todd A. Jacobs" <[email protected]> writes: > so I can parse the output of -bT for IDs and then read through the > mails with tmda-pending. Maybe I missed it in the docs; I didn't > know that tmda-pending relied on the PAGER environment > variable. Thanks for pointing that out. It only relies on PAGER when doing a "show". If PAGER is not set it tries to locate 'less' and 'more' in the user's PATH. I did this so I wouldn't have to implement my own pager code. > By the way, what will tmda-pending say if it has no messages in the > cache, or if it can't find its cache? I'll add some basic > error-checking for those two cases for sanity's sake. No messages in the cache I think it won't say anything, but will just return nothing, just as if the pending queue is empty. Can't find its cache, I think it will just create a new one.