Sorting messages by score AND keeping threading - is it possible ?

2008-05-29 Thread Wilkinson, Alex
Hi all, * I have mutt score every message that it reads. * I then use the scores to sort my messages in order of importance (to me). Problem: I loose my threading :( Question: Is it possible to maintain the following threading whilst viewing messages in "sorted by score" mode ? folde

Re: Getting mutt to NOT open default IMAP folder at startup

2008-05-29 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, May 29 at 08:04 PM, quoth Michael Kjorling: >On 29 May 2008 14:52 -0500, by [EMAIL PROTECTED] (Kyle Wheeler): >> How about combining things? Like so: >> >> $ mutt -f =foo -e 'push "c=foo\n"' > >Or what about... > >$ mutt -f /dev/null

Re: Getting mutt to NOT open default IMAP folder at startup

2008-05-29 Thread Michael Kjorling
On 29 May 2008 14:52 -0500, by [EMAIL PROTECTED] (Kyle Wheeler): > How about combining things? Like so: > > $ mutt -f =foo -e 'push "c=foo\n"' Or what about... $ mutt -f /dev/null -e 'push "=foo"' I also agree with Kyle on using function names. Btw, it is actually change-folder and not cha

Re: Getting mutt to NOT open default IMAP folder at startup

2008-05-29 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, May 29 at 03:06 PM, quoth Ethan Mallove: > When mutt starts up, it immediately selects my =Inbox. Is there a > way to turn this behavior off? I ask because I'm launching mutt > using -e, e.g., > > $ mutt -e 'push "c=foo\n"' > > (It may

Getting mutt to NOT open default IMAP folder at startup

2008-05-29 Thread Ethan Mallove
Hello, When mutt starts up, it immediately selects my =Inbox. Is there a way to turn this behavior off? I ask because I'm launching mutt using -e, e.g., $ mutt -e 'push "c=foo\n"' (It may seem odd to not just do "-f =foo". I'm using "push" to get the "foo" folder in my "Open mailbox" history.)

Re: Email addresses with spaces

2008-05-29 Thread Clayton Scott Kern
Rest of thread deleted on 05-29-2008, Scott Kern wrote: > > Thank you for your comments, they got me thinking. > > > > I changed to getmail and configured it to pass the message directly to > > procmail. Also, I configured unixfrom = True. > > > > According to getmail's log it passed the messag

Re: Email addresses with spaces

2008-05-29 Thread Gary Johnson
On 2008-05-29, Clayton Scott Kern <[EMAIL PROTECTED]> wrote: > > Michelle Konzack <[EMAIL PROTECTED]> wrote: > > > Am 2008-05-28 10:43:41, schrieb Clayton Scott Kern: > > > > I'm not sure if this is the right place to address this. > > > > > > > > I use fetchmail -> sendmail -> procmail -> mutt. >

Re: Email addresses with spaces

2008-05-29 Thread Clayton Scott Kern
> Michelle Konzack <[EMAIL PROTECTED]> wrote: > > Am 2008-05-28 10:43:41, schrieb Clayton Scott Kern: > > > I'm not sure if this is the right place to address this. > > > > > > I use fetchmail -> sendmail -> procmail -> mutt. > > > > First of all: Why do you use "sendmail" between > >