Slow sidebar with large number of mailboxes

2023-02-08 Thread Eric Durand
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

Slow sidebar with large number of mailboxes

2023-02-06 Thread Eric Durand
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

Re: How to color diffs in a patch-mail?

2016-06-21 Thread Eric Wong
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

Re: How to color diffs in a patch-mail?

2016-06-20 Thread Eric Wong
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

Re: NeoMutt: highlight messages with attachments

2016-06-06 Thread Eric Smith
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

NeoMutt: highlight messages with attachments

2016-06-06 Thread Eric Smith
How do I do this? My old `color attachment black red' does not seem to work anymore. Eric

Re: header_cache for mbox

2015-07-14 Thread Eric Smith
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

header_cache for mbox

2015-07-13 Thread Eric Smith
Has anyone implemented this or is considering to do so? -- Eric Smith

Re: Fetching patches from a mailinglist with mutt

2015-06-16 Thread Eric Wong
(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

Re: Fetching patches from a mailinglist with mutt

2015-06-15 Thread Eric Wong
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

Length of attachment title string in Compose window

2013-10-16 Thread Eric Smith
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

Re: highlight URL in pager

2013-08-28 Thread 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

Re: highlight URL in pager

2013-08-28 Thread Eric Smith
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

highlight URL in pager

2013-08-21 Thread Eric Smith
How do I highlight URL's in the mutt pager? -- Eric Smith

Re: rendering color in html emails inside mutt

2013-02-12 Thread 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

rendering color in html emails inside mutt

2013-02-08 Thread Eric Smith
never managed to render color in html email, how is this possible? Thanks -- Eric Smith

warning if alias does not expand

2013-01-10 Thread 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

Re: Change the header Attach: to Attached:

2012-11-20 Thread 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 >

Re: Change the header Attach: to Attached:

2012-11-20 Thread Eric Smith
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

Change the header Attach: to Attached:

2012-11-20 Thread Eric Smith
Is there a non sourcecode way to change mutt's interpretation of the header named Attach: to an arbitrary string (like Attached:)? -- Eric Smith

coloured threads

2012-11-11 Thread 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

Sender name in the vim statusline

2012-11-09 Thread Eric Smith
How do I get the sender's name to whom I am replying in the vim statusline? -- Eric Smith

Re: pipe headers to a file on send from compose window -> solution

2012-11-08 Thread 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

Re: pipe headers to a file on send from compose window

2012-11-08 Thread Eric Smith
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

pipe headers to a file on send from compose window

2012-11-07 Thread Eric Smith
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

Keep record of mail sent with bounce-message

2012-09-03 Thread Eric Smith
Is there a way to keep a record of mail that you bounce? -- Eric Smith

sync-mailbox automation

2012-06-28 Thread 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

Re: header_cache compiled and enabled, but no caching

2012-04-19 Thread Eric Patton
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

Re: header_cache compiled and enabled, but no caching

2012-04-18 Thread Eric Patton
are still being downloaded anew. The size of ~/.mutt_cache remains 0 as well. ~ Eric

header_cache compiled and enabled, but no caching

2012-04-18 Thread Eric Patton
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.

Strange characters in Re: subject lines

2012-04-13 Thread Eric Patton
uage encoding issue, I might need some pointers how to change those settings. -- Eric Patton

flag for mail that is bounced

2012-01-03 Thread Eric Smith
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

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread 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.

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Eric Smith
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

Re: fcc-save-hook for multiple recipients

2011-12-08 Thread Eric Smith
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

fcc-save-hook for multiple recipients

2011-12-05 Thread Eric Smith
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

attach multipe files from within mutt

2011-11-04 Thread 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

order mailbox by flags

2011-09-11 Thread Eric Smith
I know you can filter a mailbox by flags with ~F but is it possible to order it by flags? -- - Eric Smith

abrt mail send if failed attach

2011-07-11 Thread 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

Re: Is it possible form the command line to run a mutt macro

2011-04-20 Thread Eric Smith
Richard said: > would that work? > mutt -e 'push "m"'' Yehee, and so it does, thanks Richard.

Is it possible form the command line to run a mutt macro

2011-04-20 Thread Eric Smith
Hi I want mutt to startup and run imediately a macro. Is this possible? -- - Eric Smith

change header attach: to something shorter

2011-02-07 Thread Eric Smith
Is it possible to configure mutt to accept the header; a: as an alternative to attachment: -- - Eric Smith

view html in color

2011-01-26 Thread 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

Re: do not allow mutt to send email without attchement

2011-01-23 Thread 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

fcc-save-hook

2011-01-03 Thread 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

change order of attachments in compose mode

2010-10-25 Thread Eric Smith
Is this possible? -- - Eric Smith

Re: how to chain "set editor" and edit-message in a macro -> solved

2010-08-20 Thread 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

how to chain "set editor" and edit-message in a macro

2010-08-19 Thread Eric Smith
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

Fcc to 2 folders

2010-07-26 Thread 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

Re: Add header automatically

2010-06-26 Thread 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

Add header automatically

2010-06-24 Thread Eric Smith
h for some reason I am using more and more). -- - Eric Smith

warning if aliases do not expand

2010-06-03 Thread Eric Smith
. -- - Eric Smith

Re: Sending an inline form

2010-05-24 Thread 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

Sending an inline form

2010-05-23 Thread Eric Smith
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

autoamtically write folder changes to disk

2010-05-20 Thread 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

Re: auto pipe to script on viewing message with output to pager

2009-10-10 Thread 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

auto pipe to script on viewing message with output to pager

2009-10-10 Thread Eric Smith
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

save in folder of all recipients including CC

2009-07-30 Thread Eric Smith
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

select most recent mail after limit command

2009-06-17 Thread 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

run mail command with recipient of selected email

2009-05-28 Thread 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

Re: Multiple color rules for index?

2009-05-08 Thread Eric Patton
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

Multiple color rules for index?

2009-05-08 Thread Eric Patton
can't find the appropriate section in the docs to form a conditional expression. -- Eric Patton

Re: Set separate colors within mini-index

2009-05-08 Thread Eric Patton
pager_index_lines to reduce the noise. Thanks, -- Eric Patton

Re: Set separate colors within mini-index

2009-05-07 Thread 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

Set separate colors within mini-index

2009-05-07 Thread Eric Patton
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

Re: what is the benefit of imap?

2009-03-18 Thread Eric Davis
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 >

fork process on reply

2008-11-21 Thread Eric Smith
initial instance of mutt intact together with mailbox, filters and sorting method. doable? -- - Eric Smith

Re: save body of text message to txt or pdf file

2008-08-29 Thread Eric Maquiling
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

alarm when attaching xml files

2008-08-18 Thread Eric Smith
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

Re: sidebar patch - performance

2008-04-06 Thread 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.

sidebar patch - performance

2008-04-05 Thread Eric Smith
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

Re: Removing Reply-To: from header list

2008-01-17 Thread 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

Removing Reply-To: from header list

2008-01-17 Thread Eric Smith
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

Re: semi-OT - gcal / ical integration and text/calendar viewer

2007-12-20 Thread Eric Davis
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

Re: apply filter conditions to new folder from command line - SOLVED

2007-12-02 Thread Eric Smith
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 "'

apply filter conditions to new folder from command line

2007-12-01 Thread Eric Smith
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

Re: change folder and immediately apply filter conditions to new

2007-11-29 Thread 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

Re: change folder and immediately apply filter conditions to new

2007-11-29 Thread Eric Smith
conditions. -- - Eric Smith Rocco Rutte said: > Hi, > > * Eric Smith wrote: > >Is this possible? > > Yes, see folder-hook in the manual, combined with "limit". > > Rocco

change folder and immediately apply filter conditions to new folder

2007-11-29 Thread Eric Smith
Is this possible? -- - Eric Smith

Re: global case insensitivity on hooks

2007-11-14 Thread 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

global case insensitivity on hooks

2007-11-14 Thread Eric Smith
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

execute command on all attachments

2007-11-08 Thread Eric smith
How do I from within mutt apply a command (like scp) to all the attachment in the current message? -- - Eric Smith

send-hook read recipients list form a file

2007-08-11 Thread Eric Smith
Is this possible as I have a long list and multiple send-hooks? -- Eric Smith

Automatically convert spaces to underscores when saving attachment

2007-07-06 Thread Eric Smith
How would I achieve this? -- Eric Smith

disable exit

2007-06-06 Thread Eric Smith
How do I disable exit in mutt? So no matter what macros or keypresses, mutt does not exit. Thanks -- Eric Smith

fcc-save-hook and ignoring cc:

2007-04-24 Thread 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

Re: attach multiple files from command line

2007-03-21 Thread Eric Smith
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

show names of attachments in index

2007-03-19 Thread Eric Smith
Is there a patch for this, that will show n number of attachments, each in a line below the main index line. Thanks Eric

delay sending mail

2007-01-29 Thread Eric Smith
How do I tel mutt not to send immediately but to mail the message now +120 min or whatever? Thanks Eric

Viewing attachments with detached process while remianing in attachments menu

2007-01-17 Thread Eric Smith
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

Re: short time in index view?

2002-10-09 Thread 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

Re: short time in index view?

2002-10-09 Thread 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:

Re: short time in index view?

2002-10-09 Thread Eric
I think my syntax was incorrect. Does anyone have an example syntax. -- Eric

short time in index view?

2002-10-09 Thread Eric
0/09/02 10:15 or 10/09 1:15. Something short and concise. TIA! -- Eric

feature request - save_domain

2002-10-01 Thread Eric Smith
.. 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]

Re: fast conversion of html mail to text - unhtml

2002-09-24 Thread Eric Smith
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

fast conversion of html mail to text

2002-09-24 Thread Eric Smith
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

Problem with folder-hook

2002-08-17 Thread Eric Blau
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

Fcc default to domain name

2002-07-14 Thread Eric Smith
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

Re: save-message to scp

2002-06-24 Thread 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   2   3   >