On 08/08/14 21:06, Lisa Muir wrote:
> 14 year old email, there must come a time where it goes into archives
> somewhere and I don't think a MUA is the appropriate place for that,
>  but some searchable repository is.

I will be facing this same kind of issue. mhonarc is available as an
ubuntu package and this does work with a browser either locally or
online via a webserver, but it's not exactly searchable...

mkdir mailarchive
find Maildir \
   -type d \
   -regex ".*\(new\|cur\)" \
    -exec mhonarc -mhpattern '^[^\.]' \
    -add {} -outdir mailarchive \;

***

This is the only PHP something I could find, there is a mention of it
wrapping mhonarc to import into SQLite so that would then be searchable
but I'm not sure if it also provides the interface to SQLite...

https://github.com/wittiws/phonarc


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to