diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-18 03:03:57 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-18 03:03:57 +0100 |
commit | cf0d1be9834a19e6f55bcd709e9417a9ce94da88 (patch) | |
tree | 3fd32ee93dcb4b75ea0ccf556a348aa3240d6724 /hurd/translator/mboxfs.mdwn | |
parent | 6c1793ec4eb531b1ffc77111cfeec741fc9bb8ca (diff) | |
parent | 18fdac0f9c911e25d45ebfcfb5e52ccd56071c16 (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'hurd/translator/mboxfs.mdwn')
-rw-r--r-- | hurd/translator/mboxfs.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/translator/mboxfs.mdwn b/hurd/translator/mboxfs.mdwn index e357294f..4ffcaab6 100644 --- a/hurd/translator/mboxfs.mdwn +++ b/hurd/translator/mboxfs.mdwn @@ -8,4 +8,13 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +`mboxfs` is a translator meant to help people sorting emails. +It parses mailboxes in order to create a directory hierarchy representing +the contents of the mailbox. +Thus, you can sort emails per recipient, senders, date, and much more. +It supports attachments (put in a separate *attach* directory). + + +# Source + <http://www.nongnu.org/hurdextras/#mboxfs> |