Re: "Couldn't lock /var/mail/russ?" message when trying to

2009-07-27 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >Subject: Re: "Couldn't lock /var/mail/russ?" message when trying to >access srevilak> find /var/mail/ -type f -name \*russ\* russ> Hi Steve, russ> russ> When i ran the command, this was the output: russ> russ> russ> /var/mail//russ russ> russ>

Re: "Couldn't lock /var/mail/russ?" message when trying to access

2009-07-26 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >Subject: Re: "Couldn't lock /var/mail/russ?" message when trying to access russ> I recently had to restart my system (os x) and now, in mutt, russ> when i try and search for new mail (shift-g) i get th

Re: 'mailboxes' command misbehaving?

2009-06-14 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >From: Khusro Jaleel >Replying to myself here. I believe I have found the cause of the problem AND >fixed it. We shall see. > >After finding out about the 'noatime' flag on the partition, googling 'mutt >noatime' immediately gave >results that were

Re: 'mailboxes' command misbehaving?

2009-06-13 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >From: Khusro Jaleel >User-Agent: Mutt/1.4.2.2i >> Does the first Note in >>http://www.mutt.org/doc/manual/manual-3.html#ss3.11 >> apply to your case? > >Thanks for your reply, Steve, sorry for taking so long to reply myself. > >I don't think it

Re: 'mailboxes' command misbehaving?

2009-06-13 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >From: Khusro Jaleel >Subject: 'mailboxes' command misbehaving? >User-Agent: Mutt/1.4.2.2i >The above works perfectly, however when I try to use the mailboxes command as >follows: > >mailboxes "=personal" >mailboxes "=Inbox" >mailboxes `for file in

Re: imap folders with '.' (period) do not show up correctly in

2009-06-01 Thread Steve Revilak
james> This doesn't seem to be an issue with the IMAP server, but james> instead with Mutt. Mutt works great (as it should, opening an james> mbox file with a '.' in the file name) in Yes, it's a mutt bug. You can probably work around it by brendan> setting imap_delim_chars to "/" until 1.5.20.

Re: imap folders with '.' (period) do not show up correctly in

2009-05-31 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michelle, Thanks for the response. However, it don't believe it addresses the original question. >> srevilak> I'll move the selection cursor over "spam.200905" and press >^^^ >> srevilak> SELECT

Re: imap folders with '.' (period) do not show up correctly in

2009-05-31 Thread Steve Revilak
AP folder. Specifically, the other MUAs I'm referring to are Pine 4.58 - 4.64, Alpine 1.00 - 1.10, and Apple Mail 2.1.3. Steve Revilak pgpz26qeKEaGz.pgp Description: PGP signature

Re: imap folders with '.' (period) do not show up correctly in

2009-05-31 Thread Steve Revilak
From: James Subject: imap folders with '.' (period) do not show up correctly in 1.5.19 Anyone seen this before? I'm trying to access an mbox file with a period in the name via IMAP. It doesn't seem to work correctly as of 1.5.19. Works fine in 1.5.16. I've noticed something similar. On one

Re: Alias now can't find my Muttrc?

2009-05-27 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 russurquhart1> Now when i go to write the alias, it asks if it should russurquhart1> write to this directory and Muttrc, when i say yes, it russurquhart1> says: russurquhart1> No such file or directory (errno = 2) russurquhart1> The path before the

Re: [SOLVED] Need a little help with save-hook

2009-05-26 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 srevilak> I found a way to get the behavior I was looking for: move srevilak> the save-hook into the individual folder hooks: kyle-mutt> Heh - I was just writing you a message saying precisely kyle-mutt> that. kyle-mutt> kyle-mutt> The reason is beca

[SOLVED] Need a little help with save-hook

2009-05-25 Thread Steve Revilak
> I've been using Mutt for a few weeks. I'm impressed with the amount > of flexibility that Mutt offers, and for the most part, I've been > successful in adapting Mutt to my personal tastes. But there's one > thing that I haven't been able to get quite right, and I'm hoping one > of you can offer

Need a little help with save-hook

2009-05-24 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been using Mutt for a few weeks. I'm impressed with the amount of flexibility that Mutt offers, and for the most part, I've been successful in adapting Mutt to my personal tastes. But there's one thing that I haven't been able to get quite right

Re: [OT] sendmail query to relay but suppress rejection messages

2009-05-24 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > From: Vikram Goyal > To: mutt-users@mutt.org > Subject: [OT] sendmail query to relay but suppress rejection messages > My query is not related to mutt as such but sendmail, so please excuse > me if it bothers you. > > I need to tweak sendmail in s

Re: authenticated smtp problems

2009-05-20 Thread Steve Revilak
>>> set smtp_url=smtp://new.domain.com:587 >> >> This seems to work so far. Many, many, many thanks. Here is a variation that's worked well for me set smtp_url=smtp://usern...@mail.example.com/ set ssl_starttls=yes This initiates a dialog on port 25, upgrades to TLS, and supplies my SM