sub-mailbox in mailbox

2011-10-29 Thread stardiviner
I'm using mutt patch *sidebar*.
I hope sidebar can show new mail highlight and list out sub-mailboxes.
1] new mail highlight. (even in sub-mailboxes)
2] I find mutt can not list out mailboxes when they are in another mailbox.
for example:
I have two mailboxes in another mailbox.
apps/
`-weechat/
`-tmux/
when I switch to apps mailbox with sidebar, mutt can not list out this two 
mailboxes.
how to set muttrc to do this ? 

I set *mailboes* in a file. here is the example.
mailboxes =Perl
mailboxes =ubuntu
mailboxes =Arch 
mailboxes =apps

-- 
stardiviner GPG: 5D9F64D8 Twitter: @numbchild
http://stardiviner.dyndns-blog.com/author.html


signature.asc
Description: Digital signature


Re: Help with multiple emails

2011-10-29 Thread Mandar Mitra
   3) I have set up several configuration files and made a maildir
 structure but feel uncomfortable leaving my emails settings, e.g.
 passwords, and messages in plain text files that anyone could read. I
 have nothing to hide but feel this is insecure.

If you're on Linux, you might find the msmtp-gnome package useful. It
allows you to store your password in the gnome-keyring. It's better
than storing passwords in clear text in config files, but I don't know
enough to tell if it'll satisfy folks who are serious about security.

I use offlineimap for incoming mail, and that uses the gnome keyring
too, but that is probably irrelevant to your needs.

HTH,
mandar.


Nested FoldersAccessible witOfflineIMAP

2011-10-29 Thread Michael Graham
I’ve been trying to set up OfflineIMAP to sync my mail to my machine into a 
Maildir set of folders.  So far, mostly works, but I can’t access nested 
folders — only the top-level folders.  I used ‘/’ as the seperator so that 
OfflineIMAP would create local nested folders.
  My .muttrc has the following:

set   mbox_type =Maildir   
set   pager_stop   
set   folder   =~/.mail  
set   spoolfile=+INBOX   
set   record   =+Sent Messages
set   postponed=+Drafts  
set   mask =!^\\.[^.] 

I think the problem is with the mask, but I’ve tried mucking around with it to 
no avail.
  Anyone know what it should read?  Or if it’s not the mask, then what the 
problem is?

Cheers,
Mike 

-- 
 __ __ __
/ /_  ___ _/ /__ _/ / _  __
   /  '_/ _ \/ __/ _ `/ / _ `/ __/ _ \ |/ /Raconteur, Mostly
  /_/\_\\___/_/  \_,_/_/\_,_/\__/\___/___/ http://koralatov.com/



Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Tim Johnson
* Cameron Simpson c...@zip.com.au [111029 07:03]:
 Here's what I do sometimes. My $PATH has two (well ,more, but basicly
 two) leading items:
 
   $HOME/bin-local
   $HOME/bin
 
 The latter is my collection of scripts and is identical on all machines.
 The _former_ is per-machine hacks (and new scripts not yet part of the
 main set).
 
 For your situation the simplest thing for me would be:
 
   ln -s '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' 
 $HOME/bin-local/chrome
 
 (On one line, should the mailer fold things.)
 
 Then just make the mailcap read:
 
   text/html; chrome %s
 
 In general, this kind of approach will let you have a nice easy to read
 mailcap with simple command names; you put all the machine specific
 executable location rubbish in $HOME/bin-local if the normal bins don't
 do what you need.
  Hi Cameron. I had thought of something similar, so followed your
  instructions. Unfortunately, it doesn't work either. I get this
  
  [1029/080146:FATAL:foundation_util.mm(105)] Check failed: bundle.
  Failed to load the bundle at
  /usr/local/Versions/15.0.874.106/Google Chrome Framework.framework
  
  lion has done some other weird things with symlinks. For instance
  when I create a symlink from /usr/bin/python to
  /usr/local/bin/python and invoke the symlink directly, the system
  path is different. 
   
Not my experience on ubuntu...

  I think were are looking for a mac-sanctioned script.

  thanks
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com


bouncing a message

2011-10-29 Thread gt
Hello guys,

When bouncing a message received from someone to someone else, is it
supposed to change the From: header to my email id?

I thought bouncing didn't change the headers or contents of the email.
But in my case, the From field shows my email id, but the name of the
sender remains the same.

-- 
O ascii ribbon campaign - stop html mail - www.asciiribbon.org


Re: Help with multiple emails

2011-10-29 Thread Gregor Zattler
Hi Robert,
* Robert Dyer 42possibletr...@googlemail.com [28. Oct. 2011]:

   I have now successfully set up mutt as my email client, but have three
 issues remaining. They are listed below in order of increasing
 seriousness.
   1) I have successfully set up macros for limiting the number of emails
 I see, but would like to be able to have a default limiting expression
 for when I first start mutt.

how about (untested)
push limit~Aenter see all
in your muttrc?

   2) I have placed all my emails in one maildir structure but would like
 to back them up independently. I.e. 'cp'ing them only if the sender or
 receiver had a particular address. This would have to be
 scriptable.

Uhhh.  That's problematic since it's not easy to catch all cases.
I'd do this on the level of the MDA (procmail).  Therefore I'd
match on the Delivered-To: header.

   3) I have set up several configuration files and made a maildir
 structure but feel uncomfortable leaving my emails settings, e.g.
 passwords, and messages in plain text files that anyone could read. I
 have nothing to hide but feel this is insecure.

See other answer, I don't have experience with this.
Ciao, Gregor
-- 
 -... --- .-. . -.. ..--.. ...-.-


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Cameron Simpson
On 29Oct2011 08:08, Tim Johnson t...@akwebsoft.com wrote:
|  For your situation the simplest thing for me would be:
|ln -s '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' 
$HOME/bin-local/chrome
|  (On one line, should the mailer fold things.)
|  Then just make the mailcap read:
|text/html; chrome %s
|  
|  In general, this kind of approach will let you have a nice easy to read
|  mailcap with simple command names; you put all the machine specific
|  executable location rubbish in $HOME/bin-local if the normal bins don't
|  do what you need.

|   Hi Cameron. I had thought of something similar, so followed your
|   instructions. Unfortunately, it doesn't work either. I get this
|   
|   [1029/080146:FATAL:foundation_util.mm(105)] Check failed: bundle.
|   Failed to load the bundle at
|   /usr/local/Versions/15.0.874.106/Google Chrome Framework.framework
|   
|   lion has done some other weird things with symlinks. For instance
|   when I create a symlink from /usr/bin/python to
|   /usr/local/bin/python and invoke the symlink directly, the system
|   path is different. 
|
| Not my experience on ubuntu...
| 
|   I think were are looking for a mac-sanctioned script.

Ok, not to worry.

Does Chrome run at all?

If so, try changing your mailcap line to read:

  text/html; open -a Chrome %s

which uses the Mac's open command to open the URL or file using the
chrome app. That usage works for me (from the command line - I'm not
using this in my mailcap).

I'd test it with:

  open -a Chrome some-url-here

first, from the command line.

And you can get rid of the symlink.

Cheers,
-- 
Cameron Simpson c...@zip.com.au DoD#743
http://www.cskk.ezoshosting.com/cs/

The old day of Perl's try-it-before-you-use-it are long as gone.  Nowadays
you can write as many as 20..100 lines of Perl without hitting a bug in the
perl implementation.- Ilya Zakharevich i...@math.ohio-state.edu,
  in the perl-porters list, 22sep1998


Re: bouncing a message

2011-10-29 Thread Cameron Simpson
On 29Oct2011 21:45, gt codere...@gmail.com wrote:
| When bouncing a message received from someone to someone else, is it
| supposed to change the From: header to my email id?
| 
| I thought bouncing didn't change the headers or contents of the email.
| But in my case, the From field shows my email id, but the name of the
| sender remains the same.

Do you mean From  or From: ? The former is part of the message
envelope, not the message. Bounce should leave From: alone.

Can you show use the headers before and after the bounce?

Cheers,
-- 
Cameron Simpson c...@zip.com.au DoD#743
http://www.cskk.ezoshosting.com/cs/

A protocol is complete when there is nothing left to remove.
- Stuart Cheshire, Apple Computer, regarding Zero Configuration Networking


Run mutt by clicking on an MBOX file?

2011-10-29 Thread Tom Baker
On Thu, Sep 15, 2011 at 12:32:18PM -0400, Thomas Baker wrote:
  There's a little shell script around called appify that wraps a shell
  script in the Mac app stuff for this, but I haven't got it working
  yet... Visit here:
  
http://sixohthree.com/1314/shell-scripts-as-applications-in-mac-os-x
http://git.abackstrom.com/appify.git
  
  Anyway, given that a open a Terminal and run mutt is very easy - some
  AppleScript via the oascript command to open Terminal, a shell script to
  fill in the strings.

I have investigated this and several other leads.  It looks to me like:

-- Firefox does not allow scripts to be associated with file types and 
   run from Firefox, apparently for security reasons.  So I see no way to
   click on a file:/// reference to a local MBOX file in my browser and 
   run mutt to read and respond to the mail.

-- Applescripts -- as well as the appify script above -- are fine for 
   wrapping Unix commands, but AFAICT they lack any sort of mechanism for 
psssing
   the name of a file being opened to the Unix command (as noted by in
   a comment to [1]).

At this point, I would be happy simply to be able to see an MBOX file
in the Mac Finder (like Windows Explorer), click on it, and have mutt
launched in a Terminal window to read it.

However, I still see two big hurdles:

-- Creating a Mac application (.app) that will run Terminal with
   mutt -f $1 as an argument, where the open parameter is passed
   to the shell command as $1.

-- Have the Mac Finder allow such a Mac application to be associated
   with the file type MBOX such that it will be run whenever the file
   is clicked.

I find these obstacles so frustrating that I would configure mutt on Linux and
read my mail there if I knew it would solve this problem.  Haven't others
before me have wanted to open an MBOX file in mutt simply by clicking on it...?

Tom

[1] http://sixohthree.com/1314/shell-scripts-as-applications-in-mac-os-x

-- 
Tom Baker t...@tombaker.org


Re: Nested Folders Not Accessible With OfflineIMAP

2011-10-29 Thread Michael Graham
On Sat, Oct 29, 2011 at 15:40, Michael Graham wrote:

 I’ve been trying to set up OfflineIMAP to sync my mail to my machine into a 
 Maildir set of folders.  So far, mostly works, but I can’t access nested 
 folders — only the top-level folders.  I used ‘/’ as the seperator so that 
 OfflineIMAP would create local nested folders.
   My .muttrc has the following:
 
 set   mbox_type =Maildir   
 set   pager_stop   
 set   folder   =~/.mail  
 set   spoolfile=+INBOX   
 set   record   =+Sent Messages
 set   postponed=+Drafts  
 set   mask =!^\\.[^.] 
 
 I think the problem is with the mask, but I’ve tried mucking around with it 
 to no avail.
   Anyone know what it should read?  Or if it’s not the mask, then what 
 the problem is?

I’ve been researching this a little further, trying to get it fixed, but still 
haven’t made any progress.
  I followed a Maildir guide on the mutt wiki (http://tinyurl.com/mexy9), 
making sure I removed the trailing whitespace from the \s, but it still doesn’t 
work.  Hitting enter on one of the folders I *know* has subfolders (which I can 
navigate to with the cd command, still just opens that folder.
  When I exit, I see this in the terminal printed several times, just after 
the command to start mutt:

sh: line 0: [: missing `]'

I tried fixing it, but I know nothing about shell scripting, so I couldn’t seem 
to strike upon the required placing for the missing `.
  Anyone know how to fix?

Thanks,
Mike

PS: The subject line in the original email got mangled by my VPS’s copy of 
mutt, so I’ve fixed it this time around.  Apologies if this breaks your 
threading. 

-- 
 __ __ __
/ /_  ___ _/ /__ _/ / _  __
   /  '_/ _ \/ __/ _ `/ / _ `/ __/ _ \ |/ /Raconteur, Mostly
  /_/\_\\___/_/  \_,_/_/\_,_/\__/\___/___/ http://koralatov.com/



Re: bouncing a message

2011-10-29 Thread David Haguenauer
* gt codere...@gmail.com, 2011-10-29 21:45:24 Sat:
 When bouncing a message received from someone to someone else, is it
 supposed to change the From: header to my email id?

No, only the envelope From, as Cameron mentioned, but if you're
sending through Gmail's servers, I wouldn't be surprised to learn that
they rewrite From: to use either that account or an alternate address
that you've registered with them.

-- 
David Haguenauer


pgpJFj6CcGW8J.pgp
Description: Digital signature


Re: bouncing a message

2011-10-29 Thread Leo Vegoda
On Sat, Oct 29, 2011 at 07:24:33PM -0400, David Haguenauer wrote:

[...]

 No, only the envelope From, as Cameron mentioned, but if you're
 sending through Gmail's servers, I wouldn't be surprised to learn that
 they rewrite From: to use either that account or an alternate address
 that you've registered with them.

Gmail sets the bouncer's address as Sender but does not change the
From: header.

Leo


Re: bouncing a message

2011-10-29 Thread David Haguenauer
* Leo Vegoda l...@bind.org, 2011-10-29 16:34:06 Sat:
 On Sat, Oct 29, 2011 at 07:24:33PM -0400, David Haguenauer wrote:
  if you're sending through Gmail's servers, I wouldn't be surprised
  to learn that they rewrite From:
 Gmail sets the bouncer's address as Sender but does not change the
 From: header.

OK, in that case, the problem must be elsewhere. A quick web search,
however, indicates that Gmail's behavior has varied over time, so I
would still consider them a potential culprit.

-- 
David Haguenauer


pgpHQEkk3Jnbj.pgp
Description: Digital signature


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Tim Johnson
* Cameron Simpson c...@zip.com.au [111029 13:27]:
 
 Does Chrome run at all?
  Yes. 
 If so, try changing your mailcap line to read:
 
   text/html; open -a Chrome %s
  Done. 
 which uses the Mac's open command to open the URL or file using the
 chrome app. That usage works for me (from the command line - I'm not
 using this in my mailcap).
 
 I'd test it with:
 
   open -a Chrome some-url-here
 
 first, from the command line.
  That works. 
  However, if I do 'm' (view-mailcap) or Cr (view-attach)
  focus switches to a new chrome tab, but I get a 
  This webpage is not found error message.
  Example: location =
  file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/muttPk5vu1
  I can 'backtrace' the path to
  file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/
  and see a directory index, but don't see 'muttPk5vu1' there...

  thanks. Good tip. Making progress.
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com


Re: bouncing a message

2011-10-29 Thread Patrick Shanahan
* David Haguenauer m...@kurokatta.org [10-29-11 19:48]:
 * Leo Vegoda l...@bind.org, 2011-10-29 16:34:06 Sat:
  On Sat, Oct 29, 2011 at 07:24:33PM -0400, David Haguenauer wrote:
   if you're sending through Gmail's servers, I wouldn't be surprised
   to learn that they rewrite From:
  Gmail sets the bouncer's address as Sender but does not change the
  From: header.
 
 OK, in that case, the problem must be elsewhere. A quick web search,
 however, indicates that Gmail's behavior has varied over time, so I
 would still consider them a potential culprit.
 

Simple solution, relay via your isp's smtp service and do not use
google's.  This way list posts appear in your mail as googlemail does not
believe they are dups  :^).


-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  HOG # US1244711
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org   openSUSE Community Member
Registered Linux User #207535@ http://linuxcounter.net


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Patrick Shanahan
* Tim Johnson t...@akwebsoft.com [10-29-11 20:12]:
 * Cameron Simpson c...@zip.com.au [111029 13:27]:
   That works. 
   However, if I do 'm' (view-mailcap) or Cr (view-attach)
   focus switches to a new chrome tab, but I get a 
   This webpage is not found error message.
   Example: location =
   file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/muttPk5vu1
   I can 'backtrace' the path to
   file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/
   and see a directory index, but don't see 'muttPk5vu1' there...

It is quite possible that the temp file is being cleared before the
browser has loaded it.  I see two possibilities, 
  (1) do not return or hit a key to mutt until the page has loaded or 
  (2) try appending ;copiousoutput to the mailcap entry.
#2 not tested.

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  HOG # US1244711
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org   openSUSE Community Member
Registered Linux User #207535@ http://linuxcounter.net


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Cameron Simpson
On 29Oct2011 16:09, Tim Johnson t...@akwebsoft.com wrote:
| * Cameron Simpson c...@zip.com.au [111029 13:27]:
|  Does Chrome run at all?
|   Yes. 
|  If so, try changing your mailcap line to read:
|  
|text/html; open -a Chrome %s
|   Done. 
|  which uses the Mac's open command to open the URL or file using the
|  chrome app. That usage works for me (from the command line - I'm not
|  using this in my mailcap).
|  
|  I'd test it with:
|  
|open -a Chrome some-url-here
|  
|  first, from the command line.
|   That works. 
|   However, if I do 'm' (view-mailcap) or Cr (view-attach)
|   focus switches to a new chrome tab, but I get a 
|   This webpage is not found error message.
|   Example: location =
|   file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/muttPk5vu1
|   I can 'backtrace' the path to
|   file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/
|   and see a directory index, but don't see 'muttPk5vu1' there...
| 
|   thanks. Good tip. Making progress.

Ah, ok. What you're seeing is that mutt cleans up the temp file after
the command completes. open tells chrome what to open, and exits. Mutt
cleans up. Chrome responsds too late and sees nothing.

What you need is a wrapper script to take a copy of the file and hand
the copy to chrome. Like this one:

  http://www.cskk.ezoshosting.com/cs/css/bin/withstdin

You can imagine what led me to write that:-)

Then your mailcap entry becomes:

  text/html; withstdin open -a Chrome %s

which hands a copy to Chrome.

Cheers,
-- 
Cameron Simpson c...@zip.com.au DoD#743
http://www.cskk.ezoshosting.com/cs/

``On the information highway, there'll be no cops. No gas stations.  No rest
  stops.  No tow trucks.  But there will be dramatic pause passing lanes.''

Just remember, on the information superhighway, we are the Hell's Angels.

I will be a speed bump on the information super-highway.
- jvo...@math.rutgers.edu (jeff vogel)

Newbies are the roadkills of the information super-highway.
Alt.flame is the storm drain of the information super-highway.
CARASSO is the black ice on the information super-highway.

in the information superhighway i am the discarded refuse at the side
of the road. (strangly, i am proud of this).- chevyn


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Tim Johnson
* Cameron Simpson c...@zip.com.au [111029 16:50]:
 |   thanks. Good tip. Making progress.
 
 Ah, ok. What you're seeing is that mutt cleans up the temp file after
 the command completes. open tells chrome what to open, and exits. Mutt
 cleans up. Chrome responsds too late and sees nothing.
 
 What you need is a wrapper script to take a copy of the file and hand
 the copy to chrome. Like this one:
 
   http://www.cskk.ezoshosting.com/cs/css/bin/withstdin
 
 You can imagine what led me to write that:-)
 
 Then your mailcap entry becomes:
 
   text/html; withstdin open -a Chrome %s
 
 which hands a copy to Chrome.
  I tried that. Now I get :
  
  No webpage was found for the web address:
  file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/withstdin9745
  
  Time doesn't permit me to look at your script closely until later
  tonight or tomorrow morning, but perhaps something needs to be
  modified in the script?
  Also, I note that I have to give full path to Chrome and withstdin
  in the mailcap entry. Don't quite get that... I see /usr/local/bin
  in $PATH and `which' sees the scripts and the symlink
  
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Cameron Simpson
On 29Oct2011 17:05, Tim Johnson t...@akwebsoft.com wrote:
| * Cameron Simpson c...@zip.com.au [111029 16:50]:
|  |   thanks. Good tip. Making progress.
|  
|  What you need is a wrapper script to take a copy of the file and hand
|  the copy to chrome. Like this one:
|  
|http://www.cskk.ezoshosting.com/cs/css/bin/withstdin
[...]
|   I tried that. Now I get :
|   
|   No webpage was found for the web address:
|   
file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/withstdin9745
|   
|   Time doesn't permit me to look at your script closely until later
|   tonight or tomorrow morning, but perhaps something needs to be
|   modified in the script?

The script is (was) wrong. withstdin was actually a differently purposed
script and did exhibit that behaviour.

I have modified it. Invoke the new version like this:

  text/html; withstdin --keep --ext=.html open -a Chrome %s

|   Also, I note that I have to give full path to Chrome and withstdin
|   in the mailcap entry. Don't quite get that... I see /usr/local/bin
|   in $PATH and `which' sees the scripts and the symlink

I'm surprised you need a full path to withstdin if it is in your usualy
stuff (as found by which, for example). You really should not need a
full path for Chrome at all if it is a normal app. Unless its name isn't
plain Chrome but something longer like Google Chrome. Command-Tab
should show the app names.

Please refetch the updated script (realised my error after my earlier
post, have been modifying the script meanwhile).

Let me know if it is any better for you.

Cheers,
-- 
Cameron Simpson c...@zip.com.au DoD#743
http://www.cskk.ezoshosting.com/cs/

The aim of AI is to make computers act like the ones in the movies.
- Graham Mann


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Cameron Simpson
On 29Oct2011 20:29, Patrick Shanahan ptilopt...@gmail.com wrote:
| * Tim Johnson t...@akwebsoft.com [10-29-11 20:12]:
|  * Cameron Simpson c...@zip.com.au [111029 13:27]:
|That works. 
|However, if I do 'm' (view-mailcap) or Cr (view-attach)
|focus switches to a new chrome tab, but I get a 
|This webpage is not found error message.
|Example: location =
|
file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/muttPk5vu1
|I can 'backtrace' the path to
|file://localhost/var/folders/rj/6r6lch2d1mqb6p8k7s_ydrh8gn/T/
|and see a directory index, but don't see 'muttPk5vu1' there...
| 
| It is quite possible that the temp file is being cleared before the
| browser has loaded it.  I see two possibilities, 
|   (1) do not return or hit a key to mutt until the page has loaded or 
|   (2) try appending ;copiousoutput to the mailcap entry.
| #2 not tested.

(1) might work, though I'm offering another approach in the other thread
branch. (2) won't help - you never see chrome return from the web page
display, and watching the command output for EOF doesn't help.

Cheers,
-- 
Cameron Simpson c...@zip.com.au DoD#743
http://www.cskk.ezoshosting.com/cs/

It's the business of killing trees and putting chemicals on them.
- overhead by WIRED at the Intelligent Printing conference Oct2006


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Cameron Simpson
On 30Oct2011 12:23, I wrote:
| Please refetch the updated script (realised my error after my earlier
| post, have been modifying the script meanwhile).

Please refetch after 12:31pm GMT+11 (01:31 GMT). Another bugfix for the
upgrade - doesn't actually bite your proposed use though.

Cheers,
-- 
Cameron Simpson c...@zip.com.au DoD#743
http://www.cskk.ezoshosting.com/cs/

I die. I have a terrible fever in my head and it gets hotter and hotter until
my head is a fire, a forge, a star. I set the world on fire and all die. O the
embarrassment.  - Joe Haldeman, _A !Tangled Web_


Re: sub-mailbox in mailbox

2011-10-29 Thread du yang
On Saturday 10/29/11 15:31:11 CST, stardiviner wrote:
 I'm using mutt patch *sidebar*.
 I hope sidebar can show new mail highlight and list out sub-mailboxes.
 1] new mail highlight. (even in sub-mailboxes)
 2] I find mutt can not list out mailboxes when they are in another mailbox.
 for example:
 I have two mailboxes in another mailbox.
 apps/
 `-weechat/
 `-tmux/
 when I switch to apps mailbox with sidebar, mutt can not list out this 
 two mailboxes.
 how to set muttrc to do this ? 
 
 I set *mailboes* in a file. here is the example.
 mailboxes =Perl
 mailboxes =ubuntu
 mailboxes =Arch 
 mailboxes =apps
 

The mailboxes have to be defined explicitly in order to be recognized
by mutt. So this line 

 mailboxes =apps

needs to be substituted with

mailboxes =apps/weechat
mailboxes =apps/tmux

-- 
oooO:
(..):
:\.(:::Oooo::
::\_)::(..)::
:::)./:::
::(_/


signature.asc
Description: Digital signature


Re: Nested Folders Not Accessible With OfflineIMAP

2011-10-29 Thread du yang
On Sunday 10/30/11 06:48:28 CST, Michael Graham wrote:
   When I exit, I see this in the terminal printed several times, just 
 after the command to start mutt:
 
 sh: line 0: [: missing `]'
 

Are the last one script?
There is one space missing in it. the if condition should be
like

if [ -x $folder ];

instead of

if [ -x $folder];

Is that your problem?

The first one script looks having no problem on syntax after removing
tailing space.

Best regards
du yang
-- 
oooO:
(..):
:\.(:::Oooo::
::\_)::(..)::
:::)./:::
::(_/


signature.asc
Description: Digital signature


Re: mailcap entry for html - escaping spaces

2011-10-29 Thread Patrick Shanahan
* Cameron Simpson c...@zip.com.au [10-29-11 21:26]:
 (1) might work, though I'm offering another approach in the other thread
 branch. (2) won't help - you never see chrome return from the web page
 display, and watching the command output for EOF doesn't help.

when I view an http email in firefox, if I hit-a-key to return to mutt
too soon, the page fails to load in firefox as the temp file has been
removed.  I understand that you don't see chrome *return* but you know
that there is a delay until the entire page/data is handed off to chrome
where the exchange can be interrupted.  Supposedly copiousoutput delays
the return from browser/other-app until the data has been
exchanged/delivered..

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  HOG # US1244711
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org   openSUSE Community Member
Registered Linux User #207535@ http://linuxcounter.net


Re: bouncing a message

2011-10-29 Thread gt
On Sun, Oct 30, 2011 at 08:15:18AM +1100, Cameron Simpson wrote:
 Do you mean From  or From: ? The former is part of the message
 envelope, not the message. Bounce should leave From: alone.
 
 Can you show use the headers before and after the bounce?

I have attached the headers of the original mail sent to me, and the 
mail i bounced to a mailing list.

The bounced message was retrieved from gmane, and its From: field shows
my email, but the name of the original sender.

-- 
O ascii ribbon campaign - stop html mail - www.asciiribbon.org
Delivered-To: codere...@gmail.com
Received: by 10.42.154.132 with SMTP id q4cs43252icw;
Fri, 28 Oct 2011 22:54:15 -0700 (PDT)
Return-Path: velu...@gmail.com
Received-SPF: pass (google.com: domain of velu...@gmail.com designates 
10.182.124.9 as permitted sender) client-ip=10.182.124.9;
Authentication-Results: mr.google.com; spf=pass (google.com: domain of 
velu...@gmail.com designates 10.182.124.9 as permitted sender) 
smtp.mail=velu...@gmail.com; dkim=pass header.i=velu...@gmail.com
Received: from mr.google.com ([10.182.124.9])
by 10.182.124.9 with SMTP id me9mr1277600obb.1.1319867653144 (num_hops 
= 1);
Fri, 28 Oct 2011 22:54:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :content-type;
bh=9MsIBm/poaoX+eT46ydxa2xt4jueAa3luIgxOzpYqtc=;
b=m71XxbrS1zSyVWF+2gtTjfhVRVp77+0RmJU1DfuQzTQ5GMVm5b9DQe0svDeYf56UDq
 EeqA2umQLXiDfVaRK9a7AXXlRDSN9KinT1iU18nKGG9oeKx3FxbIo6X17kc4ZWX80xUC
 WQ73QAoTGrIbiOb4hA+xuqzqv2C2vJZ/tKRoQ=
MIME-Version: 1.0
Received: by 10.182.124.9 with SMTP id me9mr1277600obb.1.1319867653141; Fri,
 28 Oct 2011 22:54:13 -0700 (PDT)
Received: by 10.182.72.42 with HTTP; Fri, 28 Oct 2011 22:54:13 -0700 (PDT)
In-Reply-To: 20111029025058.GA3562@my-machine
References: 20111027155207.ga21...@molb.org
20111027174627.GC29197@my-machine
20111029015408.gb31...@molb.org
20111029025058.GA3562@my-machine
Date: Fri, 28 Oct 2011 22:54:13 -0700
Message-ID: CAG1aRDzt9x6+7DXOQ3i03EP+z=cnf3hiueflq_1-anzb0zm...@mail.gmail.com
Subject: Re: Default volume change value
From: Justin Richard velu...@gmail.com
To: gt codere...@gmail.com
Content-Type: multipart/alternative; boundary=f46d0444ed199db4ce04b069a2e8
Content-Length: 541
Path: news.gmane.org!not-for-mail
From: Justin Richard codere...@gmail.com
Newsgroups: gmane.comp.audio.cmus.devel
Subject: Re: Default volume change value
Date: Fri, 28 Oct 2011 22:54:13 -0700
Lines: 35
Approved: n...@gmane.org
Message-ID: CAG1aRDzt9x6+7DXOQ3i03EP+z=cnf3hiueflq_1-anzb0zm...@mail.gmail.com
References: 20111027155207.ga21...@molb.org
20111027174627.GC29197@my-machine
20111029015408.gb31...@molb.org
20111029025058.GA3562@my-machine
NNTP-Posting-Host: lo.gmane.org
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary6798250665424755276==
X-Trace: dough.gmane.org 1319873740 3419 80.91.229.12 (29 Oct 2011 07:35:40 GMT)
X-Complaints-To: use...@dough.gmane.org
NNTP-Posting-Date: Sat, 29 Oct 2011 07:35:40 + (UTC)
To: gt codere...@gmail.com
Original-X-From: cmus-devel-boun...@lists.sourceforge.net Sat Oct 29 09:35:36 
2011
Return-path: cmus-devel-boun...@lists.sourceforge.net
Envelope-to: gcac-cmus-de...@m.gmane.org
Original-Received: from lists.sourceforge.net ([216.34.181.88])
by lo.gmane.org with esmtp (Exim 4.69)
(envelope-from cmus-devel-boun...@lists.sourceforge.net)
id 1RK3S3-0006QO-H6
for gcac-cmus-de...@m.gmane.org; Sat, 29 Oct 2011 09:35:35 +0200
Original-Received: from localhost ([127.0.0.1] 
helo=sfs-ml-2.v29.ch3.sourceforge.com)
by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from cmus-devel-boun...@lists.sourceforge.net)
id 1RK3S2-0004bg-Dk; Sat, 29 Oct 2011 07:35:34 +
Original-Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
helo=mx.sourceforge.net)
by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from codere...@gmail.com) id 1RK3S1-0004bb-IN
for cmus-de...@lists.sourceforge.net; Sat, 29 Oct 2011 07:35:33 +
Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com
designates 209.85.210.175 as permitted sender)
client-ip=209.85.210.175; envelope-from=codere...@gmail.com;
helo=mail-iy0-f175.google.com; 
Original-Received: from mail-iy0-f175.google.com ([209.85.210.175])
by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-MD5:128)
(Exim 4.76) id 1RK3S0-00050T-MV
for cmus-de...@lists.sourceforge.net; Sat, 29 Oct 2011 07:35:33 +
Original-Received: by iafi7 with SMTP id i7so7338459iaf.34
for cmus-de...@lists.sourceforge.net;
Sat, 29 Oct 2011 00:35:27 -0700 (PDT)
Original-Received: by 10.68.33.227 with SMTP id u3mr2317007pbi.72.1319873726174;