=- Til Schubbe wrote on Sun 3.Jan'10 at 18:42:19 +0100 -=
> The problem is that mutt handles the preceeding whitespaces (TAB)
> as part of the regex. How can I span a config-instruction, which
> contains a regex, over multiple lines?
Simply regexp-verbatim.
Since whitespace are relevant to rege
Hi,
I like to configurate mutt automatically e.g. if I subscribe to a
new mailinglist, which needs to be announced to mutt. So I like to
add some new lines to certain (already existing) instructions. I
intend to have a .muttrc_mailinglists like this:
# Anchor No. 1
folder-hook ' \
ml1| \
On 26-12-2009, at 18h 12'03", Wu, Yue wrote about "Re: How to count new emails
in mbox format mailbox?"
>
> My script does this: count the mails in some particular maildir, then assign
> the
> number to a var:
>
>
> if [ -d ${mymaildir} -a $(find ${mymaildir} -type f -print | wc -l) -ne 0 ];
Hi Joseph!
On So, 03 Jan 2010, Joseph L. Casale wrote:
> I simply want to avoid requiring/creating this local mailbox.
mutt -n -f /dev/null -F /dev/null -e 'set folder=/dev/null'
regards,
Christian