key binding for sidebar folder list

2011-11-24 Thread SK
Hi, I know there are key bindings to go up and down the mailbox folder in the sidebar. Is there any way I can make my life a bit more easier by binding a key to select a specific mailbox folder. For example ctrl-1 would select the first inbox, ctrl-2 the second etc.? Regards, SK

Re: Error opening mailbox

2011-11-24 Thread Paul
Everything is here but the error(s). On Thursday, 24 November, 2011 at 07:12:23 GMT, Ravi Uday wrote: Hi, I use IMAP and my INBOX has just 38 msgs. Still I am unable to open the mails after fetching the errors. Could anyone tell me how to fix this. If I press TAB and then open anyother folder

Re: key binding for sidebar folder list

2011-11-24 Thread du yang
On Thursday 11/24/11 19:38:02 CST, SK wrote: > Hi, > > I know there are key bindings to go up and down the mailbox folder in > the sidebar. Is there any way I can make my life a bit more easier by > binding a key to select a specific mailbox folder. For example ctrl-1 > would select the first inbo

Firefox mailto: links not working correctly

2011-11-24 Thread Chris Green
I have a pretty standard Firefox 3.6.24 running in xubuntu. I have mutt set as my default E-Mail application in Preferred Applications and in Firefox's preferences. However it's not working properly, when I click on a mailto: link an empty E-Mail gets sent. It looks to me as if this is something

'important' flagged messages mutt and offlineimap

2011-11-24 Thread Matt Ford
Hi, One for those that use offlineimap and mutt. When I set an 'important' flag using mutt and then sync my mail (using offlineimap) the flag is not propagated from mutt to the imap server. The other direction works fine: messages flagged as important are picked up fine by mutt when set in oth

Re: 'important' flagged messages mutt and offlineimap

2011-11-24 Thread Tim Gray
On Nov 24, 2011 at 02:58 PM +, Matt Ford wrote: I've seen a couple of internet posts about how starred mails are not propagated upwards from mutt to gmail, this looks to be the same thing. Unfortunately I didn't see a fix. Just to note that I do use mutt and offlineimap. Flags set in mutt

Re: Error opening mailbox

2011-11-24 Thread Ravi Uday
Paul, I am not sure what you meant. Could be little clear. Let me know if my mail isn't clear - Ravi On Thu, Nov 24, 2011 at 5:53 PM, Paul wrote: > Everything is here but the error(s). > > On Thursday, 24 November, 2011 at 07:12:23 GMT, Ravi Uday wrote: >> >> Hi, >> >> I use IMAP and my INBOX ha

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Marco Giusti
On Thu, Nov 24, 2011 at 01:44:03PM +, Chris Green wrote: > I have a pretty standard Firefox 3.6.24 running in xubuntu. > > I have mutt set as my default E-Mail application in Preferred > Applications and in Firefox's preferences. However it's not working > properly, when I click on a mailto:

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Patrice Levesque
> attached a simple script that is use. set it executable and call this > from firefox, not mutt directly I believe there's no need for pyrotechnics :) As mutt supports mailto: URLs natively, this suffices: #!/bin/sh exec xterm -e mutt "$@" -- --|-- |===

Re: Error opening mailbox

2011-11-24 Thread Remco Rijnders
On Thu, Nov 24, 2011 at 11:14:04PM +0530, Ravi wrote in : Paul, I am not sure what you meant. Could be little clear. Let me know if my mail isn't clear Hi Ravi, You wrote: "Still I am unable to open the mails after fetching the errors.". What errors though? What happens / doesn't happen,

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Marco Giusti
On Thu, Nov 24, 2011 at 02:02:11PM -0500, Patrice Levesque wrote: > > > attached a simple script that is use. set it executable and call this > > from firefox, not mutt directly > > I believe there's no need for pyrotechnics :) > > As mutt supports mailto: URLs natively, this suffices: > > #!/b

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Patrick Shanahan
* Marco Giusti [11-24-11 14:49]: > On Thu, Nov 24, 2011 at 02:02:11PM -0500, Patrice Levesque wrote: > > As mutt supports mailto: URLs natively, this suffices: > > > > #!/bin/sh > > exec xterm -e mutt "$@" > > I wrote that script some time ago when, I don't remember exactly what, > some field di

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Marco Giusti
On Thu, Nov 24, 2011 at 02:55:16PM -0500, Patrick Shanahan wrote: > * Marco Giusti [11-24-11 14:49]: > > On Thu, Nov 24, 2011 at 02:02:11PM -0500, Patrice Levesque wrote: > > > As mutt supports mailto: URLs natively, this suffices: > > > > > > #!/bin/sh > > > exec xterm -e mutt "$@" > > > > I wr

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Patrick Shanahan
* Marco Giusti [11-24-11 15:24]: > On Thu, Nov 24, 2011 at 02:55:16PM -0500, Patrick Shanahan wrote: > > * Marco Giusti [11-24-11 14:49]: > > > On Thu, Nov 24, 2011 at 02:02:11PM -0500, Patrice Levesque wrote: > > > > As mutt supports mailto: URLs natively, this suffices: > > > > > > > > #!/bin/

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Marco Giusti
On Thu, Nov 24, 2011 at 03:37:59PM -0500, Patrick Shanahan wrote: > * Marco Giusti [11-24-11 15:24]: > > On Thu, Nov 24, 2011 at 02:55:16PM -0500, Patrick Shanahan wrote: > > > * Marco Giusti [11-24-11 14:49]: > > > > On Thu, Nov 24, 2011 at 02:02:11PM -0500, Patrice Levesque wrote: > > > > > As

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Patrick Shanahan
* Marco Giusti [11-24-11 15:57]: > On Thu, Nov 24, 2011 at 03:37:59PM -0500, Patrick Shanahan wrote: > > * Marco Giusti [11-24-11 15:24]: > > > > > > I think it was for mutt 1.5.[18-20] but I agree that now, after Patrice > > > pointed out to me, is completely useless. > > > > I don't understan

Re: Firefox mailto: links not working correctly

2011-11-24 Thread Marcelo Luiz de Laia
On Thu, 24 Nov 2011, Patrice Levesque wrote: > > As mutt supports mailto: URLs natively, this suffices: > > #!/bin/sh > exec xterm -e mutt "$@" Thank you very much! I already have been tryied mailtomutt [1] and mailto-mutt [2] and nor did what your nice script do! 1. http://sourceforge.net/pro

Re: key binding for sidebar folder list

2011-11-24 Thread SK
>> I know there are key bindings to go up and down the mailbox folder in >> the sidebar. Is there any way I can make my life a bit more easier by >> binding a key to select a specific mailbox folder. For example ctrl-1 >> would select the first inbox, ctrl-2 the second etc.? >> >> Regards, >> SK >