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-mai
* Derek Martin [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 cou
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
my_h
* 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 Cha
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, M