atically (I have to press G
again).
Curious if folks on this list have had to optimize for this kind of
scenario and what they came up with.
Thanks!
Eric
back to -nopol. As a result, switching between folders
in the sidebar is almost instantaneous, but with the caveat thar new
message counts aren't updated automatically (I have to press G again).
Curious if folks on this list have had to optimize for this kind of
scenario and what they came up with.
Thanks!
Eric
Matthias Beyer wrote:
> On 21-06-2016 13:17:59, steve wrote:
> > I use colordiff.
>
> It seems that there are no mime types set in the patch mails send to
> the LKML. Or do I have to install an additional tool for this to work
> (besides colordiff of course)?
Fwiw, my previous example works wi
Matthias Beyer wrote:
> can someone tell me how to color diffs in a PATCH mail when viewing
> the mail contents with mutt?
I use the following:
color body cyan black ^[+].*$
color body magenta black ^-.*$
It's not perfect and highlights some things unnecessarily,
but it's enough f
Richard Russon wrote on Mon-06-Jun 16 5:36PM
> Hi Eric,
>
> Asking NeoMutt questions on the Mutt list? You'll get me in trouble ;-)
Thanks Rich and oops, sorry I have not felt the sensitivities on
this issue. I hope that this will not last.
> > My old `color attachment
How do I do this?
My old `color attachment black red'
does not seem to work anymore.
Eric
could not reproduce it.
So is this indeed supported for mbox?
It works for me consistantly with imap and with maildir.
Faster and the files in the header_cache dir are uopdated.
Nope on both counts with mbox.
What is the reason for this?
Eric
~ % mutt -v
Mutt 1.5.23 (2014-03-12)
Copyright (C
Has anyone implemented this or is considering to do so?
--
Eric Smith
(re-adding mutt-users to Cc:, there's no Mail-Followup-To: or Reply-To:
in the header and I'm new to this list (but not mutt) so I'll just
follow git and linux-kernel mailing list (LKML) conventions for now)
Oliver Graute wrote:
> On 15/06/15, Eric Wong wrote:
> > Olive
Oliver Graute wrote:
> Hello,
>
> I would like to apply patches received from a public mailinglist to a
> git repository. There for i'am looking for an easy to handle maintainer
> workflow for mutt and git. How do maintainers of known open source
> projects handle these workflow with incoming pa
Hi
Where do I control the length of the string for the title of the
attachment which is displayed in the Compose window?
--
Eric Smith
Thanks for this Marco.
For some reason my version 1.5.21 did not expand the char class
square brackets so I had to change the regex thusly;
color body brightgreen black "(http|https|ftp|news|telnet|finger)://[^
\"\t\r\n]*"
--
Eric Smith
Marco wrote on Wed-21-Aug 13 5:12PM
Thanks Alexander.
I looked before I posted at the options for my mintty on cygwin
and could not find such a setting.
--
Eric Smith
Alexander Huemer wrote on Wed-21-Aug 13 5:55PM
> On Wed, Aug 21, 2013 at 04:25:17PM +0200, Eric Smith wrote:
> > How do I highlight URL's in
How do I highlight URL's in the mutt pager?
--
Eric Smith
higher values then the
foreground and background of the *all* text is set to grey
(unreadable therefore).
I guess the first char highlighted is a good enough solution.
--
Eric Smith
never managed to render color in html email, how is this
possible?
Thanks
--
Eric Smith
I only use fully formed email addresses or aliases when addressing
mail (and not "local" usernames).
I (too frequently) misspell my aliases.
Is there a way that mutt could warn me when the alias fails to
expand, instead of just appending the hostname to it?
--
Eric Smith
.
So I want to copy and paste a grammatically more useful *pseudo*
header text. Of course mutt could be made to accept anything
unique as this pseudo header, so I asked if it is changeable
without a hack of the source.
Thats all.
--
Eric Smith
Christian Brabandt wrote on Tue-20-Nov 12 5:12PM
>
an "Attach"
--
Eric Smith
Christian Brabandt wrote on Tue-20-Nov 12 5:02PM
> On Tue, November 20, 2012 16:59, Eric Smith wrote:
> > Is there a non sourcecode way to change mutt's interpretation of
> > the header named Attach: to an arbitrary string (like Atta
Is there a non sourcecode way to change mutt's interpretation of
the header named Attach: to an arbitrary string (like Attached:)?
--
Eric Smith
I am coming across more and more (non techy) html email with colouring of
threads. We, do fine with our reply prefixes (`>' and friends).
Anyone found a nice way to deliver html mail from mutt?
Never though I would ever ask such a question.
--
Eric Smith
How do I get the sender's name to whom I am replying in the vim
statusline?
--
Eric Smith
Jeremy
This is how I did it:
set sendmail = "/home/eric/bin/get_subject_and_send.sh"
$ cat /home/eric/bin/get_subject_and_send.sh
#!/bin/bash
cat /dev/stdin| tee >(SUBJECT=`formail -z -x Subject`;echo
"^Subject:.*$SUBJECT">>/home/eric/serialised_subjects;ech
at job to strip the Subject line from the file in n days).
I do something like this with postfix alwaysbcc and procmail,
but would prefer something more specific and efficient. Best
place to do it is at the time of send-message when the Subject
line is definitive.
--
Eric Smith
Jeremy Kitchen wrot
When piping a message from the compose menu, I receive only the
body of the mail and not its headers.
I want to capture the headers before sending the mail and am
using this macro.
macro compose ,y "/home/eric/bin/get_subject"
The headers are not being passed to the script get_sub
Is there a way to keep a record of mail that
you bounce?
--
Eric Smith
Hi
Is it possible to run automatically and periodically a sync-mailbox command in
mutt? This is to update the flags on the mailfolder
non-interactively.
--
- Eric Smith
On Thu, Apr 19, 2012, Cameron Simpson wrote:
> | The size of
> | ~/.mutt_cache remains 0 as well.
>
> Very suspect. You _did_ make a directory for the cache, and not a file?
>
> mkdir ~/.mutt_cache
No, I didn't. Thanks, this solved the problem!
--
Eric Patton
are still being downloaded anew. The size of
~/.mutt_cache remains 0 as well.
~ Eric
ers, please mail to .
To report a bug, please visit http://bugs.mutt.org/.
My header_cache is also defined in my muttrc:
set header_cache=/home/epatton/.mutt_cache/
(File permissions set to 666.)
Despite this, the mail headers get read from scratch upon each Mutt
startup.
Not sure what else I'm missing here. Everything else in Mutt is fine.
~ Eric.
uage encoding issue, I might need some
pointers how to change those settings.
--
Eric Patton
Has anyone figured a way to indicate if a mail has been bounced?
(I guess a macro that first sets a flag and then bounce.)
--
- Eric Smith
Yes Tim
But this will not match if the mail is From: foo and To: bar, baz
--
- Eric Smith
Tim Gray said:
> On Dec 08, 2011 at 10:39 PM +0100, Eric Smith wrote:
> >So if it is a mail from one of three names and the other two names are
> >in ~C (To: or Cc:), then it is a match.
Tim Gray said:
> On Dec 08, 2011 at 12:08 PM +0100, Eric Smith wrote:
> >Thanks Tim but the condition is AND not OR.
> >All three addresses need to be present in random order in the To: or
>
> Oops. Just take that the |'s then. If you just place several
> search
Thanks Tim but the condition is AND not OR.
All three addresses need to be present in random order in the To: or
Cc: fo the rule to apply.
--
- Eric Smith
Tim Gray said:
> On Dec 05, 2011 at 10:23 PM +0100, Eric Smith wrote:
> >If a sent or received mail has a certain list of email add
If a sent or received mail has a certain list of email addresses in
the To: and Cc:, then I want to automatically save to a specific
folder.
How would I implement this?
--
- Eric Smith
I cannot find a way to attach multiple files in one go
from within mutt. I can go to attach and then to fle browser
and there select with a tag, but I cannot get all the tagged files to
attch to the mail message.
How would I do that?
--
- Eric Smith
I know you can filter a mailbox by flags with ~F but is it possible to
order it by flags?
--
- Eric Smith
If I add an Attach: heder with an invalid filename causing a failure
to attach the file, is it possible to have mutt disable mail send.
This often occurs when quickly exiting the editor and pressing "y"
without noticing the failure.
--
- Eric Smith
Richard said:
> would that work?
> mutt -e 'push "m"''
Yehee, and so it does, thanks Richard.
Hi
I want mutt to startup and run imediately a macro.
Is this possible?
--
- Eric Smith
Is it possible to configure mutt to accept the header;
a:
as an alternative to
attachment:
--
- Eric Smith
People more and more send html with their respnses in a different
color :(
Please let me have the maicap rule that can autodisplay these
html mails in color in the pager.
Thanks
--
- Eric Smith
sendmail variable back
to default. Then and then set the sendmail back to
point to the script.
Then a single keypress could do the trick.
Eric Smith
of course results in the file being by default saved in the
mailbox of the recipient.
Is there a clever way to solve this problem (without having to
complicate my script to provide two entries, a ~f at the top of the
file and a ~t at the bottom to enforce the precedence of ssender
matching).
--
- Eric Smith
Is this possible?
--
- Eric Smith
Michael Elkins said:
> Hi Eric,
>
> On Thu, Aug 19, 2010 at 06:06:39PM +0200, Eric Smith wrote:
> >This and some other permutations don't work for me:
> >macro compose J ':set editor="vim" :edit-message'
> >
> >What is the correct
Hi
This and some other permutations don't work for me:
macro compose J ':set editor="vim" :edit-message'
What is the correct way to set the editor and go back to editing in
one go?
--
- Eric Smith
How do I copy all sent mail to the send-hook specified fgolder as well
as to a universal sent folder (with mutt)?
--
- Eric Smith
Michael Ludwig said:
> Eric Smith schrieb am 25.06.2010 um 08:11 (+0200):
> >
> > Is it possible to configure mutt to place an extra header in the
> > edit buffer each time you go into edit mode?
> >
> > I want the line
> > `attach:'
>
> Ye
h for some reason I am using more and more).
--
- Eric Smith
.
--
- Eric Smith
Thanks Andreas
How do I avoid encoding issues?
The mail that sent thuis form correctly specified the following
headers under the boundry line:
--001485f87ed653be3e04875459c4
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
--
- Eric Smith
Andreas Kneib
How do I send an html form so that it opens as an inline form
for the recipient and not an html attachment?
--
- Eric Smith
If I read a mail or save it the flag changes of course.
But I need to run to write these changes to the folder
on disk.
Is there a good way to have mutt do this automatically?
--
- Eric Smith
This macro which could be an autocommand of course,
works okay but does not send the output to pager which I want.
macro index z
"texttranslate_script"
--
- Eric Smith
Eric Smith said:
> I want to run a translation script automatically when viewing a
> mail in the pager. T
only the text part
to the script (and pager) and only the body and not the headers
although Subject: would be nice I guess.
Thank you
Eric Smith
GOOGLE TRANSLATION com numeração à linguagem [pt] *:
1] Eu quero executar um script de tradução automática ao ver um e-
mail no pager.
2] A
Is there a patch for mutt to save mails in the folders
of all To: recipients and all Cc: recipients as
specified in the save-hook command?
--
- Eric Smith
When I open a new mailbox, the most recent mail is automatically
selected. However, when I perform a limit command, the filtered
list is displayed but the selected mail is the oldest.
How do I have the most recent mail selected after a limit command?
Thank you.
--
- Eric Smith
only one that is constantly looking up mail addresses
from previous emails to or from a certain contact?
Of course I use my aliases file a lot as well.
--
- Eric Smith
l ! ~N'
>
> Does that help?
Yes, this last line you wrote was what I was referring to - I don't know what
this syntax (!) means, and how to construct complex coloring patterns in
general.
Does '~l ! ~N' mean 'color list mail yellow if it is not new', or...?
--
Eric Patton
can't find the appropriate section in the docs to form a conditional
expression.
--
Eric Patton
pager_index_lines to reduce the noise.
Thanks,
--
Eric Patton
Michael Tatge wrote:
> * On Thu, May 07, 2009 11:02AM -0300 Eric Patton (epat...@nrcan.gc.ca)
> muttered:
> > I was wondering if it is possible to set separate colors for the
> > mini-index. I
> > find the coloring of the mini-index distracting, and I would like to make
I was wondering if it is possible to set separate colors for the mini-index. I
find the coloring of the mini-index distracting, and I would like to make it
monochrome, with perhaps the current highlighted message as brightblack.
Is this possible?
--
Eric Patton
On Wed, Mar 18, 2009 at 09:01:38PM +0100, Jan-Herbert Damm wrote:
> Hello,
>
> i have a "meta-question".
>
> imap-issues are being discussed on this list quite frequently. i wonder what
> the benefit of imap generally is?
>
> if you have access to broadband flatrate internet (as many people in
>
initial instance of mutt intact
together with mailbox, filters and sorting method.
doable?
--
- Eric Smith
On Fri, Aug 29, 2008 at 12:49:16PM -0600, Joseph wrote:
> How to save body of text message (without headers) to /home/dir in text or
> pdf format?
> By default "s" only saves in a specific folder.
This is probably not the correct way but I do this from an email:
v (to view)
you are now in vi mode
I sent hundreds of pdf files for every xml file.
Hoever, because of the way I generate the pdf files, I often
mistakenly attach the xml source.
Is there a way to configure (without source changes) mutt
so that it will issue a warning or to even refuse to attach xml files?
--
- Eric Smith
>> I use the sidebar patch myself and the only performance problem I see
>> with my mutt is that loading mailboxes with quite a few messages takes
>> some time. I don't know, however, if this is related to the side bar
>> patch.
Same here.
responsive.
Am I alone in experiencing this?
It also seems strange to me that the sidebar feature is not
seen as a high priority by the general mutt community.
--
- Eric Smith
How do I get that to work silently.
My efforts with variations of:
> set editor="vim -c ':silent! /^Reply-To:$/d' -c '/^$/+1'"
all failed.
--
Eric Smith
Tel Amsterdam: +31 20 8080088
Original Message Christian Ebert on Thu-17-Jan 08 5:09PM
.
> * Eric Sm
Headers above this line are:
From: Eric Smith <[EMAIL PROTECTED]>
To: mutt-users
Cc:
Bcc:
Subject: Removing Reply-To: from header list
Reply-To:
How do I prevent the Reply-To: from appearing?
I have the following set
set editor="vim -c '/^$/+1'"
--
- Eric Smith
Check out my command line interface to Google Calendar. Using the quick
add feature it's easy to cut-n-paste Microsoft events or write a wrapper
script with better iCal parsing.
http://code.google.com/p/gcalcli
- e
On Wed, Dec 19, 2007 at 05:19:45PM -0800, William Yardley wrote:
> Occasiona
Eric Smith said:
> I am getting an error, too many arguments to push when I try:
>
> $ mutt -f l/mutt-users -e 'push limit ~d >4w'
thus:
[EMAIL PROTECTED] ~] $ mutt -f l/mutt-users -e 'push " ~r>2w
"'
I am getting an error, too many arguments to push when I try:
$ mutt -f l/mutt-users -e 'push limit ~d >4w'
--
- Eric Smith
> What do you mean by "filter condition"? If not ... do you mean
> you want to filter what folders you're allowed to type in?
yes, limit as in which messages to display.
So i want to change to folder =foo and see only >2w From: bar
conditions.
--
- Eric Smith
Rocco Rutte said:
> Hi,
>
> * Eric Smith wrote:
> >Is this possible?
>
> Yes, see folder-hook in the manual, combined with "limit".
>
> Rocco
Is this possible?
--
- Eric Smith
compound viz:
send-hook "~t `cat ~/recipients_trustfood` ~C ([EMAIL PROTECTED]|.*\>cl)" 'set
signature="cat signature_chile ...
Thanks
--
- Eric Smith
Michael Elkins said:
> On Wed, Nov 14, 2007 at 11:21:52AM +0100, Eric Smith wrote:
> > For example, I have the f
For example, I have the following hook,
send-hook "~t `cat ~/recipients_list` " 'set signature=...
And I want the matching of everything in the recipients_list file
to be case insensitive without having to specify each address in
the file with a regex.
Thanks
--
- Eric Smith
How do I from within mutt apply a command (like scp) to all the attachment in
the current message?
--
- Eric Smith
Is this possible as I have a long list and multiple send-hooks?
--
Eric Smith
How would I achieve this?
--
Eric Smith
How do I disable exit in mutt? So no matter what macros or
keypresses, mutt does not exit.
Thanks
--
Eric Smith
want.
Using the ~t regex breaks the save-hook part as it always saves
the mails I send in my own folder and not the recipients.
What is the solution?
Thanks
Eric
You could get funky with zsh viz.
files=( _chile_2007_*{626..631}*jpg _chile_2007_*{643,766,769}*JPG
some_textfile_if_you_like.txt );
mutt [EMAIL PROTECTED] {-a,$^files} -s "Fotos attached"
Which is the zsh way to make an array and then interpolate the -a
Original Message Christoph Berg on Tu
Is there a patch for this, that will show n number of
attachments, each in a line below the main index line.
Thanks
Eric
How do I tel mutt not to send immediately but to mail the message
now +120 min or whatever?
Thanks
Eric
have to exit from there.
How do i fix this? Is it too much to ask that this
works out of the box? Ot am I missing some things?
Even nicer would be an open-all-attachment macro.
Thanks
Eric
On 10/09 15:51, darren chamberlain wrote:
>
> Change the part in %[ ] to be something like %[%b %d %H:%M] or %[%m/%d %H:%M].
Thanks!
I'm feeling a little out of it today.
--
Eric
On 10/09 10:46, Eric wrote:
> I tried these but I think my syntax was incorrect. Does anyone have
> an example syntax.
I got this from someone on this list and I like it a lot:
set index_format="%3C%?M?+& ?%Z %[%b %d] %-16.16F [%-9.9O] %-33.33s (%4l)"
What is get is this:
I think my syntax was incorrect. Does anyone have
an example syntax.
--
Eric
0/09/02 10:15
or 10/09 1:15. Something short and concise.
TIA!
--
Eric
.. like save_name but mutt resolves `bar' from foo.bar.com
Some suggested hacks for this but IMHO, this is sufficicently
useful (especially for those who deal with many companies /
organisations) to be native functionality.
--
Eric Smith [hoping]
bill luecke said:
> On Tue, Sep 24, 2002 at 03:36:49PM +0200, Eric Smith wrote:
>
> I have the following line in my .mailcap
>
> text/html; unhtml ; copiousoutput
good answer - apt-get install unhtml on debian
But it is still almost a second delay.
I think i will try and ki
I am getting a bit irritated by the second or two I need to wait
for `lynx -dump' or similiar to work when viewing the _many_ html
mails that happen upon my inbox - what are mutters doing to strip
the tags faster?
--
Eric Smith
always moves the last message over to the archive box.
Any ideas why this is happening? Should I send a flea?
Regards,
Eric
- --
Put your trust in those who are worthy.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9XmjXIUsePhKa5WkRAoysAKCrYYwbWKorkLyfU+Nf
How would I set the default Fcc to the domain name of the
recipient, omitting the tld part (.com or whatever).
This would also be useful as a default save-hook.
--
Eric Smith
According to Rocco Rutte on Mon, Jun 24, 2002 at 11:31:43AM +0200:
> Hi,
>
> * Eric Smith [02-06-24 11:22:58 +0200] wrote:
> > How do I create a macro that will instead of saving a file scp it
> > to another machine?
>
> How about saving it to a local file and scp
1 - 100 of 265 matches
Mail list logo