Re: don't fetch attachments from imap by default

2022-11-17 Thread Josef 'Jeff' Sipek
multi-megabyte messages > gets faster and using less bandwidth ? Back in 2016 there was a long-standing ticket [1] to implement imap4 partial fetch. I couldn't find equivalent ticket in the gitlab issue tracker [2]. Jeff. [1] http://dev.mutt.org/trac/ticket/3465 [2] https://gitlab.com/muttmua/mutt/-/issues/

Re: Having problems with POP3 setup

2022-08-30 Thread Josef 'Jeff' Sipek
he mailbox with sent mail would be flagged as \Sent regardless of its name. For more info, take a look at RFC 6154 [1]. Clients generally don't expose special use flags to the user. Jeff. [1] https://www.ietf.org/rfc/rfc6154.html

Re: Mutt configuration tips

2022-06-26 Thread Josef 'Jeff' Sipek
inside one.) To start the work mutt, all I have to do is: $ export MUTTPFX=work- $ mutt Well, I have a shell script called work-mutt that does that :) Jeff. signature.asc Description: PGP signature

Re: NeoMutt Opinions

2021-12-27 Thread Jeff Abrahamson
On Mon, Dec 27, 2021 at 12:33:09PM +, isdtor wrote: > > > I fear the days where my dayjob requires me to use something else (than > > neo/mutt). > > After a corp takeover, my dayjob is fully MS-centric. Yet, I am continuing to > use mutt for everything that is required, including S/MIME,

Re: gnutls_handshake

2021-11-07 Thread Jeff Abrahamson
On Sat, Nov 06, 2021 at 06:07:45PM -0700, Kevin J. McCarthy wrote: > On Sat, Nov 06, 2021 at 09:14:46PM +0100, Jeff Abrahamson wrote: > > On trying to send mail, I receive the following error: > > > >     gnutls_handshake: An unexpected TLS packet was received > > [...

gnutls_handshake

2021-11-06 Thread Jeff Abrahamson
ry or what to look at? Many thanks. -- Jeff Abrahamson http://p27.eu/jeff/ http://mobilitains.fr/

Re: Reply from address with +

2021-06-28 Thread Josef 'Jeff' Sipek
On Sun, Jun 27, 2021 at 08:32:54 -0400, Josef 'Jeff' Sipek wrote: > On Fri, Jun 25, 2021 at 18:41:33 -0400, Chuck Martin wrote: ... > > alternates "^jeffpc(\\+.*)?@...$" > > > > If you have the same username at > > multiple domains, you might

Re: Reply from address with +

2021-06-27 Thread Josef 'Jeff' Sipek
ailing list or a bcc). In those cases, you still > have to manually edit it. I don't use + for mailing lists, so this is a very rare occurrence for me. Thanks, I'll give it try tomorrow when I have some time to tinker with it. Jeff.

Reply from address with +

2021-06-25 Thread Josef 'Jeff' Sipek
e_from=yes alternates jeffpc(\+[^@]+)?@... jsipek(same regexp)@... In other words, do I have to (1) add my preferred address to alternates, and (2) change every one of my half a dozen alternates to include a + match? This seems convoluted, which is why I'm asking if I missed a better way. Thanks, Jeff.

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Josef 'Jeff' Sipek
tt will print that message out. Random thought: could the wrapper be generating a "broken pipe" type error and exiting with a non-zero code? Jeff. signature.asc Description: PGP signature

Re: Getting more useful information in file browser - possible with maildir?

2020-09-28 Thread Josef 'Jeff' Sipek
. .. cur new tmp Just my 2 cents worth of trivia. Jeff. signature.asc Description: PGP signature

Re: Index screen - could it feature time segments?

2020-08-03 Thread Josef 'Jeff' Sipek
re may have a fancier mechanism. For example, Dovecot has virtual folders. Jeff. -- Evolution, n.: A hypothetical process whereby infinitely improbable events occur with alarming frequency, order arises from chaos, and no one is given credit.

Re: Mutt losing folders with new mails with additional session

2020-07-23 Thread Josef 'Jeff' Sipek
ormats roughly correspond to maildir and mbox, but use external index files to keep track of status and other often modified data. This reduces the number of fs operations quite a bit. Jeff. -- Intellectuals solve problems; geniuses prevent them - Albert Einstein signature.asc Description: PGP signature

Re: Mutt losing folders with new mails with additional session

2020-07-23 Thread Josef 'Jeff' Sipek
paces. Then if the update is minor enough and there is enough space in the header, the update is performed in-place. There might be other caveats that I don't remember; it's been a long while since I looked at that code. Of course changing the status is not the only operation that may end up rewriti

Re: Mutt losing folders with new mails with additional session

2020-07-17 Thread Josef 'Jeff' Sipek
will want to spend the effort to implement this client-side. Mutt could of course have a setting that disables the atime/ctime behavior - and every time it wants to check it could scan the mailbox to see if anything appeared. Ultimately, I think this is really a bug in the desktop search engine you're

Re: mutt and S/SMIME

2020-06-16 Thread Josef 'Jeff' Sipek
or GPGME are: > > Key/Sign/Self-encrypt settings > * $pgp_default_key > * $pgp_sign_as I few months ago, I ran into a pgp_sign_as + GPGME related issue: Setting it to a subkey doesn't work. Not using GPGME (and using gpg.rc instead) works. IIRC, that was a GPGME API l

Re: mailing-list to bugs

2018-05-08 Thread Jeff Abrahamson
. -- Jeff Abrahamson +33 6 24 40 01 57 +44 7920 594 255 https://www.p27.eu/jeff/ purple.com -> p27.eu

Re: Lines beginning with From are not escaped in $record

2016-05-29 Thread Jeff Fisher
space. Lines starting with "From:" do not delimit messages in mbox format, but lines starting with "From " in the body of a message should be escaped. Hope this helps. Best Regards, Jeff

Re: collapse threads automatically after imap mailbox update

2015-09-12 Thread Jeff Melton
Your mail made it to the list, yes. JM On Sat, Sep 12, 2015 at 01:33:21PM +0200, Steve Schmerler wrote: On Sep 06 15:19 +0200, Steve Schmerler wrote: Hello all I'm using folder-hook . "push " to collapse threads. Recently, I started using imapfilter since one of the imap servers to

Re: Archived messages, where do they go?

2015-09-02 Thread Jeff Melton
I'm using FastMail with mutt, though I'm not using macros to save messages. I'm not sure what your other config looks like, so I'm not sure how useful this will be to you. I'll post below my FastMail-specific muttrc settings for reference, but I'm just using the default "s" keybinding to

Formail

2009-04-08 Thread Jeff Davis
I'm looking for doc on how to incorporate formail into my mutt configuration to tame the run-on text-widths of received mail messages. Thanks for any pointers. -- Jeff

Re: selecting from when sending an email

2008-10-09 Thread Jeff Kinz
On Tue, Oct 07, 2008 at 12:14:57AM -0500, Kyle Wheeler wrote: (and/or signatures), the answer is usually to create a macro that will change all the necessary settings. For example: macro compose f1 set signature=~/.mutt/wifesig; my_hdr From: [EMAIL PROTECTED]enter Wait - does f1 tell mutt

Re: mutt's .mutt folders when saving attachments?

2008-09-23 Thread Jeff Kinz
On Tue, Sep 23, 2008 at 10:28:33AM -0500, Kyle Wheeler wrote: http://dev.mutt.org/trac/changeset/c0e6d2617984/ ~Kyle - -- If an elderly respected expert in a given field tells you that something can be done he is almost certainly right. If an elderly respected expert in a given field

Re: [OT] List corrupting DomainKeys?

2007-08-29 Thread Jeff Macdonald
? -- :: Jeff Macdonald | Director of Messaging Technologies :: e-Dialog | [EMAIL PROTECTED] :: 131 Hartwell Ave. | Lexington, MA 02421 :: v: 781-372-1922 | f: 781-863-8118 :: www.e-dialog.com

Re: OT: offending sig + headers

2007-05-18 Thread Jeff Macdonald
end up using the 'owned' box's disk space and slow down the sending rate. I would hope that would draw attention to the owner of the box. -- :: Jeff Macdonald | Principal Engineer, Messaging Technologies :: e-Dialog | [EMAIL PROTECTED] :: 131 Hartwell Ave. | Lexington, MA 02421 :: v: 781-372-1922

Re: OT: offending sig + headers

2007-05-18 Thread Jeff Macdonald
On Fri, May 18, 2007 at 10:06:12AM -0600, Kyle Wheeler wrote: On Friday, May 18 at 11:54 AM, quoth Jeff Macdonald: is that it's one of these anti-spam measures that only work until it gets widespread enough for spammers to decide to do something about it (they own enough always-on Windows

After-editing hook?

2002-09-06 Thread Jeff Turner
for such a hook is when the user wants to automatically set the From envelope header based on the To: address. This works with send-hooks, but again, not if you edit headers manually. --Jeff

newbie: getting mail outta the box

2002-07-06 Thread Jeff Maxson
. I've got the GPG working nicely now, I just need to 1) be able to send, and 2) somehow not have to manually delete this stupid blank line(s) that keeps appearing in /var/mail/jbmaxson (causing not a valid mailbox-type errors). TIA, Jeff -- Jeff Maxson [EMAIL PROTECTED]

Downloading Mutt Source

2001-12-04 Thread Jeff Brodnax
I was just at ftp.mutt.org and was trying to download the source code. For somereason it would only let me download 59 percent of it. The expected size was 2.4 megs and I would only get 850 kb. I was just wondering if I am doing something wrong or is there another place to get it at? I

input field editing

2001-08-27 Thread Jeff E. Kinzli
Hi, Perhaps it's an unwritten feature, but if not I think it would help to have it - that is, when editing an input field (like subject, Cc:, To:, etc.) it would be nice to be able to non-destructively jump backwards by a word instead of one character at a time. CTRL+W will kill words backwards,

Solved: Re: Using mapping to augment hjkl

2001-08-27 Thread Jeff Turner
Here's Piet Delport's excellent explanation for why mapping the meta (alt) key, like this: :map M-g /fooCRcwbarEsc sometimes doesn't work. Thanks! --Jeff - Forwarded message from Piet Delport [EMAIL PROTECTED] - Date: Fri, 24 Aug 2001 20:59:58 +0200 From: Piet Delport [EMAIL

hostname question

2001-08-19 Thread Jeff Abrahamson
get is Jeff Abrahamson jeff instead of Jeff Abrahamson [EMAIL PROTECTED]. Sendmail rewriting saves my butt on outgoing mail, but it bothers me. And I don't know why things changed. In both cases it's mutt 1.2.5i. Anyone have any thoughts on what might have caused such a change? -- Jeff Jeff

Re: hostname question

2001-08-19 Thread Jeff Abrahamson
On Sun, Aug 19, 2001 at 11:52:58PM +0200, Morten Brix Pedersen wrote: On Sun, Aug 19, 2001 at 10:32:19PM +0200, Jeff Abrahamson wrote: Anyone have any thoughts on what might have caused such a change? It's probably because the mutt defaults on Debian are different, you can see the defaults

Re: Can't use the L to replay to a list

2001-08-05 Thread Jeff Coppock
the To: header is being set correctly. If it is, you may have a problem with your MTA (sendmail, postfix). BTW, please wrap your text lines to something less that 72 chars. It's a pain having to wrap them for you on replies. jc -- Jeff CoppockNortel Networks

Re: uuencode and mutt

2001-07-31 Thread Jeff Coppock
-o output_filename saved_email At the beginning of the uuencoding in the email body the encoded filename is listed, so I use that as the output_filename and when I save the email to the local directory I usually call it coded to keep it simple. jc -- Jeff Coppock

date format

2001-07-11 Thread Jeff Coppock
I'm having trouble figuring out the date format for my attribution line. I want it to show as mm/dd/yy hh:mm or something a lot shorter than the default. Can someone provide this for me? thanks, jc --

Re: Attributing replied text quotes

2001-07-07 Thread Jeff E. Kinzli
The way I do it is with the following in .muttrc: macro index $ ':set indent_str= ^M' macro pager $ ':set indent_str= ^M' macro index % :set indent_str=' macro pager % :set indent_str=' Then, when in the pager or index, I hit % and then enter something like: DT ' Which then makes the

Re: A folder fol deleted messages

2001-07-06 Thread Jeff Coppock
Thusly Thwacked By John Arundel: set trash=/mail/trash in muttrc, with unset trash to turn it off. While you're at it, add: set trash_clean=30 # number of days to hold an email before permanently deleting it

message/partial

2001-07-05 Thread Jeff Abrahamson
up before. Any suggestions? Tia. -- Jeff Jeff Abrahamson http://www.purple.com/jeff/

Re: redirecting mail to mailboxes

2001-07-05 Thread Jeff Coppock
I use Maildrop instead of Procmail. I find it a bit lighter, perhaps not as powerful, but it sets up easily and the filtering works well. jc Thusly Thwacked By John P. Verel: The answer is procmail. On 07/05/01, 02:10:14PM +0200, Dominik Vogt wrote: I have a single mail

Re: redirecting mail to mailboxes

2001-07-05 Thread Jeff Coppock
Thusly Thwacked By Dominik Vogt: I think I could live with that. Currently I use G to fetch my mail: bind index G fetch-mail Could you give me the idea how to write a complex macro (from my point of view) to a) fetch mail and b) sort it into mailboxes afterwards? Bye Dominik

Re: Multiple delete

2001-07-05 Thread Jeff Coppock
Thusly Thwacked By Suresh Ramasubramanian: David Turetsky [mutt-users] 06/07/01 00:46 -0700: I would like to be able to invoke a process to delete multiple incoming posts based on either the sender or subject. I see something in the documentation about ^T and ~e but neither seem to be

Re: IMAP folder browsing

2001-06-23 Thread Jeff Coppock
I think you need to set the IMAP server as a mailbox and then set it as a folder too. In your ~/.muttrc : mailboxes {imap.mail.server}INBOX set folder {imap.mail.server} set imap_user=username set imap_pass=password Then, when you log in you'll go right to the INBOX, and

filtering a maildir

2001-06-18 Thread Jeff Coppock
Greetings Muttsters, I use Mutt/Fetchmail/Maildrop/Postfix and was wondering if there's an easy way to run my Maildrop filters against a maildir. I've been putting several distribution lists in the same maildir and now it's a bit too large and would like to re-filter it

change folders and ?

2001-06-07 Thread Jeff E. Kinzli
Hi, I apologize if this has been covered somewhere, I did a search on the archive site and didn't see anything... Using /var/mail the 'c' and '?' to get a folder list worked fine. Then, I switched to use IMAP, but kept folders local (via my homedir). Now 'c' and '?' doesn't work, i.e. I press

change folders and ?

2001-06-06 Thread Jeff E. Kinzli
Hi, I apologize if this has been covered somewhere, I did a search on the archive site and didn't see anything... Using /var/mail the 'c' and '?' to get a folder list worked fine. Then, I switched to use IMAP, but kept folders local (via my homedir). Now 'c' and '?' doesn't work, i.e. I press

Re: Setting from-email address on mutt commandline

2001-06-01 Thread Jeff Coppock
To change the From: address while composing, from the pager window where you view your header information, hit Esc then f and you will be able to change it. Also, if you do this often (as I do) you might also want to add set envelope_from in your .muttrc so that the envelope

Re: index_format problem

2001-05-31 Thread Jeff Coppock
Yup, it was missing a quote, and I thought I tried that since my other folder-hook entries have one at the beginning of the set section. Anyway, it's working nicely now. Thanks to all for your help! jc Thusly Thwacked By Jonathan Irving: Hi Jeff The '.' line supplied

index_format problem

2001-05-30 Thread Jeff Coppock
I'm having a strange problem. I've set the following index_format in my .muttrc: ## Index Format set index_format=%4C %Z %{%b %d} %-18.18F (%4c) %s folder-hook =sent_apr2001 'set index_format=%4C %Z %{%b %d} %-18.18t (%4c) %s folder-hook =sent_may2001 'set index_format=%4C %Z %{%b %d}

Re: Mailing list From: field in index

2001-05-28 Thread Jeff Coppock
I have the same problem with my +sent-mail directory. I displays my name and the not who the mail was sent to even though I'm using this index_format in .muttrc set index_format=%4C %Z %{%b %d} %-18.18F (%4c) %s I verified that my name is correct on the /etc/passwd file,

Re: Mailing list From: field in index

2001-05-28 Thread Jeff Coppock
in 'man muttrc' with no luck. Any other suggestions are most welcome. thanks, jc Thusly Thwacked By Arvid Warnecke: On Mon, May 28, 2001 at 11:03:12AM -0700, Jeff Coppock wrote: I have the same problem with my +sent-mail directory. I displays my name and the not who the mail

Re: Mailing list From: field in index

2001-05-28 Thread Jeff Coppock
Thusly Thwacked By Louis LeBlanc: Just to get you started, this is what I have in my Sent folder: folder-hook =Sent 'set index_format=%3C %Z %d %-18.18t (%4l) %s' %t is the hook to get the To field. If you hook this in your sent folder, this is all you want, anyway. Just don't forget

Re: Marking multiple messages as read

2001-05-19 Thread Jeff
Jeroen, I think all you need to do is define the distribution lists you subscribe to in your .muttrc file like this: subscribe [EMAIL PROTECTED] And, when you reply to a message on this list, use 'L' [that's capital L, so shift key and 'l']. This will set your

Re: HTML email that is NOT an attachment problem! :(

2001-05-11 Thread Jeff Coppock
Chris, After getting the view of the attachments with v, select the file labelled text/html and enter. If you mailcap file is right, you'll see the Lynx version of html in the window. jc On Fri, May 11, 2001 at 02:58:34PM -0700, Dr. Christian Seberino wrote: Suresh,

Re: Can't send zipfiles (revisited)

2001-05-07 Thread Jeff
On Mon, May 07, 2001 at 09:56:46AM +0530, Suresh Ramasubramanian wrote: Duke Normandin proclaimed on mutt-users that: Is it me - or is it Mutt? I can't send a freaking zipfile w/o having the sucker grunged at the other end. I experimented with changing the encoding even -- to 7bit

Re: Using multiple mail server for uploading mail

2001-05-06 Thread Jeff
On Fri, May 04, 2001 at 05:28:53PM -0400, Sam Roberts wrote: Maybe I've made this more complicated than I should. What I am trying to do is be able to send mail with different return addresses ie. [EMAIL PROTECTED] and [EMAIL PROTECTED] Whatever I do, my email always has a return

Re: Wrong From

2001-05-03 Thread Jeff Coppock
On Thu, May 03, 2001 at 07:20:13AM +0700, Efata wrote: If I send email mailling list. My email header form wrong with my setting header from: in my muttrc. How I can fix this one. Thanks A couple ways: add to .muttrc... my_hdr From: Efata [EMAIL PROTECTED] This will override any other

Re: How handle HTML emails?

2001-05-03 Thread Jeff
I hit 'v' to view and then 'enter' on the attachment. My mimetypes is set to open it in mozilla (netscape) or lynx. Or, I just delete it! jc On Thu, May 03, 2001 at 01:38:46PM -0700, Dr. Christian Seberino wrote: How do people read HTML emails? Yes I know I could save email and fire up

IMAP mail filtering

2001-04-22 Thread Jeff Turner
;copy" instructions to move the actual messages to the right mailboxes. Has anyone done this with mutt before? Perhaps it should be a separate utility, invoked before mutt, that applies a local set of procmail rules to a remote set of IMAP mailboxes. Does anyone know of anything like this? Thanks,

Re: smtp server config?

2001-04-16 Thread Jeff Turner
o it. You want to install a sendmail replacement designed for this purpose. Look for ssmtp on freshmeat. ssmtp rocks :) Takes about 5 mins to install and then you forget it exists. --Jeff -- Jacob Kuntz [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://underworld.net/~jake

using non-local smtp server?

2001-03-11 Thread Jeff Turner
do the job of a MTA; I just want it to talk to the MTA of my choice. I'd appreciate it if someone could explain the error in my thinking. thanks, --Jeff

Re: using non-local smtp server?

2001-03-11 Thread jeff
On Sun, Mar 11, 2001 at 09:34:57PM -0500, Rich Lafferty wrote: On Mon, Mar 12, 2001 at 01:25:00PM +1100, Jeff Turner ([EMAIL PROTECTED]) wrote: Hi, Is there any way to configure mutt to send mail through a non-local SMTP server? Yes, I've read the FAQ entry saying "this

Re: F flag(false positive)

2001-02-28 Thread Jeff Abrahamson
ood way to avoid this? Any suggestion? Name your machine. Create an account for yourself. -- Jeff Jeff Abrahamson http://www.purple.com/jeff/

Re: Getting accented characters etc. to work in mutt pager

2001-02-27 Thread Jeff Abrahamson
. -- Jeff Jeff Abrahamson http://www.purple.com/jeff/

IMAP broken in 1.3.15i?

2001-02-20 Thread Jeff Turner
AUTH=LOGIN] snow.socialchange.net.au IMAP4rev1 2000.283rh at Tue, 20 Feb 2001 22:21:14 +1100 (EST) foo LOGIN "jeff" "" * CAPABILITY IMAP4 IMAP4REV1 STARTTLS NAMESPACE IDLE MAILBOX-REFERRALS SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND foo OK LOGIN completed foo SELECT Inb

Re: IMAP broken in 1.3.15i?

2001-02-20 Thread Jeff Turner
On Tue, 20 Feb 2001, Thomas Roessler wrote: On 2001-02-20 22:58:35 +1100, Jeff Turner wrote: I'm a brand-new mutt user, so possibly have got something simple wrong. However I've done the usual trawl through the manual, FAQ, archives, and found nothing. I'm using a recent mutt built from

Sending mail...

2001-02-16 Thread Jeff Blaufuss
How do I configure mutt to send mail using my isp's mail server? I haven't been having much luck using my machine to send mail.

Re: Can you (.*) -- $1 with mutt?

2001-02-06 Thread Jeff Abrahamson
On Sun, Feb 04, 2001 at 10:24:40PM +1100, Jeff Waugh wrote: Hi all, In an effort to fix up my catastrophic mail overload, I'm trying out a few things to make life easier. One is to have my list email delivered to IN.list email files, and save to list archive files. The annoying way would

Can you (.*) -- $1 with mutt?

2001-02-04 Thread Jeff Waugh
;save-hook .* =list" I'd have to do that for *every* list... Ugh! (I'm sure many of you understand.) I'd like to do something like this (only make it work): folder-hook IN\.(.*) "save-hook .* =$1" Common regexp matching, etc. So, is this remotely possible? Thanks all, - Jeff

Re: Using urlview for FTP?

2001-01-30 Thread Jeff Howie
On Tue, Jan 30, 2001 at 01:13:41PM +, Conor Daly wrote: Just noticed, that my urlview launched mozilla to view the below ftp type URLs. Does anyone know how to have urlview launch wget for FTP and mozilla for HTTP? man urlview says nothing. Maybe I need a binding in mutt insteadi?

Re: Using urlview for FTP?

2001-01-30 Thread Jeff Howie
On Tue, Jan 30, 2001 at 04:06:27PM +, Conor Daly wrote: On Tue, Jan 30, 2001 at 10:00:10AM -0600 or so it is rumoured hereabouts, Jeff Howie thought: On Tue, Jan 30, 2001 at 01:13:41PM +, Conor Daly wrote: Just noticed, that my urlview launched mozilla to view the below ftp type

Re: Escape to index on delete?

2001-01-06 Thread Jeff Howie
On Sat, Jan 06, 2001 at 09:41:35AM -0500, Joe Philipps wrote: On Sat, Jan 06, 2001 at 12:06:19AM -0800, Gary Johnson wrote: On Sat, Jan 06, 2001 at 02:23:13AM -0500, Joe Philipps wrote: On Fri, Jan 05, 2001 at 06:51:52PM -0600, Jeff Howie wrote: Hi all. I'd like to be able to set the 'd

Escape to index on delete?

2001-01-05 Thread Jeff Howie
Hi all. I'd like to be able to set the 'd' in the pager to exit me back to the index after deleting the message, instead of reading the next message. I've searched through the help, and found 'resolve', but turning that off doesn't do it. I've played around with setting a macro , but no matter

Re: Trying to wrap my messages at 72 characters

2000-12-14 Thread Jeff Howie
On Thu, Dec 14, 2000 at 03:53:59PM -0500, Douglas L . Potts wrote: set editor="vim -c ':0;/^To: '" it does a ':0' go to top of file, and then '/^To: ', search for first line that has To: in it at the very beginning. Whether or not you use the Mutt option to have the to/cc/etc lines in

cannot send to mail server

2000-12-12 Thread Jeff Howie
Hi all. Our mail setup requires us to set our 'Reply-To:' header which points to our mail server. As you can see probably, my domain is 'federated.ca' (indicated in my 'From' header), where as our mail server is 'mail.federated.ca' (which is itself an alias for 'devaxp.federated.ca' our

Re: cannot send to mail server

2000-12-12 Thread Jeff Howie
On Tue, Dec 12, 2000 at 10:22:54AM -0800, Michael Elkins wrote: On Tue, Dec 12, 2000 at 10:32:50AM -0600, Jeff Howie wrote: - Transcript of session follows - ... while talking to mail.federated.ca: RCPT To:[EMAIL PROTECTED] 553 Mail to [EMAIL PROTECTED] not allowed

Re: cannot send to mail server

2000-12-12 Thread Jeff Howie
On Tue, Dec 12, 2000 at 02:01:00AM -0600, Jeremy Blosser wrote: Jeff Howie [[EMAIL PROTECTED]] wrote: The only real problem I encounter is when I (r)eply to someone else's email, which then grab's their 'reply-to' header. Is there anyway that mutt can filter that (ie take out the 'mail

Why doesn't mutt know me anymore?

2000-11-15 Thread Jeff Howie
I have the author's name specified in my index_format as '%F', which according to the mutt help is 'author name, or recipient name if the message is from you'. But the index still shows my name ('Jeff Howie') for emails that I've bcc'd back to myself. My email address is no longer the same as my

Re: domain check

2000-11-15 Thread Jeff Williams
-: You can set the envelope sender in older mutts with -: set sendmail="/usr/sbin/sendmail -oi -oem -f [EMAIL PROTECTED]" Should that be `-F' instead of `-f' ? Here's what `man sendmail' says, but it didn't answer the question (for me). -F fullname Set the full name of

Re: Why doesn't mutt know me anymore?

2000-11-15 Thread Jeff Howie
On Wed, Nov 15, 2000 at 02:00:12PM -0500, Jim Toth wrote: On Wed, Nov 15, 2000 at 12:45:09PM -0600, Jeff Howie ([EMAIL PROTECTED]) said: I have the author's name specified in my index_format as '%F', which according to the mutt help is 'author name, or recipient name if the message

Re: Folder specific index_format

2000-11-14 Thread Jeff Howie
On Tue, Nov 14, 2000 at 11:07:29AM +1100, iain truskett wrote: Hello, I'm attempting to use the following (which seem logical enough for me) to perform folder specific index formatting: folder-hook . \ 'set index_format="%4C %4N %Z %[!%y%m%d-%H%M] %-17.17F (%5l) %s"'

what is the change folder command offering?

2000-11-10 Thread Jeff Howie
Hi all. I've noticed that while browsing through my directory that contains Usenet mail-list postings (created vi procmail to mbox format), that when I'm finished reading one box and hit 'c' to change to the next unread one, mutt offers a default box. This box is alway one of the other boxes in

Re: what is the change folder command offering?

2000-11-10 Thread Jeff Howie
On Fri, Nov 10, 2000 at 06:51:11PM +0100, Michael Tatge wrote: Hi all. I've noticed that while browsing through my directory that contains Usenet mail-list postings (created vi procmail to mbox format), that when I'm finished reading one box and hit 'c' to change to the next unread one,

Re: what is the change folder command offering?

2000-11-10 Thread Jeff Howie
On Fri, Nov 10, 2000 at 10:26:55AM -0800, Neelakanth wrote: Sometime ago, Jeff Howie said: Hi all. I've noticed that while browsing through my directory that contains Usenet mail-list postings (created vi procmail to mbox format), that when I'm finished reading one box and hit 'c

Re: folder-hook set ?

2000-11-09 Thread Jeff Howie
On Fri, Nov 10, 2000 at 04:19:16AM +0200, Mikko Hänninen wrote: Jeff Howie [EMAIL PROTECTED] wrote on Thu, 09 Nov 2000: folder-hook . set sort=threads \ index_format="%3C/%m %Z %{%Y-%m-%d %H:%M} %-15.15F %s" Which gives me a startup error '%Z: unknow

IMAP blues

2000-11-06 Thread Jeff Williams
it works when listserv@delorie recognizes me again). Comments and suggestions appreciated. jeff kendall% mutt -v Mutt 1.2.5i (2000-07-28) Copyright (C) 1996-2000 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'. Mutt is free software, and you

Re: Automate Bcc to myself?

2000-10-25 Thread Jeff Howie
On Wed, Oct 25, 2000 at 02:37:19AM +0100, Glyn Millington wrote: Hi! Is it possible to set up Mutt to send a blind copy to myself each time I send out an email? Can anyone tell me how, or point me to the right place to find out? Place in your ~/.muttrc: my_hdr Bcc: Glyn Millington [EMAIL

Default search string

2000-10-24 Thread Jeff Howie
Hi all. Is there some setting that I haven't been able to find that allows me to set a default search pattern in the pager? I have a set of cron jobs that run hourly that send me updates from various systems processes, and I'd like to be able to just open mutt recall this default search

Re: cmutt xmutt... where?

2000-10-04 Thread Jeff Howie
On Wed, Oct 04, 2000 at 08:39:32PM +0200, Jan Houtsma wrote: Had them on a previous system. Now with this RH7.0 machine i can't find them anymore. Where can i download these files? I don't have them either. Waht exactly is xmutt, etc...

Re: xterm window resizing

2000-09-27 Thread Jeff Howie
to do some tweaking just so I could read messages. :^ Anyway, thanks for the help ya'll. On Tue, Sep 26, 2000 at 05:55:58PM -0500, Jeff Howie wrote: Hi all. I've noticed a really annoying problem, that I can't seem to be able to resize the xterm that is running mutt. I've experienced

Re: message's important flag

2000-09-26 Thread Jeff Howie
"X-Status: F" And I've added this. -- -- | THKS : | Federated Insurance | | Jeff Howie | Information Systems - PC | | Int Programmer/Analyst | 204.786.6431.x.217| --

xterm window resizing

2000-09-26 Thread Jeff Howie
of these libraries? I'm running Caldera 2.4, X 3.3.3.1b, mutt 1.0i -- -- | THKS : | Federated Insurance | | Jeff Howie | Information Systems - PC | | Int Programmer/Analyst | 204.786.6431.x.217| --

Re: xterm window resizing

2000-09-26 Thread Jeff Howie
And as an after-thought (I know, it should have been my first thought), but I just upgraded to the latest stable release, 1.2.5 (latest right?). Same problem, though. On Tue, Sep 26, 2000 at 05:55:58PM -0500, Jeff Howie wrote: Hi all. I've noticed a really annoying problem, that I can't seem

Re: message's important flag

2000-09-26 Thread Jeff Howie
On Tue, Sep 26, 2000 at 06:31:45PM -0500, David Champion wrote: On 2000.09.26, in [EMAIL PROTECTED], "Jeff Howie" [EMAIL PROTECTED] wrote: I also have a "color" line to highlight my flagged messages in red, and I've tried, but can't get how to do this. Can

nonstandard screen size

2000-09-11 Thread Jeff Williams
I use a Psion S5 as a dumb terminal to connect to my office computer (dialup), then invoke Mutt to check my email (using TERM=vt100). The problem is that the Psion screen, though it is supposed to be `vt100' in most respects, is physically only 18 lines, and the display gets scrambled. How can

copies of sent mail

2000-09-06 Thread Jeff Coppock
I'm a new user of mutt and sendmail. I've got everything working, but I can't figure out whether mutt of sendmail is responsible for keeping copies of sent mail, and where they would be. Can anyone help me? thanks, jc --

Re: Yet another FAQ

2000-06-27 Thread Jeff Abrahamson
new mutt people eo use encryption, we should either point them to a good tutorial, or at least give directions including how to generate a key and how to use it. Fwiw. -- Jeff Abrahamson 610/270-4845 [EMAIL PROTECTED] (home email is [EMAIL PROTECTED])

Re: clear screen after exit in tcsh?

2000-06-27 Thread Jeff Abrahamson
a prompt. that's the xterm alternate screen (when setup, it's in the termcap ti/te capabilities, hence titeInhibit resource for xterm) And can be set from .Xdefaults: XTerm.VT100.titeInhibit: true -- Jeff Abrahamson 610/270-4845 [EMAIL PROTECTED] (home email is [EMAIL PROTECTED])

In-line color in body but not header

2000-06-06 Thread Jeff Krueger
s improperly somehow, or is in-line coloring not yet available? -- Jeff

screen flipping in gnome-terminal

2000-03-27 Thread Jeff Abrahamson
thing like that. This is annoying, and I'd like it to stop, but I couldn't find anything in the manual that helped. Any suggestions? Tia. -- - Jeff Abrahamson [EMAIL PROTECTED] 610/270-4845

  1   2   >