Re: How to: Delete from current message to end of mailbox

2014-05-15 Thread Derek Martin
On Tue, May 13, 2014 at 09:22:47AM +0100, Stanley Dziegiel wrote:

 The second one will require me to work out how many days worth of e-mails
 I want to keep, and I a cannot guarantee to get that right when I have to
 start using my toes...

To count days?  Or is there something about your e-mail workflow that
triggers you to start mashing the keys with your feet?  =8^)

-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail due to spam prevention.  Sorry for the inconvenience.



pgpMU5DdDSHX7.pgp
Description: PGP signature


Re: How to: Delete from current message to end of mailbox

2014-05-15 Thread Patrick Shanahan
* Derek Martin inva...@pizzashack.org [05-15-14 11:56]:
 On Tue, May 13, 2014 at 09:22:47AM +0100, Stanley Dziegiel wrote:
 
  The second one will require me to work out how many days worth of e-mails
  I want to keep, and I a cannot guarantee to get that right when I have to
  start using my toes...
 
 To count days?  Or is there something about your e-mail workflow that
 triggers you to start mashing the keys with your feet?  =8^)

See, :^)  

That's rum vs Dos Equis.  Just back from lunch @ El Mason and 32oz Dos Equis.
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://linuxcounter.net


Strange repeated Exit Mutt ([yes]/no): ...

2014-05-15 Thread Saptarshi Guha
Hello,

I've started Mutt with a barebones muttrc:


# Mozilla muttrc
 set my_smtp_server=
set mbox_type   = Maildir
set smtp_url= 
set hostname=host.com
# set certificate_file=~/.mutt/certificates/mozilla.cert
 # in this order
unhdr_order *
my_hdr From: Saptarshi Guha j...@mozilla.com
my_hdr X-PGP-Key:
http://pgp.mit.edu/pks/lookup?op=vindexsearch=0x211912DE15907669
hdr_order From: To: Reply-To: CC: BCC: Date: Subject: X-Mailer: User-Agent:
 # headers
set edit_headers
ignore *
unignore Subject: Date: From: Reply-To: To: CC: BCC: X-Mailer: User-Agent:

Every 5-10 seconds i get the prompt Exit Mutt ([yes]/no): ...
I have no idea why. I'm not pressing any key by accident  - i can come
back after 5 mins and see this.

Does any one know how to track down the fault?
Cheers
Saptarshi


Re: Strange repeated Exit Mutt ([yes]/no): ...

2014-05-15 Thread David Champion
* On 15 May 2014, Saptarshi Guha wrote: 
 Hello,
 
 Every 5-10 seconds i get the prompt Exit Mutt ([yes]/no): ...
 I have no idea why. I'm not pressing any key by accident  - i can come
 back after 5 mins and see this.

It sounds like some process is delivering a SIGINT to mutt.

-- 
David Champion • d...@bikeshed.us


Re: Strange repeated Exit Mutt ([yes]/no): ...

2014-05-15 Thread Saptarshi Guha
hmmm, sounds plausible.

And in fact, yes! Thanks much.
On OS X, I had a LaunchAgent that used offlineimap to download mail,
and index it with mu.

I had this in the script

pkill -2 -u $UID mu

I've now added -x to get

pkill -x  -2 -u $UID mu

And all is well

Thanks again!
Saptarshi



On Thu, May 15, 2014 at 3:46 PM, David Champion d...@bikeshed.us wrote:
 * On 15 May 2014, Saptarshi Guha wrote:
 Hello,

 Every 5-10 seconds i get the prompt Exit Mutt ([yes]/no): ...
 I have no idea why. I'm not pressing any key by accident  - i can come
 back after 5 mins and see this.

 It sounds like some process is delivering a SIGINT to mutt.

 --
 David Champion • d...@bikeshed.us