Delete mailbox over imaps

2002-08-26 Thread Dan Boger
When in the folder browser, connected via imaps, I find that I cannot delete folders. Mutt gives the error: "Delete is only supported for IMAP". Is this the expected behaviour? I'd think that imaps should work just as imap, only over ssl :) -- Dan Boger [EMAIL PROTECTED] ms

Re: mutt and mail archives

2002-08-21 Thread Dan Boger
der patch, linked from mutt.org - I've used it successfully for a few years now :) HTH! -- Dan Boger [EMAIL PROTECTED] msg30408/pgp0.pgp Description: PGP signature

Re: mailbox limitation

2002-08-21 Thread Dan Boger
On Wed, Aug 21, 2002 at 04:06:13PM +0400, Oleg Lukashin wrote: > How many messages can normally display/work with mutt ? I've used mailboxes with over 50,000 messages with no problem at all. A bit slot to open (depending on the machine of course), but quite usable. -- Dan Boge

Re: muttprofile (new)

2002-07-31 Thread Dan Boger
perl? I'm always interested in hacking perl :) -- Dan Boger [EMAIL PROTECTED] msg29977/pgp0.pgp Description: PGP signature

Re: filtering mailbox

2002-07-22 Thread Dan Boger
d mail delete. Can it be done in batch? even better - D~= and you're done :) -- Dan Boger [EMAIL PROTECTED] msg29809/pgp0.pgp Description: PGP signature

Re: quoting doesn't work in send-hook command

2002-07-11 Thread Dan Boger
message. The only way I know to get around this is to either set up folder-hooks, or macros to apply the changes before the msg is composed. -- Dan Boger [EMAIL PROTECTED] msg29546/pgp0.pgp Description: PGP signature

Re: quoting doesn't work in send-hook command

2002-07-11 Thread Dan Boger
h a variety of > e-mail addresses; getting this working is important. > > What am I doing wrong? try: send-hook [EMAIL PROTECTED] 'set from="David Benfell <[EMAIL PROTECTED]>"' ? does that help? -- Dan Boger [EMAIL PROTECTED] msg29538/pgp0.pgp Description: PGP signature

Re: displaying folder name in xterm title

2002-07-04 Thread Dan Boger
m the mutt.org patches page: http://www.robots.ox.ac.uk/~neil/mutt/ -- Dan Boger [EMAIL PROTECTED] msg29378/pgp0.pgp Description: PGP signature

Re: random header script?

2002-06-20 Thread Dan Boger
FILE", "; close FILE; print $line; from "perldoc -q random" :) -- Dan Boger Linux MVP brainbench.com msg29098/pgp0.pgp Description: PGP signature

Re: 3 quick questions

2002-06-06 Thread Dan Boger
profile... so something like (from memory, untested): macro index ':set [EMAIL PROTECTED]\n:set signature="~/.sig-addr"' macro index ':set [EMAIL PROTECTED]\n:set signature="~/.sig-addr2"' etc... HTH! -- Dan Boger [EMAIL PROTECTED] msg28694/pgp0.pgp Description: PGP signature

Re: IMAP uses SSL even when not requested

2002-06-04 Thread Dan Boger
ngle reason (aside from testing) that you will prefer the plaintext over SSL, by default. -- Dan Boger [EMAIL PROTECTED] msg28588/pgp0.pgp Description: PGP signature

Re: to save tagged messages

2002-06-03 Thread Dan Boger
On Mon, Jun 03, 2002 at 05:17:10PM +0300, Jussi Ekholm wrote: > It doesn't do the job either. I did tag a certain thread with > tag-thread, and then pressed ;N. Still, only the first article of that > thread got marked read... try ;wN (Tagged-SetFlag-New) :) -- Dan B

Re: folder-hooks

2002-05-31 Thread Dan Boger
On Fri, May 31, 2002 at 08:39:20AM -0500, David T-G wrote: > % just occured to me that this won't match "back2" either, since it starts > % with a "b"... > > Yeah, that's another problem that occurred to me after posting. I had > the same sort of problem with $alternates; I'd really like to be a

Re: folder-hooks

2002-05-31 Thread Dan Boger
atch "0 '1's in the 5th position, followed by a '1'"... if you get my meaning... just occured to me that this won't match "back2" either, since it starts with a "b"... -- Dan Boger Linux MVP brainbench.com msg28428/pgp0.pgp Description: PGP signature

Re: folder-hooks

2002-05-31 Thread Dan Boger
quot; "1" - and you're right - since "test" is only 4 characters, it doesn't match the "not 1" section. I think you might be better off making a general folder hook (that will match back1 as well), then adding another folder hook (after? before?) that will deal with the special case. HTH! -- Dan Boger Linux MVP brainbench.com msg28424/pgp0.pgp Description: PGP signature

Re: folder-hook and push conflicts with imap?

2002-05-24 Thread Dan Boger
On Sat, May 25, 2002 at 01:41:03AM +0200, Sven Guckes wrote: > * Dan Boger <[EMAIL PROTECTED]> [2002-05-22 15:58]: > > is there a way to do what I want to happen (automagically > > delete dups in each folder) without using push? > > procmail - message id c

Re: folder-hook and push conflicts with imap?

2002-05-22 Thread Dan Boger
On Wed, May 22, 2002 at 05:07:01PM +0200, Sven Guckes wrote: > * Dan Boger <[EMAIL PROTECTED]> [2002-05-21 12:10]: > > set spoolfile=imaps://user@box/ > > folder-hook . 'push ~=\n' > > --> "Password for user~=@box:" > > which of course, fa

folder-hook and push conflicts with imap?

2002-05-21 Thread Dan Boger
ail" MAILPATH="/var/spool/mail" PKGDATADIR="/usr/local/share/mutt" SYSCONFDIR="/usr/local/etc" EXECSHELL="/bin/sh" -MIXMASTER To contact the developers, please mail to <[EMAIL PROTECTED]>. To report a bug, please use the flea(1) utility. vvv.nntp pat

Re: How to define mailboxes ?

2002-05-11 Thread Dan Boger
ail/In`; do echo -n =In/$x echo -n ' ' done so my mailboxes is set to my inbox and everything in the ~/Mail/In/ folder... HTH! :) -- Dan Boger [EMAIL PROTECTED] msg27991/pgp0.pgp Description: PGP signature

Re: managing two accounts on same imap-server

2002-05-10 Thread Dan Boger
server.]? > > "NO Error"? > > It works if i copy a message manually: > > C > imap:[EMAIL PROTECTED]/Inbox > Password for [EMAIL PROTECTED]: I see a difference - '=imap://...' and 'imap://...' - try removing the '=' from the macro. -- Dan Boger Linux MVP brainbench.com msg27967/pgp0.pgp Description: PGP signature

ailasing mailboxes

2002-05-07 Thread Dan Boger
options do I have? do I need to write macros for saving a message, saving all tagged messages, changing to that folder, etc? is there no way to magically make "mbx" always expand to "imaps://..." in every prompt? I'm not asking for much, am I? *grin* -- Dan Boger [EMA

Re: PGP signature verification

2002-04-22 Thread Dan Boger
essed patch, is all, I think... -- Dan Boger [EMAIL PROTECTED] msg27543/pgp0.pgp Description: PGP signature

Re: Feature request: uncolor not only in index

2002-04-11 Thread Dan Boger
> > Where does display-hook come from? I just built 1.3.28 and use > 1.3.22.1 regularly and neither has it. I'm assuming it comes from a > patch, but which one? I _think_ it's actually a message-hook? -- Dan Boger [EMAIL PROTECTED] msg27054/pgp0.pgp Description: PGP signature

Re: Organizing mailfolders (strategies and using with mutt)

2002-04-11 Thread Dan Boger
could it be that you're specifying your mailboxes relative to your homedirectory, but not starting mutt from there? try "mailboxes `find ~/Mail -type f`" HTH! -- Dan Boger Linux MVP brainbench.com msg27025/pgp0.pgp Description: PGP signature

Re: IMAP browsing

2002-04-10 Thread Dan Boger
up now... I'd guess it'd be "folders" or something similar. :) -- Dan Boger Linux MVP brainbench.com msg26981/pgp0.pgp Description: PGP signature

Re: imap behavior

2002-04-09 Thread Dan Boger
On Tue, Apr 09, 2002 at 09:59:25AM -0500, David T-G wrote: > Possibly so. Meanwhile, if you *can* write a 'N'ew flag back to any > mailbox, I'll start bugging root! yup, works, no problems :) bug away! -- Dan Boger [EMAIL PROTECTED] msg26931/pgp0.pgp Description: PGP signature

Re: imap behavior

2002-04-09 Thread Dan Boger
-0400 (EDT) (LOGINDISABLED because it's not a secure channle) maybe you're running an old version? -- Dan Boger [EMAIL PROTECTED] msg26926/pgp0.pgp Description: PGP signature

Re: imap behavior

2002-04-09 Thread Dan Boger
x27;N'ew again :-( > % > % why not? works for me... The only time I wished for a trash box was > > Why not live without the 'N'ew flag? Because I want it, of course. > > Or am I missing your point? yes, you are :) why can't you go back and mark a mes

Re: imap behavior

2002-04-09 Thread Dan Boger
box was when I notied a lot of times I delete a message without reading it (from one of the lists), and notice that I actually did want to read it (while it was syncing)... but for that, I just created a mail.today box, and a mail.yesterday - that keeps all the mail I get in the past two d

Re: toggle-read?

2002-04-08 Thread Dan Boger
gt; > Yep; good, unless you want to set replied or flagged or ... good point. I do believe the original question was how to mark as "read" which, to me, means "not new" :) heh, guess the perl moto applies to mutt as well :) -- Dan Boger [EMAIL PROTECTED] msg26885/pgp0.pgp Description: PGP signature

Re: toggle-read?

2002-04-08 Thread Dan Boger
t. > > You can write ('w') or clear ('W') any flag you want. In addition, you > can toggle the new flag with 'N'. See 2.3.1.1 in the manual and your > index help screen for more info. hmmm... on my mutt (1.3.28i) I don't see that. What I use is

Re: create_muttrc script

2002-04-05 Thread Dan Boger
T_/ or /^\s*\*\*/; next if /DT_SYN/;print "\n$1: (default $2)" and next if /{ "([^"]+)".*, (.*)\}/;chomp;s/^\s*\*\*//;s/\.pp$//;s/\\f.//g; s/\.d.//g;print' init.h|more :) -- Dan Boger [EMAIL PROTECTED] msg26804/pgp0.pgp Description: PGP signature

Re: send-hook and set

2002-04-04 Thread Dan Boger
#x27; - it'll define a default, when no other hooks match. :) -- Dan Boger Linux MVP brainbench.com msg26680/pgp0.pgp Description: PGP signature

Re: close IMAP connections

2002-04-03 Thread Dan Boger
e real answer, but what if you change to a local folder > and then back to the imap folder? You might not have to quite mutt after > all... nope, same thing. have to actually quit and restart mutt. :) -- Dan Boger [EMAIL PROTECTED] msg26586/pgp0.pgp Description: PGP signature

Re: close IMAP connections

2002-04-03 Thread Dan Boger
On Tue, Apr 02, 2002 at 07:07:35PM +0200, Michael Tatge wrote: > Dan Boger ([EMAIL PROTECTED]) muttered: > > when I don't access that one folder for a while, and I switch to it > > (with a macro), I get an error "connection closed" and an empty index. > > th

[OT] Re: close IMAP connections

2002-04-02 Thread Dan Boger
hat AIDE takes too long to run on it (17 hrs/day), so I need to fix that... and it still beats my firewall - 486/25 with 7.8M of ram (don't ask)... though that one is purring away nicely :) -- Dan Boger [EMAIL PROTECTED] msg26556/pgp0.pgp Description: PGP signature

Re: close IMAP connections

2002-04-02 Thread Dan Boger
I changed my keepalive, and will report - thanks for the help! -- Dan Boger [EMAIL PROTECTED] msg26555/pgp0.pgp Description: PGP signature

Re: close IMAP connections

2002-04-02 Thread Dan Boger
ow I expected the IMAP to work as well, but I don't have the time to recall my C well enough to add it myself... -- Dan Boger [EMAIL PROTECTED] msg26548/pgp0.pgp Description: PGP signature

Re: close IMAP connections

2002-04-02 Thread Dan Boger
On Tue, Apr 02, 2002 at 06:24:45PM +, Simon White wrote: > 02-Apr-02 at 13:22, Dan Boger ([EMAIL PROTECTED]) wrote : > > I have two setups (two different boxes) - one has a bunch of local > > (non-imap) folders, and a macro defined to access an IMAP folder > > (infreque

Re: close IMAP connections

2002-04-02 Thread Dan Boger
teresting. so while it doesn't help with my current problem (since the mailbox that's timing out isn't one that's getting polled for new mail) it might explain why my all-IMAP config is very slow, compared with the local one... esp since my IMAP server is a P90 with 48M of ram :)

Re: close IMAP connections

2002-04-02 Thread Dan Boger
t same macro for an imap folder (on the same server, but with a different username). When I access that one IMAP folder, leave it for a while, and try to come back is when I run into this problem. -- Dan Boger [EMAIL PROTECTED] msg26536/pgp0.pgp Description: PGP signature

Re: close IMAP connections

2002-04-02 Thread Dan Boger
e developers, please mail to <[EMAIL PROTECTED]>. To report a bug, please use the flea(1) utility. vvv.nntp patch-1.3.28.rr.compressed.1 patch-1.2.xtitles.1 -- Dan Boger [EMAIL PROTECTED] msg26528/pgp0.pgp Description: PGP signature

Re: close IMAP connections

2002-04-02 Thread Dan Boger
nect="ssh -f -q -L 8090:127.0.0.1:143 -L 8091:127.0.0.1:389 \ > [EMAIL PROTECTED] sleep 120 < /dev/null > /dev/null 2>&1" I just use imaps, and it's all behind my firewall anyway... but that doesn't solve the problem ... -- Dan Boger [EMAIL PROTECTED] msg26525/pgp0.pgp Description: PGP signature

close IMAP connections

2002-04-02 Thread Dan Boger
I'm trying to use an IMAP folder with mutt, and running into an annoying problem: when I don't access that one folder for a while, and I switch to it (with a macro), I get an error "connection closed" and an empty index. the only thing I could find that would fix this is to quit mutt and start it

Re: Irony getting in the way (Was: Re: ignore...)

2002-04-01 Thread Dan Boger
On Mon, Apr 01, 2002 at 11:20:32PM +0200, Rocco Rutte wrote: > It may sound funny, but I really saw some Linux guys talking about what > would be necessary to replace a kernel 'on the fly'. Not that it does > make lots of sence or is extraordinary usefull, but to some of them > uptime is all that

Re: Patch: filter-message

2002-03-26 Thread Dan Boger
MP copy of the folder? if so, that's great :) I was worried that it will append it to the original, and that would, of course, break things... -- Dan Boger [EMAIL PROTECTED] msg26197/pgp0.pgp Description: PGP signature

Re: Patch: filter-message

2002-03-26 Thread Dan Boger
, but I can't even try it if it does :/ -- Dan Boger [EMAIL PROTECTED] msg26169/pgp0.pgp Description: PGP signature

Re: Converting mbox to Maildir

2002-03-20 Thread Dan Boger
7;t back that up with facts. the mbox manpage does mention this, under history: The mbox format occured in Version 6 AT&T Unix. A variant of this format was documented in RFC 976. :) -- Dan Boger [EMAIL PROTECTED] msg25798/pgp0.pgp Description: PGP signature

Re: POP New Messages

2002-03-16 Thread Dan Boger
ETRIEVAL FAILURE MODES below) and this option does not work with ETRN or ODMR. so by default, only new messages are downloaded, unless you use the -a, --all, or the 'fetchall' option. :) Dan -- Dan Boger Linux MVP brainbench.com msg25621/pgp0.pg

Re: Mail-Followup-To on mutt-users redundant?

2002-03-15 Thread Dan Boger
o the list it was from (instead of to the author of the > email, or whatever). right. the question is, how does mutt know what is the list address, and what is the personal address? -- Dan Boger [EMAIL PROTECTED] msg25569/pgp0.pgp Description: PGP signature

Re: Mail-Followup-To on mutt-users redundant?

2002-03-14 Thread Dan Boger
I've tried. > > Including, for example, this one... I believe you need to tell mutt which addresses are "lists" - look at the "lists" and "subscribe" keywords, in the mutt docs. HTH! -- Dan Boger Linux MVP brainbench.com msg25509/pgp0.pgp Description: PGP signature

Re: About the language for the mutt config tool

2002-03-08 Thread Dan Boger
On Fri, Mar 08, 2002 at 12:03:56AM +0100, Marco Fioretti wrote: > So, what language do the volunteers know better? I'll defenitly help if it's in perl, and will probably be useless in python. :) -- Dan Boger [EMAIL PROTECTED] msg25191/pgp0.pgp Description: PGP signature

Re: mutt is not for everyone

2002-03-07 Thread Dan Boger
; dotfiles (or dotfile) and generator were in the name. IIRC, it's actually an app, not a cgi... here's the homepage, thanks to freshmeat :) http://www.blackie.dk/dotfile/ -- Dan Boger [EMAIL PROTECTED] msg25155/pgp0.pgp Description: PGP signature

Re: how to change xterm title depending on current mailbox

2002-01-22 Thread Dan Boger
On Tue, Jan 22, 2002 at 07:53:05PM +0100, Nick Wilson wrote: > > set editor="vim -u ~/.mutt/vimrc -c ':0;/^$'" > > Fantastic! > How might I incorporate a tw command in that? I guess something like this? (I'm not a vim guru though) set editor="

Re: how to change xterm title depending on current mailbox

2002-01-22 Thread Dan Boger
="vim -u ~/.mutt/vimrc -c ':0;/^$'" which will tell vim to start after the headers, so I'll be positioned to trim the quoted text. if you wanted it to start at the end, you could do something like this (assuming you use vim, of course): set editor="vim -c ':%;

Re: how to change xterm title depending on current mailbox

2002-01-22 Thread Dan Boger
term_icon='Mutt (%?m?%m&none?%?n?/%n?)' set xterm_title="Mutt %?n?(%n new messages)?" HTH, Dan -- Dan Boger [EMAIL PROTECTED] msg23575/pgp0.pgp Description: PGP signature

Re: message-hooks

2002-01-16 Thread Dan Boger
On Wed, Jan 16, 2002 at 01:16:59PM -0500, Dan Boger wrote: > On Wed, Jan 16, 2002 at 07:21:28PM +0100, Roman Neuhauser wrote: > > > what I want is that whenever I write or reply to a certain address, that > > > message will be automagically BCCed to another address. I t

Re: message-hooks

2002-01-16 Thread Dan Boger
rent message, only > > subsequent messages. > > > > send-hook . 'unmy_hdr Bcc:' > > send-hook [EMAIL PROTECTED] 'my_hdr Bcc: <[EMAIL PROTECTED]>' > > Doesn't message-hook do what you describe here? nope, doesn't seem to do anythin

message-hooks

2002-01-16 Thread Dan Boger
subsequent messages. send-hook . 'unmy_hdr Bcc:' send-hook [EMAIL PROTECTED] 'my_hdr Bcc: <[EMAIL PROTECTED]>' (from memory) Is it possible? -- Dan Boger [EMAIL PROTECTED] msg23155/pgp0.pgp Description: PGP signature

Re: using wildcards in "mailboxes"

2002-01-10 Thread Dan Boger
t; > but unfortunately that doesn't seem to work; only the main spool file > shows up in the list of mailboxes. try mailboxes ! `echo /path/to/your/folders/lists/*` :) -- Dan Boger Linux MVP brainbench.com msg22785/pgp0.pgp Description: PGP signature

Re: mutt/gpg question

2002-01-04 Thread Dan Boger
;s good, of course). -- Dan Boger [EMAIL PROTECTED] msg22247/pgp0.pgp Description: PGP signature

Re: Using message-hook to run messages through a filter

2001-12-28 Thread Dan Boger
uot;. well, not sure how to do it with mutt - I have written a similar filter (for a 40 year old that spells like he's a teenage hacker wannabe), and I just run it via procmail... It is funny to see my replies to him spelled correctly (including the quoted part :) HTH Dan -- Dan Boger [EMAIL PROTECTED] msg21980/pgp0.pgp Description: PGP signature

Re: binding a key to forward mail

2001-12-11 Thread Dan Boger
On Tue, Dec 11, 2001 at 01:24:59PM +, Jose Celestino wrote: > [EMAIL PROTECTED] definitely sucks. Don't use it. thank you for sharing this observation. -- Dan Boger [EMAIL PROTECTED] msg21495/pgp0.pgp Description: PGP signature

Re: Can mutt access USENET?

2001-12-06 Thread Dan Boger
atch, linked from the mutt homepage (http://www.mutt.org) - http://mutt.kiev.ua/ just apply the patch, rebuild, and you're good to go :) -- Dan Boger Linux MVP brainbench.com msg21198/pgp0.pgp Description: PGP signature

Re: Fast way to folder browser

2001-12-06 Thread Dan Boger
eems to work for me :) -- Dan Boger Linux MVP brainbench.com msg21166/pgp0.pgp Description: PGP signature

Re: a couple more questions -> sync-mailbox

2001-12-03 Thread Dan Boger
> b) return to my INBOX (which resides on an IMAP server) > c) wait a while, then press '$' -- nothing happens > d) quit mutt > e) start mutt and return to my INBOX -- the message is there syncing doesn't delete anything on it's own... you have to dele

Re: display-hooking w3m / was: mutt for blind computerusers

2001-11-30 Thread Dan Boger
set up a procmail filter, to add a header to messages with 3 or more urls, and then have mutt match that header? would that work? -- Dan Boger [EMAIL PROTECTED] msg20894/pgp0.pgp Description: PGP signature

Re: mutt for blind computerusers

2001-11-28 Thread Dan Boger
On Wed, Nov 28, 2001 at 02:36:06PM -0500, Daniel Eisenbud wrote: > On Wed, Nov 28, 2001 at 02:32:39PM -0500, Dan Boger <[EMAIL PROTECTED]> wrote: > > well, a workaround might be instead of viewing messages with , > > view with 'e' - edit-message. that will open

Re: mutt for blind computerusers

2001-11-28 Thread Dan Boger
when done, just quit your editor without saving, and you're back at the index. in my setup, the editor is set to : set editor="vim -u ~/.mutt/vimrc -c ':0;/^$'" so that it automagically starts after the headers :) HTH! -- Dan Boger Linux MVP brainbench.com msg20758/pgp0.pgp Description: PGP signature

Re: Strange attachement

2001-11-26 Thread Dan Boger
and is recogniced by mutt. I think, this is not > a valid form of attachement. > > What can be wrong? pipe it into uudecode - '|uudecode' should do the trick. I wouldn't be able to tell you when OE decides to encode an attachment in MIME and when in UU, but either wa

Re: send-hook to parse entry out of subject line and dump into CC field?

2001-11-16 Thread Dan Boger
On Fri, Nov 16, 2001 at 01:50:05PM -0500, darren chamberlain wrote: > Dan Boger <[EMAIL PROTECTED]> said something to this effect on 11/16/2001: > > On Fri, Nov 16, 2001 at 01:31:30PM -0500, David T-G wrote: > > perl -i -n -e 's/^/- /;' $1 > > > > so

Re: send-hook to parse entry out of subject line and dump into CC field?

2001-11-16 Thread Dan Boger
#x27;s handed. > > Now, I know that there is a way to edit in place in perl and skip the > temp file, but it doesn't pop to mind. I could do it easily in ed but > that would probably be tough to use to grab the Subject: line and > generate a Cc: line :-) perl -i -n -e 's/^/- /;' $1 something like this? :) -- Dan Boger Linux MVP brainbench.com msg20511/pgp0.pgp Description: PGP signature

Re: Re: /var/mail/sean is not a mailbox?

2001-11-14 Thread Dan Boger
w I'm running procmail > incorrectly, or else it's misconfigured in the .procmailrc. not sure if this is related, but here's how I have procmail in my fetchmailrc: mda '/usr/bin/procmail -d %T' :) -- Dan Boger [EMAIL PROTECTED] msg20442/pgp0.pgp Description: PGP signature

Re: maildir and compressed folders

2001-10-18 Thread Dan Boger
boxes, since it had to unencrypt/reencrypt, instead of just appending, like you can do with gzip... -- Dan Boger [EMAIL PROTECTED] PGP signature

Re: is it possible to have mutt use gzipped mailboxes ?

2001-10-05 Thread Dan Boger
running it with the 1.2.5i version (I think :) HTH -- Dan Boger Linux MVP brainbench.com PGP signature

OT - weird sendmail error msg

2001-09-25 Thread Dan Boger
ve any idea? Thanks! -- Dan Boger [EMAIL PROTECTED] PGP signature

Re: Mutt and GPG

2001-09-24 Thread Dan Boger
o do this. Anyone > have pointers? something like this. add to your .muttrc: source .muttrc.autoenc and add a cronjob: gpg --list-keys | perl -n -e '/(<.*?>)/; print "send-hook $1 \"set pgp_autoencrypt\"\n"' > ~/.muttrc.autoenc would that do? :)

Re: deleting messages with same message id's?

2001-09-21 Thread Dan Boger
x for how to suppress > dups). Mutt can't IIRC check for anything other than the from address / date > / subject (whatever's displayed in the index view). hmmm... limiting on ~h [EMAIL PROTECTED] did limit my index to show only this past message... ? -- Dan Boger Linux MVP brainbench.com PGP signature

Re: Another PGP->GnuPG problem...

2001-09-20 Thread Dan Boger
keyid (DC18C098), it encrypts both to my key and to the recipient (%r I think)... HTH :) -- Dan Boger Linux MVP brainbench.com PGP signature

Re: scores

2001-09-18 Thread Dan Boger
l score is the sum total of all matching score entries. However, you may optionally prefix value with an equal sign (=) to cause evaluation to stop at a particular entry if there is a match. Negative final scores are rounded up to 0. "Negative final scores are rounded up to 0." :) HTH, -- Dan Boger Linux MVP brainbench.com PGP signature

Re: auto attachment

2001-09-17 Thread Dan Boger
it'll auto-attach that file to every message. nice. Mutt rocks. -- Dan Boger [EMAIL PROTECTED] PGP signature

Re: shell escape (!) oddity

2001-09-14 Thread Dan Boger
actually kick you out of mutt... it just gives you a shell.. type exit, you'll find yourself back in good 'ol mutt :) -- Dan Boger [EMAIL PROTECTED] PGP signature

Re: Mutt + PGP

2001-09-13 Thread Dan Boger
', ask whether or not to verify the signature. If ``no'', never attempt to verify PGP/MIME signatures. so just put "set pgp_verify_sig=no" and it won't try. Or, fix your gpg config :) -- Dan Boger Linux MVP brainbench.com PGP signature

Re: limiting by number of lines

2001-09-10 Thread Dan Boger
; only 13 or 15 lines long (while others are easy at 220 lines)... of course, you could always try to hack it... maybe score messages with the output of `wc -l` - assuming you don't use scoring for something else... :) -- Dan Boger Linux MVP brainbench.com PGP signature

Re: limiting by number of lines

2001-09-10 Thread Dan Boger
ust acks and so I'd like to also exclude them from the display -- but I > don't want to sort by size because I'd like to see them in date order. wouldn't this work? ~s subject ~z >1k guessing that a 10 line message will be less than 1k in size...? -- Dan Boger Linux MVP brainbench.com PGP signature

Re: Address Book

2001-08-23 Thread Dan Boger
gt; abook, then convert back to mutt .aliases. > > Or am I missing something? you don't need to convert the abook back to aliases - you can just use it as an external query command, and get email addresses directly from abook. basicly, stop using .aliases. HTH -- Dan Boger Linux

quote deleting in vim (OT)

2001-07-11 Thread Dan Boger
easy way of doing "Delete until ^--"? I could also write a macro to do DG:r~/.sig^M, but thought there might be an easier way? Anyone? :) -- Dan Boger [EMAIL PROTECTED] PGP signature

Re: Negative scores and regexp questions

2001-06-29 Thread Dan Boger
" will never match. from the mutt manual: 3.20. Message Scoring ... Negative final scores are rounded up to 0. so when so expect a score to be -90, it will be rounded up to 0. HTH, -- Dan Boger Linux MVP brainbench.com PGP signature

Re: nntp patch and hooks

2001-06-19 Thread Dan Boger
news.server.new 'set signature="test"' and hit "P" - I still get my standard sig... send-hooks aren't called for nntp posts, right? any way to debug this? Thanks, -- Dan Boger [EMAIL PROTECTED]

nntp patch and hooks

2001-06-19 Thread Dan Boger
quot;, but that didn't work either. :/ ideas? -- Dan Boger [EMAIL PROTECTED]

Re: Displaying number of lines in a message

2001-06-15 Thread Dan Boger
On Fri, Jun 15, 2001 at 02:14:54PM -0400, Louis LeBlanc wrote: > > On 06/15/01 01:04 PM, Dan Boger sat at the `puter and typed: > > On Fri, Jun 15, 2001 at 12:48:24PM -0400, Louis LeBlanc wrote: > > > > can't you just set $LOCKFILE to someplace else where you

Re: Displaying number of lines in a message

2001-06-15 Thread Dan Boger
write to that dir? can't you just set $LOCKFILE to someplace else where you do have write permissions? -- Dan Boger Linux MVP brainbench.com

Re: Accented characters

2001-06-07 Thread Dan Boger
od example - came out (for me) as an 'e' with a '/' on top, and an 'a' with a '\' on top... My guess that your terminal is lacking somehow... -- Dan Boger [EMAIL PROTECTED]

Re: fetching mail in mutt and sendmail

2001-05-21 Thread Dan Boger
On Mon, 21 May 2001, Joss Winn wrote: > I would like to disable the sendmail daemon yet still be able to > fetch mail using fetchmail, calling sendmail to deliver the mail > only when fetchmail needs it. Currently, if the sendmail daemon is > disabled, I can send mail, but when trying to fetch i

Re: [feature req] Configurable behaviour after MTA failure

2001-05-18 Thread Dan Boger
On Fri, 18 May 2001, Joane Lispton wrote: > To sum it up, when it comes to the trade-off between > > - doing all the queueing manually, and knowing (from within mutt) that mail > has been successfully relayed > > and > > - having a MTA do the queueing for me, yet, if I wish to make sure that

Re: Using urlview for FTP?

2001-01-30 Thread Dan Boger
u write a wrapper script, put it as your COMMAND, and have it check if it's an ftp url, or a https? url, or whatever... -- Dan Boger System Administrator Brainbench linux MVP http://www.brainbench.com

score and ~b

2001-01-29 Thread Dan Boger
Doh! Finally got around to set some score rules (I want to see when someone's referencing my website on a high volium list) - but mutt says "~b isn't supported in this mode" for the following command? score "~b peeron.com" 500 am I missing something? --

Re: compressed folders

2001-01-18 Thread Dan Boger
done this, I can't be the > laziest guy in the room! Ok, maybe. ;-) yup, someone already made a patch for it... one sec, I'll search for it... http://www.spinnaker.de/mutt/compressed/ there is it. :) it also supports gpg, so not only are my older folders compressed, they are

Re: sending mail and a copy saved to sent-mail...

2000-11-15 Thread Dan Boger
On Wed, Nov 15, 2000 at 12:28:06PM -0800, Luke Ravitch wrote: > Cool. I like to compress my archived sent mail, though. I just have: nod, I do that too, only gpg it in the proccess. do you use the +COMPRESSED patch to mutt, so it could read the compressed folders on the fly? :) -- Dan Bo

Re: send-hooks not reset

2000-10-24 Thread Dan Boger
unset signature' > >Cool, so it's not just me... > >Is this classified as a bug, or a feature? :) it's pretty much what you should expect, once you think of it. I think it's a feature, and not a bug :) -- Dan Boger System Administrator [EMAIL PROTECTED] PGP signature

  1   2   >