fic option I need to
> set in .muttrc to enable this feature?
:set mime_forward=ask-no
My favorite way. But this does the trick beautifully.
--
-* -kevin-*-
-* sick with the good infection *-
-* [EMAIL PROTECTED] *-
-* http://www.pobox.com/~kathey *-
ng
work. (Also note, my little macro Ctrl-K which deletes from
position to my signature)
Now, for the really cool 'vim' part. Visually select a messy
section with capital 'V', then hit 'gq' (like the magazine) and
you lines look good.
Okay, I know t
I like using a2ps to do my printing, but I would like to have it
use the date/author/subject for some of the footers and headers.
Has someone already done this?
If so, can you show me your 'print_command' setting?
TIA
--
-* -kevin-*-
-* sick with the good
John,
On 00-03-01 20:46, John P. Verel wrote:
> My mailcap entry looks like this:
>
> text/html; netscape -remote openURL\(%s\)
Change to:
text/html; netscape -remote 'openFile(%s)';copiousoutput
--
-* -kevin-*-
-* sick with the good infection
e other address. I need to have both messages, the one to
the original recipients and the new one to the forgotten
recipient.
A bad solution: First edit the message ('e'). Then undelete the
old message. Then resend the new message. Very ugly, especially
when IMHO 'resend'
On 00-05-26 10:41, -kevin- <[EMAIL PROTECTED]> wrote:
> The Short:
> I notice that when I 'resend-message' (e) that it doesn't get
> copied to my 'sent' folder.
Additional Note:
It also seems to preserve the date of the original email, instead
of giving
Don't let mutt set the header
# This will be a personalities thing,
# which will let me author messages based on current mailbox
# default
folder-hook . "my_hdr From: -kevin- <[EMAIL PROTECTED]>"
folder-hook . "my_hdr Organization: none"
folder-hook . "se
.*\)\.\([^\.][^\.]*\)$/\1 \2/'`
> > file=$1-tmp.$2
> > echo ln -s $1.$2 ${file}
> > netscape -remote "openURL(${file}, new-window)"
> > exec sh -c "sleep 60; rm -f ${file}" &
> >
> > Untested, watch out, beware, etc.
> >
>
> --
> Don't make Godzilla mad!
--
-* -kevin-*-
-* sick with the good infection *-
-* [EMAIL PROTECTED] *-
-* http://www.pobox.com/~kathey *-
but not this one.
This is what I do:
# Status line on top
set status_on_top
# No more help for me
unset help
--
-* -kevin-*-
-* sick with the good infection *-
-* [EMAIL PROTECTED] *-
-* http://www.pobox.com/~kathey *-
hat I don't
want to lose.
I know, I know, this is a newbie question and I should probably just
do it and learn, but I've got a lot of mail and no time right now
to spend trying to recover, hence this question and request for hand
holding.
Thanks
Kevin
--
Kevin Coyner
mailto: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941
Thanks. That did the trick.
Kevin
- Forwarded message from Mike Arrison <[EMAIL PROTECTED]> -
Date: Thu, 6 Jun 2002 12:04:07 -0400
From: Mike Arrison <[EMAIL PROTECTED]>
Subject: Re: NuBe: upgrade question
To: Mutt Users <[EMAIL PROTECTED]>
> First I did &quo
wo virtual consoles (1 and 2) and
I start emacs on 1, say M-x server-start, and then go over to 1 and type
emacsclient foo.c, foo.c is opened over on 2.
-kevin
--
Kevin Falcone <[EMAIL PROTECTED]>
Cum catapultae proscriptae erunt tum soli proscripti catapultas habebunt:
When catapults a
>>>>> Kevin Falcone <[EMAIL PROTECTED]> writes:
> What exactly doesn't work. If I have two virtual consoles (1 and 2)
> and I start emacs on 1, say M-x server-start, and then go over to 1
> and type emacsclient foo.c, foo.c is opened over on 2.
Hmm, that sho
write a mail.
I've never tried to do it that way. Have you tried suspending mutt
when it says "waiting for emacs" then typing fg 1 which should bring
up the suspended emacs session. Then, when you are done typing,
suspend emacs and type fg 2 to bring mutt back.
-kevin
-
? My learning curve
> has just gone up :-)
Yes, think of it like you have 6 old dumb terminals in a line on the
desk in front of you. alt-left and alt-right are like hopping up and
moving to the next terminal.
-kevin
--
Kevin Falcone <[EMAIL PROTECTED]>
"[Lisp is] cute, cuddl
t on RSA, gpg now has internal RSA
support. While you cannot yet create RSA keys, you most definitely
can verify signatures.
-kevin
--
"The difference between genius and stupidity
is that genius has its limits."
mutt-users. Other list's digests typically do one of two things:
* Include other headers in the individual messages, such as "To" or
"Cc", or
* Prepend something to the subject, like "[wm-users] Original subject
here".
How do you handle this when using formail
I left out one crucial constraint: I'm reading the mutt-users digest
via IMAP, so it never gets locally delivered by procmail. I wrote a
little perl script that runs formail while "preserving" some of the
headers in the digest (like "sender"). But that's an ugly solution
and I thought someone mi
>>>>> "SZ" == Shao Zhang <[EMAIL PROTECTED]> writes:
SZ> I saw this screenshot http://www.mutt.org/screenshots/pager.gif, which
SZ> had pager and browser displaying at the same time in one xterm.
SZ> I wonder how to do this??
set pager_
?
Thanks,
Kevin
this:
#!/bin/bash
t=$(tempfile -s .eml)
cat > $t
subject=$(grep -m 1 '^Subject:' $t | sed 's/^Subject: //')
mutt -s "Fwd: $subject" -a $t -- f...@bar.baz
rm -f $t
This won't respect any of your hooks or stuff you have going on in your
normal mutt session though.
-Kevin
like column 78 (it
can also be 77 or 76, not sure).
When I fix this lines, the errors disappear, but for big patches with
many lines, this is a lot of manual wirk.
Is the a way to tell mutt to save patches in 80 characters per line ?
rgs,
Kevin
Hi,
I installed mutt of Fedora 18 and configured muttrc
to my gmail account; I am able to send messages properly.
However, the inbox is almost empty (5 messages) and I want to
fetch previous messages (let's say
1000 or 2000) from my inbox of the gmail account
How can I achieve this ?
rgs
Kevin
In article <20191002140743.ga24...@bastion.zyxst.net> you wrote:
>
> Hi,
>
> When compiling mutt, I have several options for the header cache:
>
> 1. HCACHE_TOKYOCABINET
> 2. HCACHE_KYOTOCABINET
> 3. HCACHE_NONE
> 4. HCACHE_BDB
>
> Which is "best"? I use mutt with imap directly. The machine it'
In article <20191007084346.gc24...@bastion.zyxst.net> you wrote:
> On Wed, Oct 02, 2019 at 03:07:16PM +0100, tech-lists wrote:
> [...]
>
> thanks for the pointers. Does slang have any advantages over ncurses though? I
> have both, and use slang in slrn. There is ncurses in the OS and a later
> ver
suspect I
already know the answer.
--
Kevin
http://www.RawFedDogs.net
http://www.Lassie.xyz
http://www.WacoAgilityGroup.org
Bruceville, TX
What's the definition of a legacy system? One that works!
Errare humanum est, ignoscere caninum.
ks
like it should be easily adaptable to do what I need. I'm not a Python fan,
so I may eventually convert it to Perl, but it will get me started.
--
Kevin
http://www.RawFedDogs.net
http://www.Lassie.xyz
http://www.WacoAgilityGroup.org
Bruceville, TX
What's the definition of a legacy syste
On Tue, May 05, 2020 at 09:36:09AM -0500, Kevin Monceaux wrote:
> With those pointers and Bing, I found that recent versions of Mutt have an
> example contrib/markdown2html python script in the source tarball that looks
> like it should be easily adaptable to do what I need. I'
mailboxes in
question are being accessed via Dovecot IMAP.
--
Kevin
http://www.RawFedDogs.net
http://www.Lassie.xyz
http://www.WacoAgilityGroup.org
Bruceville, TX
What's the definition of a legacy system? One that works!
Errare humanum est, ignoscere caninum.
On Fri, Jun 12, 2020 at 11:10:58AM -0400, Dan Ritter wrote:
> Host and domain names are case insensitive across the Internet.
Exactly, so it doesn't hurt to CamelCase them. Mutt should let me do so if
I'm so inclined.
--
Kevin
http://www.RawFedDogs.net
http://www.La
Kevin,
On Fri, Jun 12, 2020 at 12:54:00PM -0700, Kevin J. McCarthy wrote:
> This is most likely from libidn2. If that's the case you could try one of:
> 1) build with libidn instead
> 2) unset idn_encode
It looks like that was it. The Gentoo Mutt ebuild has an idn use flag.
Hello mutt users.
I have a general question.
In mail/news discussion,
some reply messages have no In-Reply-To/References headers,
what cause reply messages don't have In-Reply-To/References headers?
What message these reply messages
linked to with regard to mutt message threading?
--
kevin
On Wed, Sep 23, 2020 at 09:22:02AM +0200, Francesco Ariis wrote:
> Hello Kevin,
>
> Il 23 settembre 2020 alle 13:52 Kevin Shell ha scritto:
> > In mail/news discussion,
> > some reply messages have no In-Reply-To/References headers,
> > what cause reply messages don
On Wed, Sep 23, 2020 at 10:30:09AM +0200, Francesco Ariis wrote:
> Il 23 settembre 2020 alle 15:55 Kevin Shell ha scritto:
> > On Wed, Sep 23, 2020 at 09:22:02AM +0200, Francesco Ariis wrote:
> > > By default mutt checks In-Reply-To/References to group threads; *also*,
> >
ist for their very helpful answers and directions!
>
It's fun to me, I use it to read tons of emails,
and even huge newsgroups, the headers cache make mutt very fast!
--
kevin
On Sun, Oct 25, 2020 at 04:22:27PM +, Globe Trotter via Mutt-users wrote:
> Thanks for your e-mail.
>
> On Sunday, October 25, 2020, 10:59:15 AM CDT, Kevin Shell
> wrote:
>
>
> > Welcom another newbie. :-)
> > You're not using mutt to send to the list,
ore
studying, reading and the occasional lamer question to
this group, I'll get it figured out.
Thanks, Kevin
PS: was the format of this reply even slightly better? :-)
On Thu, Jun 06, 2002 at 12:11:08PM -0500, David T-G wrote:
> Kevin --
>
> Wow. TOFU, forwarding attribution in a
od console type address
book to use with it?
Thanks
Kevin
Right now I'm headed towards: mutt, sendmail, fetchmail
and procmail. But I'm selecting these for no particular
reason other than they seem standard and common.
What might be a better setup (with 'better' meaning
having more tools yet less complexity!)?
Thanks again, Kevin
dn't seem to do it. So some
general guidance would be appreciated here. I'm getting the
feeling I'll need to use hooks, but I haven't quite figured all
that out yet.
Thanks
Kevin
n I'm viewing the message (in
> the index, 'D' still maps to delete-pattern). Every few days or so, I
> go into the trash folder to clean it out (I save 2 weeks worth of
> trash). Hope that's helpful.
Wow! This is great and "..helpful" is a bi
27;s written against 1.3.27, and I've applied it to
> 1.3.28 (haven't tried 1.4 yet). It's attached.
>
> (darren)
Many thanks for the patch. I'll give it a try, but have to learn how
to apply them first. I've graduated from windoze to linux rpms to now
being comfortable with compiling source, but haven't tried the patch
route yet. Got to read up on it first.
Kevin
On Fri, Jun 07, 2002 at 09:37:12AM -0400, darren chamberlain wrote:
> * Kevin Coyner <[EMAIL PROTECTED]> [2002-06-07 09:28]:
> > Many thanks for the patch. I'll give it a try, but have to learn how
> > to apply them first. I've graduated from windoze to linux rp
used something similar to
> your setup and was annoyed every time =trash appeared in the folder
> history.
What is a "folder history"? I couldn't find it in the Mutt manual,
and interestingly, a Google search on ["folder history" and mutt] turns
up one result: History of Shania Twain. Figure that!
Kevin
>
> Thorsten
> --
what keys I hit. I presumed that urlview would
harvest the links in an email, display them, let me select one, and
then take me to that page in a browser such as lynx. Am I incorrect
in assuming that it does all this, or did I screw up something in the
configuration?
Thanks, Kevin
t the following: url_handler.sh: file or directory not found.
Where do I find a url_handler.sh? And more importantly, what is it?
Thanks for your patience, as I suspect I'm trying it.
Kevin
>
> You should have something like at least one of those in yours, perhaps
> also includi
David -- again, thanks for the help .
On Fri, Jun 07, 2002 at 03:50:52PM -0500, David T-G wrote..
> Kevin -
>
> ...and then Kevin Coyner said...
> %
> % David ---
> %
> % On Fri, Jun 07, 2002 at 03:11:24PM -0500, David T-G wrote..
> % > Did you hit r
p in, so I thought I'd ask.
Thanks
Kevin
--
o patch:
I've got the patch (patch-1.4.trash.txt) in the same directory as the
rest of the source files of mutt.
Any tips would be appreciated.
Thanks
Kevin
--
Could someone please verify if the keyserver entry and syntax I'm using
is correct, and if not, then suggest a correct version?
Thanks
Kevin
--
On Mon, Jun 10, 2002 at 12:05:22AM +0200, Cedric Duval wrote..
> Kevin Coyner <[EMAIL PROTECTED]> wrote:
> > I thought I'd give the trash patch a try, but being inexperienced with
> > command line patches, I've run into the following error, although I
>
On Sun, Jun 09, 2002 at 10:26:26PM -0500, David T-G wrote..
> Kevin --
>
> ...and then Kevin Coyner said...
> %
> % I've recently installed mutt and loving it. Now I'm taking a stab at
> % getting my GnuPG key associated with mutt, verifying sigs, etc.
>
&
application/x-tar-gz; gunzip -c %s|tar -tf -; copiousoutput
As always, thanks, Kevin
--
Kevin Coyner
mailto: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941
msg28807/pgp0.pgp
Description: PGP signature
On Mon, Jun 10, 2002 at 07:09:18AM -0500, David T-G wrote..
> Kevin, et al --
>
> %
> % I'm using the new 1.0.7,
>
> OK. If you've never used gpg before this then you're probably fine; if
> you're upgrading, there are some particular caveats.
&g
t settings to get around this OE
shortcoming? Obviously I can set up send-hooks with and without the
signature, but this presumes I know beforehand what client the recipient
is using. Is there another way?
Thanks
Kevin
--
Kevin Coyner
mailto: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941
you need Dale Woolridge's patch, found at
> woolridge.org(?) or at my
>
> http://mutt.justpickone.org/mutt-build-cocktail/
>
I'll give it a try. Thanks again. Kevin
msg28911/pgp0.pgp
Description: PGP signature
h explanations.
HTH as it helped me get a good start. Kevin
msg28977/pgp0.pgp
Description: PGP signature
it doesn't seem to have is an
ability to import csv files to build the DB.
Kevin
> Thanks,
>
> Alexander Skwar
> --
> How to quote: http://learn.to/quote (german) http://quote.6x.to (english)
> Homepage: http://www.iso-top.de |Jabber: [EMAIL PROT
On Fri, Jun 14, 2002 at 11:59:24PM +0200, Alexander Skwar wrote..
> So sprach Kevin Coyner am 2002-06-14 um 17:43:27 -0400 :
> > I started using abook yesterday, so I can't really give a solid
>
> Thanks, will try it.
>
> > addresses from within mutt. One thi
e this solved. is this true?
and is anyone using mutt and pgp-hooks just fine? how are your pgp_
commands set?
kevin
[0] my lame reference to dave barry:
http://pottedmeat1.tripod.com/pmfp/id9.html
--
[EMAIL PROTECTED] that a believer is happier than a skeptic is no more to
fork()
nother).
i recently upgraded my system and i still need to go snarf down the stuff
my word2text script needed; it would be nice if mutt had that with the
package (or if it had a script that had wv as a dependancy to encourage
linux distro makers to include it).
kevin
--
[EMAIL PROTECTED] that a
nother).
i recently upgraded my system and i still need to go snarf down the stuff
my word2text script needed; it would be nice if mutt had that with the
package (or if it had a script that had wv as a dependancy to encourage
linux distro makers to include it).
kevin
--
[EMAIL PROTECTED] that a
server.
i'm thinking of having procmail deliver directly to ~/Mail/inbox.
that way i could run mutt on my workstation.
however, this is the dreaded mailbox on nfs issue. do procmail and mutt
play nice on nfs?
kevin
--
[EMAIL PROTECTED] that a believer is happier than a skeptic is no mo
, but why would it be looking for audio/x-wav
files?
Thanks in advance for any tips.
Kevin
--
Kevin Coyner
mailto: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941
msg30313/pgp0.pgp
Description: PGP signature
to report it to Razor if it is not. To let you
know if it's already reported:
message-hook "~h RAZOR" "unignore X-Spam-Status"
If it's not reported (and you choose to), you may easily report the mail
with the keystroke S if you use this:
macro index S "
to give it a try,
but realized I don't know what you have for a recipe in
.procmail/spammers. I'm not quite intuitive or advanced enough in this
stuff to guess the contents of .procmail/spammers, so would you mind
sharing? I'd like to give your addspam script a try.
Many thanks, Kevin
Anyone have any experience using t-prot? I saw it in the Debian
archives, and it looks like an interesting filter for TOFU and unwanted
footers, etc.
Kevin
--
Kevin Coyner
mailto: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941
msg30706/pgp0.pgp
Description: PGP signature
utt didn't have mixmaster
compiled in, as I've already wasted too much time on this. :-)
Kevin
--
Kevin Coyner
mailto: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941
msg30789/pgp0.pgp
Description: PGP signature
wever not all
your recipients will use mutt (poor confused souls). email is a form
of communication, and communication only work if people follow agreed
on standards like language, meaning and formats. the > char has been
used for decades as a quoting char, there are probably better ways to
mail spool. please try these things before
giving up.
so change to another folder, then do this:
c!
don't type the text between the angle brackets.
kevin
--
[EMAIL PROTECTED] that a believer is happier than a skeptic is no more to
fork()'ed on 37058400the point t
-u \
> "$GPGERS_TMP"
mv "$GPGERS_TMP" "$GPGERS"
fi
rm "$GPGERS_LOCK"
i run this from cron every hour. i then include the file
$HOME/.muttrc.d/gpgers (see the GPGERS var to change it). some people i
know with gpg keys don't l
me serious karma repair work to do buddy.
just thought i'd mention that. 8^)
kevin
--
[EMAIL PROTECTED] "How do we know Saddam has weapons of mass
fork()'ed on 37058400 destruction? We looked at the receipt."
meatspace place: home--Bill Hicks
http://ie.suberic.net/~kevin
msg31226/pgp0.pgp
Description: PGP signature
o make each paragraph all one long line.
huh. neat. i started on vi so i always have had vf and vq for formatting
plain and quoted paragraphs:
map vf !}fmt
map vq !}fmt -p '>'
> for vi, look at 'par'
i find fmt to be more standard across unicies.
kevin
etiquettes usually contain a word or two about attitude.
> > I wonder why this isn't the case with your list?
> attitude is not a technical item.
you obviously don't write software for the airlines...
kevin, pitch-ing in his two ยค.02...
--
[EMAIL PROTECTED] "How
made sure that /usr/bin/editor
resolves to a real editor.
The error message I get back from spamcop is:
SpamCop could not find your spam message in this email: ...
Any thoughts on the above macro?
Has anyone a similar, working version?
Thanks
Kevin
--
Kevin Coyner GnuPG key: 1024D/8CE11941
signature.asc
Description: Digital signature
On Sun, Feb 04, 2007 at 05:20:14PM -0600, Travis H. wrote..
> On Sun, Feb 04, 2007 at 04:49:46PM -0500, Kevin Coyner wrote:
> > macro index \cx ":set autoedit=no fast_reply=yes \
> > editor=\"/bin/true\"\nsubmit.xx \
> > [EMAIL PROTECTED]:set auto
ith the patch described at:
http://danborn.net/patches/
applied and get the same results. Any ideas what I might be
overlooking?
Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX
Si hoc legere scis nimium eruditionis habes.
Longum iter est per praecepta, breve et efficax per exempla!!!
, so should have defaulted to 600. I tried setting it to a
few different values(600, 300, etc.). It didn't make a difference.
> No guarantees, but those are some stupid things worth checking.
Well, I'm still about where I started. But, better to have tried and
fai
d, if you want to enable Mutt's Maildir header cache, define
the WITH_MUTT_MAILDIR_HEADER_CACHE knob. A list of available knobs for
Mutt can be found in Mutt's port's Makefile.
Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX
Si hoc legere scis
ct'.|
0039
[EMAIL PROTECTED] ~]$
I've also tried:
folder-hook Ghana set from = 'Ghana Malaria Project
<[EMAIL PROTECTED]>'
but this didn't seem to work, either.
I'm stumped. Can anyone suggest why this is happening and how to fix it?
Thanks for your advice and
Rado, thank you very much. For the archives, here's my correctly working
section:
# Set the From: header to '[EMAIL PROTECTED]' in the 'ghana'
mailbox
folder-hook ghana 'set from = "[EMAIL PROTECTED]"'
folder-hook ghana 'set realname
bscribed
imap_passive
imap_peek
using 'mailboxes' and not using it
Thanks
Kevin
--
Kevin Coyner GnuPG key: 1024D/8CE11941
signature.asc
Description: Digital signature
On Sun, Apr 29, 2007 at 08:44:22PM +0100, Chris G wrote..
> The manual just says:-
>
> set alternates=
>
> How does one specify a collection of different addresses? Is it just
> || ?
Like this:
alternates "[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECT
On Sun, Apr 29, 2007 at 03:42:06PM -0400, Kevin Coyner wrote..
> Under this new imap setup, I've got most things working except for
> this 'c' functionality. The first time I hit it, it takes me to
> the first mailbox in my mailboxes list that has new mail. The
&g
bscribed= yes
set imap_user = "[EMAIL PROTECTED]"
set imap_pass = "xxx"
set imap_passive = yes
set imap_peek = yes
set imap_servernoise = yes
set imap_home_namespace = "imaps://mydomain.com"
set imap_headers = ""
set imap_idle = no
Kevin
--
Kevin Coyner GnuPG key: 1024D/8CE11941
signature.asc
Description: Digital signature
e reason, they are not showing
up in the file browser display in 1.5.16.
Any one see this happen before?
Thanks
Kevin
--
Kevin Coyner GnuPG key: 1024D/8CE11941
signature.asc
Description: Digital signature
t i were after!
There's also mailcheck.
http://mailcheck.sourceforge.net/
http://packages.debian.org/mailcheck
Kevin
--
Kevin Coyner GnuPG key: 1024D/8CE11941
signature.asc
Description: Digital signature
topped working, but now this folder hook does
not delete anything.
Any thoughts on what might be happening?
Using Mutt 1.5.13 connecting to an Imap server.
Thanks.
--
Kevin Coyner GnuPG key: 1024D/8CE11941
signature.asc
Description: Digital signature
topped working, but now this folder hook does
not delete anything.
Any thoughts on what might be happening?
Using Mutt 1.5.13 connecting to an Imap server.
Thanks.
--
Kevin Coyner GnuPG key: 1024D/8CE11941
On Sun, Nov 11, 2007 at 07:56:00PM -0800, Michael Elkins wrote..
> On Sun, Nov 11, 2007 at 06:52:12PM -0500, Kevin Coyner wrote:
> > For the longest time I successfully used a folder hook like
> > this:
> >
> > folder-hook =mutt-users "push '~r>5d!~F
ions.
macro index \CR ":push ':set from=; my_hdr Reply-To: ; \
my_hdr To: ; my_hdr Subject: ==Reminder==; \
exec mail;'\n"\n
Thanks,
Kevin Beranek
On Thu, Aug 14, 2008 at 02:46:23PM +0200, Rado S wrote:
> =- Kevin Beranek wrote on Thu 14.Aug'08 at 1:44:29 -0500 -=
>
> > I wrote a macro to automate a portion of sending myself an email
> > that will get caught by a filter and moved to a special folder. It
> > set
here it hangs
2) wrapper that runs offlineimap with autorefresh but kills and restarts
the process if there has been no output for a given period of time or
the process terminates
Has anybody had similar experiences with offlineimap or am I the only
lucky one?
--
Kevin Beranek
==
rashes (not that much
> however). The last version from the repository works fine here but I'm
> not using the deamon mode.
Thanks for the response. The problems have become less frequent with
successive versions; maybe I'll just have to follow the repo more
closely
On Mon, Feb 16, 2009 at 05:51:35PM +, Don Raikes wrote:
Hey:
I use smtp.comcast.net without any problems with mutt. I send it with
msmtp. here is my .msmtprc file:
account default
host smtp.comcast.net
port 25
from @comcast.net
auth on
password
logfile ~/.mstp.log
When i configured .msmt
t failed to do so.
>
> I have 'set delete=yes' in muttrc. So once I quit mutt, the message will
> be automatically deleted. I don't want this to happen.
>
> Thanks for any suggestions as to how to save this message.
>
> Regards,
>
> --
> Zhengquan
-
s/linux/slackware
Said folders are accessed via IMAP, dovecot, running locally. I'll
give the imap_delim_chars setting a try on 1.5.19 or 1.5.20 sometime in
the near future.
--
Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX
Si hoc legere scis nimium er
I had been trying to create send-hooks and save-hooks, but noticed that,
contrary to all the documentation I could find, Mutt was insisting on
evaluating my regular expressions as case-sensitive.
I was not using any capitalized letters it the regexs. I know that if one or
more letters is/are ca
On Fri, Oct 30, 2009 at 02:32:33AM -0400, Patrick Shanahan wrote:
>
> From the Fine Manual:
>
> 1. Regular Expressions
>
> ...
>
>The search is case sensitive if the pattern contains at least one
>upper case letter, and case insensitive otherwise.
>
On Fri, Oct 30, 2009 at 08:43:21AM -0500, Kyle Wheeler wrote:
> Are you using your system's regex library, or the one that comes with
> mutt? It's possible that your system's regex library has a bug in it
> (and it would be nice to eliminate that before blaming mutt for the
> problem).
>
> ~Kyl
1 - 100 of 709 matches
Mail list logo