David T-G proclaimed on mutt-users that:
>The "script" method, I hope :-) Yeah, once the script exists, it's easy
>enough for anyone to use it.
Making local copies of the script for every user would be tedious, to say
the least :) So, the dummy login :)
--
Suresh Ramasubramanian | sureshr a
Suresh --
...and then Suresh Ramasubramanian said...
% David T-G proclaimed on mutt-users that:
%
% >message to a script that generates a boilerplate message using the
% >existing subject and sends it to whoiever is in the DSN and RRT fields?
%
% Can do - I was thinking of setting this up for
David T-G proclaimed on mutt-users that:
>Procmail is still good for this, but why bother with the dummy account?
>Why not just pipe thru procmail and call a specific procmailrc that pipes
>the message to the autoresponder -- or, in fact, why not just pipe the
>message to a script that generates
Antione, Suresh, et al --
...and then Suresh Ramasubramanian said...
% Antoine Martin proclaimed on mutt-users that:
%
% >> Procmail is better for this imho. Set up a dummy account on your local
% >> box, which has a procmailrc set to return an autoack to the sender -
% >> bounce it to that ac
i asked last week about a more
recent rpm that did not have broken SHAREDIR, etc.
like the original redhat 6.2 had.
redhat released an update, mutt-1.2i-2, but
it needs to have --enable-locales-fix
added to the ./prepare line for accented chars to
print (the --with-charmaps option does not seem
t
Hall Stevenson proclaimed on mutt-users that:
>set sendmail_wait=<0
Try sendmail_wait=-1 :)
--
Suresh Ramasubramanian | sureshr at staff.juno.com
Spend extra time on hobby. Get plenty of rolling papers.
I just updated my existing 1.0.x copy of mutt to v1.2 last night.
Configuration and compiling went okay with no errors. I used this to
configure mutt:
./configure --enable-pop --enable-flock --disable-fcntl
--sysconfdir=/etc --with-slang=/usr/include/slang
(I also tried it without the slang ent
just forget to start the time beat:
===
unsigned int t;
t = /* what you want in micro seconds */
itv.it_value.tv_sec = t / 100;
itv.it_value.tv_usec = t % 100;
itv.it_interval.tv_sec = itv.it_value.tv_sec;
itv.it_interval.tv_usec = itv.it_va
I just do a timer event as following:
to initial a time beat and handler
==
#include
#include
#include
#include
enum {
BEAT,
LAST_SIGNAL
};
struct itimerval itv, oitv;
guint time_signals[LAST_SIGNAL];
void beat_close()
{
setitimer( ITIMER_REAL, &oitv
> Larry P. Schrof:
> When I hit 'k' or 'j' in the index, it gives me a "Key is not bound."
> error. Yet, when I go to the binding listing screen (by hitting '?'),
> 'j' and 'k' show up in the generic bindings section as bound to the
> functions I assigned.
think about it over a nice cup of hot
Mutt version:
Mutt 1.0.1i (2000-01-18)
Is this a bug?
==
generic binding seems to be broke. Am I doing something wrong?
bind generic j previous-entry
bind generic k next-entry
bind index j noop
bind index k noop
When I hit 'k' or 'j' in the index, it gives me a "Key is not bound."
On Tue, May 16, 2000 at 09:53:31PM +0300, Mikko Hänninen wrote:
> > Can I use mutt to access both
> > my local emails and the emails stored on an IMAP server?
>
> Yes.
>
> Although there's some tricks in the browsing apparently, when changing
> from remote to local or vice versa. Just
Eric --
...and then Eric Osborne said...
% Folks-
%
% I'm making the move from 0.95.5i to 1.2 to get all of the useful
% changes therein. However, I'd been using Alain Penders' support for
% compressed folders in 0.95.5i, and now can't live without it. :)
I can imagine! That's pretty old,
> I'm making the move from 0.95.5i to 1.2 to get all of the useful
> changes therein. However, I'd been using Alain Penders' support for
> compressed folders in 0.95.5i, and now can't live without it. :)
>
> I tried just patching the existing diffs into 1.2, but of course
> that failed.
heh. nevermind. found it on spinnaker. pls ignore...
eric
On Thu, May 18, 2000 at 09:37:19AM -0400, Eric Osborne wrote:
> Folks-
>
> I'm making the move from 0.95.5i to 1.2 to get all of the useful
> changes therein. However, I'd been using Alain Penders' support for
> compressed folders
Folks-
I'm making the move from 0.95.5i to 1.2 to get all of the useful
changes therein. However, I'd been using Alain Penders' support for
compressed folders in 0.95.5i, and now can't live without it. :)
I tried just patching the existing diffs into 1.2, but of course
that failed. Befor
On Thu, May 18, 2000 at 03:43:05PM +0200, Frank Derichsweiler wrote:
> On Thu, May 18, 2000 at 03:21:36PM +0200, Antoine Martin wrote:
> > Yes thank you, I understand better now, I just have to do a macro that bounce
> > to that dummy user, but I'm not root, so I need another solution :(
>
> What
Guys,
I'm not sure if you got this message. If you did, just disregard it. I can't
seem to be able to read messages in other encodings with mutt. Setting
"charset" to anything does not help at all. This is my compile options:
-DOMAIN
-HOMESPOOL +USE_SETGID +USE_DOTLOCK -USE_FCNTL -USE_FLOC
On Thu, May 18, 2000 at 03:21:36PM +0200, Antoine Martin wrote:
> Yes thank you, I understand better now, I just have to do a macro that bounce
> to that dummy user, but I'm not root, so I need another solution :(
What kind of MTA is on your box? If qmail, you should be able to use
the address-ex
test
--
// [EMAIL PROTECTED] //
Manuel Hendel <[EMAIL PROTECTED]> wrote on Thu, 18 May 2000:
> My mutt doesn't get new eMails. Fetchmail is fetching them an Postfix
> is forwarding them to the spooling directory but theres no new mail in
> mutt.
It is very likely that you're not telling Mutt where it should be
looking for new m
On Thu, May 18, 2000 at 06:42:37PM +0530, Suresh Ramasubramanian wrote:
> Antoine Martin proclaimed on mutt-users that:
>
> >> Procmail is better for this imho. Set up a dummy account on your local
> >> box, which has a procmailrc set to return an autoack to the sender -
> >> bounce it to that
Antoine Martin proclaimed on mutt-users that:
>> Procmail is better for this imho. Set up a dummy account on your local
>> box, which has a procmailrc set to return an autoack to the sender -
>> bounce it to that account with some keybinding, say.
>>
>> [rube goldberg solution, sort of]
>Yes I
On Thu, May 18, 2000 at 06:24:29PM +0530, Suresh Ramasubramanian wrote:
> Antoine Martin proclaimed on mutt-users that:
>
> >> Several mailers implement it in several different ways, though :(
> >When I receive a Mail with one of those headers, I would like to
> >notify the user (if I want, of c
Antoine Martin proclaimed on mutt-users that:
>> Several mailers implement it in several different ways, though :(
>When I receive a Mail with one of those headers, I would like to
>notify the user (if I want, of course) that I've read his mail
>with a macro, cause mutt don't seem to implement t
On Thu, May 18, 2000 at 05:59:21PM +0530, Suresh Ramasubramanian wrote:
> Antoine Martin proclaimed on mutt-users that:
>
> >Is it possible, when I read a mail A with mutt, to reply this mail
> >with a macro, with body containing the subject of A ?
> >The thing I want to do with this is to autom
Antoine Martin proclaimed on mutt-users that:
>Is it possible, when I read a mail A with mutt, to reply this mail
>with a macro, with body containing the subject of A ?
>The thing I want to do with this is to automatically notify the sender
>of the mail A that I've read his mail
This should, in
Is it possible, when I read a mail A with mutt, to reply this mail
with a macro, with body containing the subject of A ?
The thing I want to do with this is to automatically notify the sender
of the mail A that I've read his mail
Merci beaucoup for any idea
Antoine
My mutt doesn't get new eMails. Fetchmail is fetching them an Postfix
is forwarding them to the spooling directory but theres no new mail in
mutt.
Can anybody help?
Thanks Manuel
--
Registrierter Linux-User #130261
** **
* MAXIMUM Inte
Dave (Grizz) Glaser proclaimed on mutt-users that:
>Thanks, but aren't you supposed to be able to browse the IMAP folder to
>attach files with? If not, is there a way to automatically tell mutt
>where to get attached files from ? (e.g ~/ ).
If there _are_ files on your remote imap folder, then
Thanks, but aren't you supposed to be able to browse the IMAP folder to attach files
with? If not, is there a way to automatically tell mutt where to get attached files
from ? (e.g ~/ ).
Dave
> More than enough to go on :) Mutt is trying to search for the attached
> file on your IMAP server
Chris Green proclaimed on mutt-users that:
>So, no, you don't get IMAP support by default on 1.1.13 at least, and
>I think 1.1.13 is actually identical to 1.2.
my bad ... thanks
--
Suresh Ramasubramanian | sureshr at staff.juno.com
Walk softly and carry a megawatt laser.
On Thu May 18, 2000 at 09:44:31AM +0100, Telsa Gwynne muttered:
> On Thu, May 18, 2000 at 12:38:31PM +0530 or thereabouts, Suresh Ramasubramanian
>wrote:
> > Martti Rahkila proclaimed on mutt-users that:
> >
> > >http://www.iki.fi/martti.rahkila/mutt/profiles.html
> >
> > You could send your
On Thu, May 18, 2000 at 02:44:03PM +0530, Suresh Ramasubramanian wrote:
> Jan Houtsma proclaimed on mutt-users that:
>
> >> Definitely not mutt's fault :)
> >>
> >Why are you sooo sure? Cause when i run pine or elm instead of
> >mutt i don't have this problem. Can you explain that then??? :-))
>
On 2000-05-18 03:42:17 +0200, Gero Treuner wrote:
> Yup. The default is enabled, and configure appears to
> be able to enable it, only. Should be fixed IMO.
Actually, this is just something left over from the 1.1
series, where I had intentionally made the debugging stuff
the default. It was sup
On 2000-05-17 21:29:59 -0500, Ben Beuchler wrote:
> Hmmm... I'm using Eterm with a setting of
> 'xterm-color'.
I'm using xterm with TERM=xterm-xf86-v33 here, and don't
have any problems - neither with 1.1.*, nor with 1.3. And
yes, I have been using huge archive folders (approx. 11000
msgs) a
On 2000-05-18 13:48:02 +0530, Suresh Ramasubramanian wrote:
> I use mutt 1.3 (and have been building the devel
> versions as and when they came out ). AFAICT,
> --with-imap is enabled by default.
That would be a bug.
> Mutt is small enough that I can afford to do a
> ./configure and make ins
On Thu, May 18, 2000 at 01:56:45AM -0700, AG wrote:
>
> On Thu, 18 May 2000, Jan Houtsma wrote:
>
> | On Wed, May 17, 2000 at 03:40:51PM -0700, AG wrote:
> | > Hi Jan!
> | >
> | > On Wed, 17 May 2000, Jan Houtsma wrote:
> | >
> | > |
> | > | Another wierd thing It ONLY happens if i run th
On Thu, May 18, 2000 at 01:48:02PM +0530, Suresh Ramasubramanian wrote:
> Chris Green proclaimed on mutt-users that:
>
> >> mutt -f '{imap.server}folder-name'
>
> >Version 1.2 has a whole raft of IMAP enhancements and bug fixes though
> >so I would recommend doenloading and building that if you
Hi,
I can't seem to be able to read messages in cyrillic with mutt. Setting charset
to ISO-8859-5 or KOI8-r does not help at all. This is the compile options:
-DOMAIN
-HOMESPOOL +USE_SETGID +USE_DOTLOCK -USE_FCNTL -USE_FLOCK
+USE_IMAP +USE_POP +HAVE_REGCOMP -USE_GNU_REGEX +HAVE_COLOR +H
Jan Houtsma proclaimed on mutt-users that:
>> Definitely not mutt's fault :)
>>
>Why are you sooo sure? Cause when i run pine or elm instead of
>mutt i don't have this problem. Can you explain that then??? :-))
As one of my friends Binand Raj posted on the Linux India list -
Tolkien / Hitchhik
- Forwarded message from Sergei Gerasenko <[EMAIL PROTECTED]> -
From: "Sergei Gerasenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Wed, 17 May 2000 13:23:21 -0400
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
how do you make mutt read KOI-8 or another encoding ?
- End
On Thu, 18 May 2000, Jan Houtsma wrote:
| On Wed, May 17, 2000 at 03:40:51PM -0700, AG wrote:
| > Hi Jan!
| >
| > On Wed, 17 May 2000, Jan Houtsma wrote:
| >
| > |
| > | Another wierd thing It ONLY happens if i run the 'su - caroline'
| > | via that script! If i start an xterm and manual
On Thu, May 18, 2000 at 12:38:31PM +0530 or thereabouts, Suresh Ramasubramanian wrote:
> Martti Rahkila proclaimed on mutt-users that:
>
> >http://www.iki.fi/martti.rahkila/mutt/profiles.html
>
> You could send your .muttrc to dotfiles.org if you think it is special, so
> that other users can a
Manuel Hendel proclaimed on mutt-users that:
>> mutt -f '{imap.server}folder-name'
>
>I thought that just the 1.2 version got the imap part. What's abaut
>the performance, does it work fine?
>
I was checking imap folders on a .95.4i - it was pretty ok ... except that
m$ sexchange has a badly b
On Thu, May 18, 2000 at 09:18:20AM +0530, Suresh Ramasubramanian wrote:
> Jan Houtsma proclaimed on mutt-users that:
>
> >3) Then she kills the xterm with the cross button!!
>
> Simple thing - quit mutt first, before killing your XTerm :) Or else,
> there is always kill -9 `pidof(mutt)` :)
>
On Thu, May 18, 2000 at 08:38:02AM +0200, Marius Gedminas wrote:
> On Wed, May 17, 2000 at 10:12:26PM +0200, Jan Houtsma wrote:
> > Now for the sequence of events that make mutt go wild:
> > --
> > 1) In my own X-session my wife starts xterm (wh
On Thu, May 18, 2000 at 06:28:03AM +0200, clemensF wrote:
> > Jan Houtsma (Wed 17.0500-22:12):
> > 'rlogin -l caroline localhost' which works fine.
>
> what happens if you put "exec " in front of "rlogin"?
>
The problem doesnt happen with rlogin. Only with su.
But you are saying that when i put
Chris Green proclaimed on mutt-users that:
>> mutt -f '{imap.server}folder-name'
>Version 1.2 has a whole raft of IMAP enhancements and bug fixes though
>so I would recommend doenloading and building that if you can. When
>you build it you need to give the '--with-imap' option to ./configure
>
On Thu, May 18, 2000 at 01:08:39PM +0530, Suresh Ramasubramanian wrote:
> Manuel Hendel proclaimed on mutt-users that:
>
> >What do I have to do, to get mutt running with imap? Which version of
> >mutt shell I take? How do I have to compile it?
>
> Any version of mutt you want - your 1.01i will
On Thu, May 18, 2000 at 01:08:39PM +0530, Suresh Ramasubramanian wrote:
> Manuel Hendel proclaimed on mutt-users that:
>
> >What do I have to do, to get mutt running with imap? Which version of
> >mutt shell I take? How do I have to compile it?
>
> Any version of mutt you want - your 1.01i will
On Thu, May 18, 2000 at 10:27:15AM +0800, billy chan wrote:
> [2000.05.17 15:55] Joan M. Garcia <[EMAIL PROTECTED]>:
> > I would like to change mutt's behavior when, after pressing
> > two consecutive tabs when looking for a file or folder, it
> > shows me all the possible completions. It would be
clemensF proclaimed on mutt-users that:
>> So, on a related note: are there any other NNTP patches for mutt,
>> besides Brandon Long's 0.95 version? I'd imagine that they'll never
>
>i never heard of this nntp patch. would you please give a pointer?
mutt.org has a list of patches - you can ch
> David Champion (Thu 18.0500-00:47):
>
> So, on a related note: are there any other NNTP patches for mutt,
> besides Brandon Long's 0.95 version? I'd imagine that they'll never
i never heard of this nntp patch. would you please give a pointer?
--
clemens
Manuel Hendel proclaimed on mutt-users that:
>What do I have to do, to get mutt running with imap? Which version of
>mutt shell I take? How do I have to compile it?
Any version of mutt you want - your 1.01i will do fine. See the mutt/imap
howto at http://www.mutt.org for more. Just read the i
What do I have to do, to get mutt running with imap? Which version of
mutt shell I take? How do I have to compile it?
Thanks Manuel
--
Registrierter Linux-User #130261
** **
* MAXIMUM Internet Services AG | Fon +49 8152 918600
Martti Rahkila proclaimed on mutt-users that:
>Therefore, I wrote a "howto" on setting up and using sender
>profiles with Mutt. You can find it at
>http://www.iki.fi/martti.rahkila/mutt/profiles.html
You could send your .muttrc to dotfiles.org if you think it is special, so
that other users can
57 matches
Mail list logo