Re: Hide [bracketed topic indicators] such as prepended by mailing lists

2012-04-11 Thread Tom Furie
On Wed, Apr 11, 2012 at 01:01:00PM +, Grant Edwards wrote: > Same here. I stipped the tags out for years and never noticed any > problem with any of the mailing lists I posted to. But, IMO, > gmane+slrn is far superior (if gmane carries the list in question). That's because newsgroups are a

Re: how to set up an macro to jump to a mail matching a pattern ?

2012-07-16 Thread Tom Furie
On Tue, Jul 17, 2012 at 07:53:23AM +0800, chris wrote: > I have found one way to close my target a little: > macro index "~N (~x .*@stardiviner)" > > But I still do not know how to apply "?" into this patter. the "?" in this > pattern seems is "literal". The "?" will call . Are you looking

Re: Putting table in email?

2012-11-20 Thread Tom Furie
On Tue, Nov 20, 2012 at 09:32:16AM -0500, Peter Davis wrote: > I'm using mutt on OS X, with emacs as my editor. It's a great > > Is there any reasonly easy (non-painful) way to put a table in a > message? A plain text table would be fine if I could limit it to 72 > characters wide or so, and if t

Re: CLI assistance please

2013-05-02 Thread Tom Furie
On Thu, May 02, 2013 at 09:42:46AM +0100, Richard Bown wrote: > What do I need to put in the muttrc file to do the same, allowing for > attachments to be mpeg4 ~? > The current mail command in the motion.conf file is:- > > on_movie_start echo ["Camera detection" %d/%m/%Y %H:%M:%S--%v] |mailx -

Re: got mutt to compile, but won't authenticate

2014-01-04 Thread Tom Furie
On Sat, Jan 04, 2014 at 12:28:46PM -0500, Charles E Campbell wrote: > However, mutt still doesn't recognize header_cache or > certificatg_file (again, undefined variables), and it still won't > send mail. I'm not very familiar with this side of mutt, but are you sure that certificatg_file isn't a

Re: mutt native SMPT support vs Postfix?

2014-01-05 Thread Tom Furie
On Sun, Jan 05, 2014 at 02:25:16PM +0800, Chris Down wrote: > Well, that's exactly what I was recommending -- using something like > sendmail over something which is designed for far more (Postfix). Sendmail and Postfix are both MTAs, they both do (essentially) the same thing. Cheers, Tom -- P

Re: Using maildir

2014-04-29 Thread Tom Furie
On Tue, Apr 29, 2014 at 04:00:07AM +0100, David Woodfall wrote: > I've just set up dovecot/procmail on a debian VPS and when using mutt > with maildir, as I navigate around, I see the new/ cur/ tmp/ folders > and inside the actual file names of the mail. > > On my home box I connect locally to the

Re: Using maildir

2014-04-29 Thread Tom Furie
On Wed, Apr 30, 2014 at 05:08:17AM +1200, Chris Bannister wrote: > On Tue, Apr 29, 2014 at 02:57:27PM +0100, Tom Furie wrote: > > set mbox_type=maildir should let mutt know it's looking at a maildir > > structure. > > AFAIU, that setting, creates a maildir structure whe

Re: Using maildir

2014-04-29 Thread Tom Furie
On Tue, Apr 29, 2014 at 10:44:38PM +0100, David Woodfall wrote: > Well, I'm not quite out of the woods. Although mutt starts off in my > Inbox (using mutt -f ~/Mail) and it shows everything correctly, when > I change folder, to say view all my mailboxes, then I can't get back > into my Inbox. Inbo

Re: pop(s),smtp(s)

2014-11-03 Thread Tom Furie
On Mon, Nov 03, 2014 at 04:32:32PM -0500, DaleKelly wrote: > I did with POP and IMAP enabled, 1.5.1.23 Do you mean 1.5.23? This is the latest version available. > I am using one from distribution, its 1.5.1.6 Do you mean 1.5.16, or 1.5.6i? Version 1.5.16 is from around 2007, 1.5.6i is from ar

Re: Clear subject field

2017-11-20 Thread Tom Furie
On Mon, Nov 20, 2017 at 02:18:52PM +0100, Pétùr wrote: > I noticed also that C-k was working (but the cursor has to be at the > beginning of the line). Which can be achieved by C-a, in case you're interested. Cheers, Tom -- A beginning is the time for taking the most delicate care that balance

Re: is it possible to auto-detect mailing list?

2018-04-20 Thread Tom Furie
On Fri, Apr 20, 2018 at 10:46:17PM +0800, Yubin Ruan wrote: > Most mailing lists emails have several sepecial headers, for example, > "Mailing-List" and "X-Mailing-List". Is it possible to mark those emails as > subscribed (as if we have used `subscribe l...@address.org' in .muttrc), such > that t

Re: is it possible to auto-detect mailing list?

2018-04-21 Thread Tom Furie
On Fri, Apr 20, 2018 at 07:17:22PM -0400, Patrick Shanahan wrote: > * Tom Furie [04-20-18 18:54]: > > The subscription file could be sourced by .muttrc. Of course, changes > > won't be reflected until mutt is restarted. > no, simply, :source will do it. Okay, thank you

Re: use a variable in .muttrc

2011-09-15 Thread Tom Furie
On Thu, Sep 15, 2011 at 09:49:14AM +0200, Gérard Robin wrote: > Hello, > in order to organize outbox I wrote this script: (year.sh) > > - > #!/bin/bash > > year=`date +%Y` > > if [ ! -d ~/Mail/OUTBOX/$year ] > then > mkdir ~/Mail/O