* Michael P. Soulier ([EMAIL PROTECTED]) [11 Sep 2002 09:58]:
> On 11/09/02 Johan Almqvist did speaketh:
[...]
> Can I see a filtering example from your .procmailrc? Say, to filter
> this mailing list?
:0:
* ^Sender: owner-mutt-(dev|users)@mutt.org
apps-mutt/
Basically, it's just like an mbox
* Bo Peng ([EMAIL PROTECTED]) [05 Sep 2002 11:40]:
[...]
> I do not see anything wrong with quoting the whole message. It is a
> good reference if the reader need to read it or it can be ignored
> easily.
But I already have the previous messages. I can press P and read them. A
much better refere
* Vincent Lefevre ([EMAIL PROTECTED]) [01 Aug 2002 13:33]:
> On Thu, Aug 01, 2002 at 12:25:01 +1000, Iain Truskett wrote:
> > * Vincent Lefevre ([EMAIL PROTECTED]) [01 Aug 2002 11:56]:
> > [..]
> > > And how can one find the options used to compile Mutt?
> >
>
* Vincent Lefevre ([EMAIL PROTECTED]) [01 Aug 2002 11:56]:
[..]
> And how can one find the options used to compile Mutt?
mutt -v
cheers,
--
Iain, who still finds it odd seeing you in non-Acorn contexts.
* Mark J. Reed ([EMAIL PROTECTED]) [01 Aug 2002 02:05]:
[...]
> Vim may not have modern innovations from Perl 5 like non-capturing
> grouping, lookaround, etc., but it's hardly "broken".
Actually, vim has non-capturing grouping and look-ahead/behind. And with
the various magic escapes, you can h
* Ricardo SIGNES ([EMAIL PROTECTED]) [01 Aug 2002 01:21]:
> On Wed, Jul 31, 2002 at 05:08:25PM +0200, Roman Neuhauser wrote:
> > this reminds me: how hard would it be to make mutt use libpcre?
> And, how much would it slow down / bloat up mutt, if at all?
Strictly speaking, if used as a shared l
* Patrick ([EMAIL PROTECTED]) [29 Jul 2002 12:02]:
> * Andre Berger <[EMAIL PROTECTED]> [07-28-02 20:46]:
[...]
> This would be better accomplished by procmail, since this is one of
> it's intended uses. Use mutt to read/respond to email.
If one is adding to a kill file, I personally would prefe
* Anthony Towns ([EMAIL PROTECTED]) [20 May 2002 17:38]:
[...]
> First, has anyone done this before? Is there a FAQ or HOWTO I could be
> reading?
Examine the 'limit' command (bound by default to 'l' in the index
screen).
[...]
> What I can't figure out is how to run that script and make mutt l
* Timothy Ball ([EMAIL PROTECTED]) [17 Nov 2001 21:00]:
[...]
> $bash perl -MCPAN -e shell
> cpan> install Curses::Widgets
> cpan> install Mail::Headers
[...]
> Yeah I'm looking into a way for a Makefile to automatically install
> these pkgs for a user if a they aren't installed sytemwide... As I'
* Stan Ryckman ([EMAIL PROTECTED]) [15 Nov 2001 16:28]:
> iain truskett wrote:
> [snip]
> > So, a quick analysis of the stats produces:
> >
> > 1 2182Mutt
> > 2 1756Microsoft Outlook Express
[...]
> > I don't think too many
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [19 Sep 2001 06:58]:
> Is there any way to have mutt default to either the inbox on startup, or
> default to a folder that has new mail in it?
At your command prompt, type: mutt -Z || mutt
In zsh, and presumably bash, you can set an alias. e.g.
alias mutt
* Ken Weingold ([EMAIL PROTECTED]) [11 Jul 2001 14:33]:
[...]
> You have a thread going on for a while, and want to quote it, but it
> is MANY lines. That is where I wonder what to do, since you could have
> more than a page-worth of just quoting, and it is all relevent. Still
> okay?
Break it u
* Joshua Haberman ([EMAIL PROTECTED]) [20010404 02:36]:
[...]
> But then I get both in my inbox. Ideally, I'd like to have the one
> that arrived via the mailing list to go in the mailing list's folder,
> and the one delivered directly to me to go in my spoolfile.
:0:
* ^Delivered-To: mailing lis
.
Why don't I fix the time on the machine? It's a US based machine and I'm
not in the US and it's not my machine to do such with =) Hence I have my
locale settings set to my city. Works fine with 'date sent' and current
time, but not with 'date received'. Most pe
* Jeff Howie ([EMAIL PROTECTED]) [15 Nov 2000 08:35]:
> On Tue, Nov 14, 2000 at 11:07:29AM +1100, iain truskett wrote:
> > I'm attempting to use the following (which seem logical enough for
> > me) to perform folder specific index formatting:
[...]
> > However, they
x_format="%4C %4N %Z %[!%y%m%d] %-14.14F (%5l) %s"'
However, they don't work. I get an error:
%4N: unknown variable
Does anyone have a better way of formatting indexes per folder?
cheers,
--
iain truskett, aka Koschei.<http://eh.org/~koschei/>
odified) to your .muttrc file:
send-hook . my_hdr From: Emmanuel Anne <[EMAIL PROTECTED]>
I've not noticed it causing Authentication-Warning header lines (but I
may not have noticed; plus we run postfix here rather than sendmail).
cheers,
--
iain truskett, aka Koschei.
* Caster ([EMAIL PROTECTED]) [13 Aug 2000 18:29]:
> On sob 12 sie 2000 16:05:27 GMT iain truskett wrote:
> > Clever, but only useful if your vi clone doesn't support something
> > like: set editor="vim +/^$/+1"
> Notice, that moving the cursor to the line tha
* Vincent Lefevre ([EMAIL PROTECTED]) [13 Aug 2000 01:07]:
> On Sun, Aug 13, 2000 at 00:55:01 +1000, iain truskett wrote:
> > Nope, it doesn't. Nor should it really. You might be thinking of pine,
> > whose editor is pico-based.
> But the manual says it has one. I don
pico-based.
To use another example: pine = pluto, mutt = messenger pro
With Pluto you have to use its editor. With MsgrPro, you can use Zap.
=)
cheers,
--
iain truskett, aka Koschei.<http://eh.org/~koschei/>
"I'd just like to take this opportunity to s
esn't support something like:
set editor="vim +/^$/+1"
And I've found that even the vi on the solaris machine I use (:version
gives "Version SVR4.0, Solaris 2.5.0") recognises "vi +/^$/+1".
cheers,
--
iain truskett, aka Koschei.&l
BufNewFile,BufRead *News/* set filetype=mail
augroup END
autocmd FileType mail call SetUpMail()
For more of an explanation, check out one of the recent postings to the
vimtips group at egroups:
<http://www.egroups.com/group/vimtips/>
You'll want message number 3, "Email".
cheers!
--
iain truskett, aka Koschei. <http://eh.org/~koschei/>
Join the VIM Tips mailing list: <http://eh.org/~koschei/code/vim/>
How exactly does one convince mutt to fetch a the public key associated
with a message? i.e. get the actual key from a pgp server.
cheers,
--
iain truskett, aka Koschei. <http://eh.org/~koschei/>
Join the VIM Tips mailing list: <http://eh.org/~koschei/code/vim/>
you mean making the message have the little "N" next to
it again, try pressing the w key while on the message. It offers you a
selection of flags you may set on a message. One of those flags is the
'N' flag.
cheers,
--
iain truskett, aka Koschei. <http://eh.org
e do I want to look
in?' before I think 'what do I wish to look for?' So I often end up
doing a cat| Useful things.
cheers,
--
iain truskett, aka Koschei. <http://eh.org/~koschei/>
Join the VIM Tips mailing list: <http://eh.org/~koschei/code/vim/>
25 matches
Mail list logo