• [^] # Re: Ca y est

    Posté par . En réponse au message Mbox - Maildir - ?. Évalué à 2.

    Rajoute ça dans ton .muutrc :


    set mbox_type="Maildir"

    set folder="~/Maildir/"
    set spoolfile="~/Maildir/"
    set mask="!^\\.[^.]"
    set record="+.Sent"
    set postponed="+.Drafts"

    mailboxes `\
    echo -n "+ "; \
    for file in ~/Maildir/.*; do \
    box=$(basename $file); \
    if [ ! $box = '.' -a ! $box = '..' -a ! $box = '.customflags' \
    -a ! $box = '.subscriptions' ]; then \
    echo -n "+$box "; \
    fi; \
    done`