Re: Regex: Skip whitespaces / span lines

2010-01-03 Thread Rado S
=- 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

Regex: Skip whitespaces / span lines

2010-01-03 Thread Til Schubbe
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| \

Re: How to count new emails in mbox format mailbox?

2010-01-03 Thread Ionel Mugurel Ciobica
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 ];

Re: Using mutt to send mail w/o a local box

2010-01-03 Thread Christian Brabandt
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