Re: [OFF TOPIC] Archieve mail

2022-02-03 Thread aitor
'm not mistaken you can still install python 2 in debian with the "python2" package. Then, you just change the first line of archivemail to run "python2" instead of "python", like this: #! /usr/bin/env python2 That's what I did in ubuntu and it Works For Me(TM). best, aitor

Re: {.quotelead} strings in markdown2html messages

2021-06-29 Thread aitor
Hi! On Wed, Jun 30, 2021 at 08:26:56AM +1000, Cameron Simpson wrote: > > [] > Try hacking the script to change this: > > ret.append(f'{{.quotelead}}{cur.strip()}') > ret.append(f'{{.quotelead}}{cur.strip()}') > > That might make for ugly HTML rendering, but would at least the litter

{.quotelead} strings in markdown2html messages

2021-06-29 Thread Aitor Soroa
;;>b...@mail.com To: Alice mailto:al...@mail.com";>al...@mail.com Cc: Bcc: Subject: Re: messages Reply-To: On Mon, Jun 14, 2021 at 02:10:49PM +0200, Aitor Soroa wrote: This seems to work ok so far. > On Mon, Jun 14, 2021 at 02:08:47PM +0200, Alice wrote: This is the first reply

Re: TAB key in index

2015-03-27 Thread Aitor
> > the TAB key (in the index) cycles among unread messages. I would like to > > change its behaviour so that it cycles among unread _and_ flagged > > messages (e.g., those having a "!" mark). > > Try this: > > :macro index /~N|~F just brilliant. thanks! aitor

TAB key in index

2015-03-26 Thread Aitor
Hi all, the TAB key (in the index) cycles among unread messages. I would like to change its behaviour so that it cycles among unread _and_ flagged messages (e.g., those having a "!" mark). Do you know it this is feasible ? thanks! aitor

Re: mutt: saving attachments to disk

2012-02-27 Thread aitor
with ctrl-e and set it to 'text/xml; charset=us-ascii; name="doc.xml"', try to save it and see what it happens ? - should I write a message to mutt-devel instead of mutt-users ? best, aitor

Re: mutt: saving attachments to disk

2012-02-22 Thread aitor
. So my question was if there is a way to automatically save the attachments without translations. best, aitor

mutt: saving attachments to disk

2012-02-21 Thread aitor
k. So my question is: is any way to tell mutt "ok, the mime information may be wrong. In any case, I want you to save the attachment as-is to the disc, i.e. without any translation etc". thanks, aitor