real-time viewing output of the (sendmail) delivery process

2000-01-17 Thread Nathan Stratton Treadway
propriate. Thanks. Nathan -------- Nathan Stratton Treadway | Ray Ontko & Co. | Software consulting services [EMAIL PROTECTED] | Richmond, IN| http://www.ontko.com/

Re: Showing threads

1999-07-02 Thread Nathan Stratton Treadway
quot;Re: Howdy" message I sent to my friend six months ago. But it is confusing if the time stamps are close together and one is wrong. Nathan Nathan Stratton Tr

Re: Current mailbox as $record

2012-02-08 Thread Nathan Stratton Treadway
On Thu, Feb 09, 2012 at 02:15:19 +0100, E. Prom wrote: > On Saturday, 04 February 2012, 22:58:12 -0500, > "David J. Weller-Fahy" wrote: [...] > > Check Table 4.7 in the manual. > > New also. At least for Debian ;) I had the section going back to mutt 1.5.9 (Debian Sarge)... though the section n

Re: Set space bar to go to next unread instead of next

2012-02-16 Thread Nathan Stratton Treadway
On Thu, Feb 16, 2012 at 17:02:19 -0500, Patrick Shanahan wrote: > * Christian Dysthe [02-16-12 16:08]: > > > > > > On 02/16/12 at 05:21pm, Maurice McCarthy wrote: > > > Hitting Tab already does this for me. > > > > Not for me. Tab just jumps from one unread message to the next. I have > > to h

Re: Set space bar to go to next unread instead of next

2012-02-16 Thread Nathan Stratton Treadway
On Thu, Feb 16, 2012 at 17:55:34 -0500, Nathan Stratton Treadway wrote: > I don't believe Maurice's behavior is different than the default... (Sorry, obviously I meant Christian instead of Maurice in my previous message...) Nathan

Re: can't read attached file docx

2012-04-25 Thread Nathan Stratton Treadway
On Wed, Apr 25, 2012 at 07:18:17 +0100, Chris Burdess wrote: > mutt won't care about the contents of the file, it only looks at the > mime type and encoding. In your example above the content-type is > truncated. You need to look at the complete content-type string and > ensure that it matches what

Re: Multi-boot and Mutt

2012-07-29 Thread Nathan Stratton Treadway
On Sat, Jul 28, 2012 at 22:10:04 -0600, Daryl Lee wrote: > 2. Is it possible to write a single .muttrc that I can copy to the > three home directories that can determine the "folder" path based on > the current OS? That is, the common mail folder is called > "/Volumes/Common/Mail" in OS X, "D:/Co

Re: resend

2012-08-08 Thread Nathan Stratton Treadway
On Wed, Aug 08, 2012 at 12:58:05 -0500, Luis Mochan wrote: > send those messages again. What is the best procedure to do it? Does > mutt have something similar to the emacs function > 'rmail-retry-failure' to strip away the failure notification of a > returned message and resend the original messag

Re: name file?

2012-09-08 Thread Nathan Stratton Treadway
On Sun, Sep 09, 2012 at 00:33:59 +0200, Bernard Massot wrote: > So you can fix your problem by editing /etc/passwd or by using If the incorrect name is indeed coming from /etc/passwd, you could also fix it using the "chfn" ("change full name") command. (You'll need to run it the command as root i

Re: sidebar patch

2013-02-12 Thread Nathan Stratton Treadway
On Mon, Feb 11, 2013 at 22:22:35 -0600, Luis Mochan wrote: > I guess there is still some confusion. When you installed > mutt-patched, mutt was overwritten. The same thing happened to me. In > my system, /usr/bin/mutt is a link pointing to > /etc/alternatives/mutt. Furthermore, /etc/alternati

Re: Is it supposed to be possible to deliver mail while mutt has the mbox open?

2013-03-24 Thread Nathan Stratton Treadway
On Sun, Mar 24, 2013 at 19:36:13 +, Chris Green wrote: > Yes, but did you look in the "existing mbox file" to see if there were > blank lines betweeen the messages there? For what it's worth, I took a simple test message, saved it into a new mailbox, and then used vi to make four copies of the

Re: Gmail IMAP takes ages to login

2013-05-30 Thread Nathan Stratton Treadway
On Tue, May 28, 2013 at 23:17:56 +0100, Mick wrote: > ## usern...@account1.com > source "~/.mutt/account1/.muttrc" > folder-hook $folder '~/.mutt/account1/.muttrc' > > ## usern...@gmail.com > source "~/.mutt/gmail/.muttrc" > folder-hook $folder '~/.mutt/gmail/.muttrc' This doesn't answer your mai

Re: Yet another 'duplicate' thread

2013-11-13 Thread Nathan Stratton Treadway
On Wed, Nov 13, 2013 at 18:50:44 +0100, Jonas Petong wrote: > Cameron, you were right, the message id's are the same. From the matter of > fact > that limiting my Inbox by ~= did not work led me to the conclusion that their > IDs have been different. Seems like you've teached me wrong so. What ha

Re: Question about 's' key command and ...

2013-11-22 Thread Nathan Stratton Treadway
On Fri, Nov 22, 2013 at 20:27:47 -0500, Patrick Shanahan wrote: > * pecon...@mesanetworks.net [11-22-13 20:10]: > > > > When I'm reading incoming mail in Mutt, I can save the email to a > > different folder by pressing the 's' key. When I do this, Mutt offers a > > suggestion of a folder name.

Re: mutt Applies fcc-hooks Inconsistently

2014-06-28 Thread Nathan Stratton Treadway
On Sat, Jun 28, 2014 at 13:46:42 -0700, Gary Johnson wrote: > The mutt manual describes this behavior of the fcc-hook in the > section, "Specify Default Fcc: Mailbox When Composing", as > > Mutt searches the initial list of message recipients for the > first matching regexp and uses mailbo

Re: trying repository mutt again

2014-11-09 Thread Nathan Stratton Treadway
On Sat, Nov 08, 2014 at 23:59:47 -0500, DaleKelly wrote: > >* DaleKelly [11-08-14 21:35]: > >>I am using Ubuntu 14.04 LTS > >>mutt 1.5.21-6.4ubuntu2 is the version in the repository [...] > here is my error > echo "Test" | /usr/bin/mutt -s Hello d...@dalekelly.org > Error in /etc/Muttrc, line 145

Re: Stupid regexp tricks

2014-12-09 Thread Nathan Stratton Treadway
On Tue, Dec 09, 2014 at 20:39:16 +, John Long wrote: > score '~i @m\..*\.com'- > > matches on > > Message-ID: <5486ad9f.8186460a.0aee.1...@mx.google.com> You want the actual regex to contain backslashed period characters... but mutt also processes backslashes when it

Re: Stupid regexp tricks

2014-12-09 Thread Nathan Stratton Treadway
On Tue, Dec 09, 2014 at 16:17:00 -0500, Nathan Stratton Treadway wrote: > but mutt also processes backslashes when it is parsing the command line > defining the expresion -- so you may need to quote the backslashes. (Here's the explaination of this topic from the mutt manual, near th

Re: Changing the Help list of keybindings?

2015-02-03 Thread Nathan Stratton Treadway
On Wed, Feb 04, 2015 at 16:16:59 +1300, Chris Bannister wrote: > On Mon, Feb 02, 2015 at 03:54:57PM -0500, Patrick Shanahan wrote: > > * Joe M [02-02-15 15:42]: > > > > > > I am wondering if it is possible to change (add to) the list of > > > keybindings that mutt shows in the bottom? For example

Re: How can i see the message ID of a message

2015-06-19 Thread Nathan Stratton Treadway
On Fri, Jun 19, 2015 at 09:21:30 -0400, Joshua Smith wrote: > > On Fri, Jun 19, 2015 at 02:56:23PM +0200, ybau...@gmail.com wrote: > > Hi, > > > > Is there a key shortcut in the index/pager to display the MessageID > > of the current email? > > [...] > I usually hit h to view the headers. then

Re: save in current folder?

2015-09-18 Thread Nathan Stratton Treadway
On Fri, Sep 18, 2015 at 16:56:12 -0700, Ian Zimmerman wrote: > Is it possible (and safe) to set the record variable, or the Fcc header, > to the folder from where I send the mail? For example, what can be said > about this .muttrc setting: > > set record="~/Mail/inbox" > [...] > Another question

Re: save to mailbox appends email address

2015-10-09 Thread Nathan Stratton Treadway
On Wed, Oct 07, 2015 at 15:14:39 -0400, Xu Wang wrote: > It seems the default behavior of mutt when I press 's' for save is to > put the email address as the folder I want to save to. But I would > prefer to not have this behavior. I have looked for muttrc variables > but I only find the following:

Re: mutt smtp/pop

2016-07-28 Thread Nathan Stratton Treadway
On Thu, Jul 28, 2016 at 20:23:49 -0400, dale wrote: > On 07/28/2016 07:39 PM, dale wrote: > >On 07/28/2016 04:10 PM, Grant Edwards wrote: > >>On 2016-07-28, dale wrote: > >> > >>>I get a reply from my ISP when I try to directly send, no message when I > >>>use SMTP > >> > >>How do you "directly se

Re: group reply

2016-09-26 Thread Nathan Stratton Treadway
On Mon, Sep 26, 2016 at 14:38:00 -0400, Jon LaBadie wrote: > On Mon, Sep 26, 2016 at 02:02:24PM -0400, Guy Gold wrote: > > A shot in the dark..(and eventhough you inspected the headers_ :) > > > > Nothing odd set into the "reply to:" header on the original > > message ? > > None present in origin

Re: group reply [SOLVED] now alternates

2016-09-27 Thread Nathan Stratton Treadway
On Tue, Sep 27, 2016 at 14:45:42 -0400, Jon LaBadie wrote: > My alternates definition is a regex that matched the author. > > A couple of queries about alternates. > > I simply have: > > alternates ".*@labadie\.us" ".*@jgcomp\.org" ".*@jgcomp\.com" > > I can definitely make it more specific,

Re: Directory when sending -- ~L and ~C patterns modifiers

2017-08-31 Thread Nathan Stratton Treadway
On Mon, Aug 28, 2017 at 11:34:49 -0600, Akkana Peck wrote: > Salve Håkedal writes: > But in practice, I generally want mail that's either to, from, or > CCed to a particular person or list to end up in the same mailbox. > And that's a lot more complicated to specify: > > fcc-save-hook "(~t that_fr

Re: reply to saved messages not stored in ~/sent

2017-08-31 Thread Nathan Stratton Treadway
On Wed, Aug 30, 2017 at 22:55:43 -0700, Tom Fowle wrote: > Hello, > Using mutt v1.42 under Debian wheezy > I often save important received emails in seperately named files in my home > directory. If I save such a message, then return to it in the same mutt > session and reply, it appears my reply

Re: split or merged mbox/record

2017-11-29 Thread Nathan Stratton Treadway
On Wed, Nov 29, 2017 at 22:20:00 +0100, Wim wrote: > On Wednesday, 29 November at 15:09, Daan van Rossum wrote: > > > Do any of you mutt users have experience with merged vs. split > > mailboxes and have some good arguments for one or the other setup? > > I starting using one box for received and

Re: Message-ID with "+" in

2018-09-30 Thread Nathan Stratton Treadway
On Sun, Sep 30, 2018 at 14:48:55 -0400, Ben Fitzgerald wrote: > Works okay so far, except when I hit a message with "+" in, for > example: > > cajxp15h8me6ucystoyuzh_t490x+hoq5dto+xxvozc5wsnh...@mail.gmail.com > > Here when mutt is given: > > / ~i cajxp15h8me6ucystoyuzh_t490x+hoq5dto+xxvozc5wsnh

Re: segfault causes system freeze

2018-11-21 Thread Nathan Stratton Treadway
On Tue, Nov 20, 2018 at 12:42:02 +0100, steve wrote: > I have a new box for about two months and it appears that each time mutt > segfaults, the console freezes and I have to hard stop the machine. Here > is what I have in /var/log/kernel.log: When you say "the console freezes": are you able to lo

Re: segfault causes system freeze

2018-11-21 Thread Nathan Stratton Treadway
On Thu, Nov 22, 2018 at 07:51:48 +0100, steve wrote: > No. If switch to another console, and launch a 'ls' for example, the > cursor goes to the line and then nothing happens. Ctlr-x doesn't do > anything. Opening a new one and launching htop for example freeze the > terminal. But was it funny, is

Re: Alias completion question

2019-03-14 Thread Nathan Stratton Treadway
On Tue, Mar 12, 2019 at 14:06:59 +1100, Erik Christiansen wrote: > On 11.03.19 20:32, Jason wrote: > > To prevent this, I usually press Tab one extra time to see how many > > matches pop up; just wondering if that's what everyone else does too or > > if there's something that would negate the nee

Re: [Fwd: Re: Send to a Listing]

2019-04-14 Thread Nathan Stratton Treadway
On Sun, Apr 14, 2019 at 20:06:04 +0200, felixs wrote: > sed -ne '/^From: $EMAIL_ADDRESS/p ; /Subject: $SUBJECT/p' \ > < /path/to/spoolfile > > If I specify a message file on the command line it works. If I try to > make sed take its input from ALL the files in the directory using the > above synta

Re: Compiling a newer version than the latest .deb package

2019-06-03 Thread Nathan Stratton Treadway
On Sun, Jun 02, 2019 at 21:51:25 +1200, Frank Watt wrote: > On 2/06/19 9:07 PM, Jens John wrote:> On Sun, 2 Jun 2019, at 05:36, > > (Why not just upgrade your Debian or Ubuntu release?) > > There's nothing newer I can find: > https://sources.debian.org/patches/mutt/1.5.23-3/ > A better search fo

Re: Compiling a newer version than the latest .deb package

2019-06-03 Thread Nathan Stratton Treadway
On Mon, Jun 03, 2019 at 06:50:15 -0700, Kevin J. McCarthy wrote: > On Mon, Jun 03, 2019 at 12:24:33PM +1200, Frank Watt wrote: > >configure: error: no curses library found > > I think Ken and Cameron covered the bases. However, on Debian based > systems another good thing to run is > apt-get b

Re: Compiling a newer version than the latest .deb package

2019-06-05 Thread Nathan Stratton Treadway
On Wed, Jun 05, 2019 at 21:30:51 +1200, Frank Watt wrote: > I wasn't clear. I'm quite content with an old mutt, but I've come to > the end of the line with sendmail (which I can't get to work, though > it used to work). Ah! In that case, definitely don't try recompiling anything :) > What I'm

Re: Really strange problem with evince PDF reader and .mutt directory

2019-10-20 Thread Nathan Stratton Treadway
On Sun, Oct 20, 2019 at 18:04:05 +0100, Chris Green wrote: > I just removed apparmor from one of my systems (I can see no use for > it anyway), I still get the error with evince. I'm not using Ubuntu 19.04 myself and so can't say whether or not your problem is caused by Apparmor, but if you just d

Re: Really strange problem with evince PDF reader and .mutt directory

2019-10-22 Thread Nathan Stratton Treadway
On Mon, Oct 21, 2019 at 20:33:35 +0100, Chris Green wrote: > I removed the apparmor package, and I stopped it using systemd, and I > rebooted the machine. I still have the error with evince, so I'm > pretty convinced it's not to do with apparmor. I agree that you'd think rebooting the machine aft

Re: Really strange problem with evince PDF reader and .mutt directory

2019-10-23 Thread Nathan Stratton Treadway
On Wed, Oct 23, 2019 at 08:27:33 +0100, Chris Green wrote: > On Tue, Oct 22, 2019 at 05:43:18PM -0400, Nathan Stratton Treadway wrote: > > > > It looks like even with the apparmor package purged you could run > > $ sudo cat /sys/kernel/security/apparmor/profiles > >

Re: IMAP login failed

2020-09-13 Thread Nathan Stratton Treadway
On Sun, Sep 13, 2020 at 21:25:18 +0200, Pau wrote: > I think this is the issue. That string I was referring to before is > not the password as defined in my muttrc file. Entering :set > ?imap_pass displays that string For what it's worth, the string shown in the password spot in the debug log does

OT: "domain-level" email hosting services?

2021-10-22 Thread Nathan Stratton Treadway
I've always just run my own (Linux) email server locally in my home office, but my current Internet service is soon going to be going away and I was wondering if it would make sense to move to some sort of mail-hosting company as part of reorganizing my network setup. So on the theory that there a

Re: OT: "domain-level" email hosting services?

2021-10-23 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2021 at 09:55:12 -0400, Ofer Inbar wrote: > I run postfix on a cheap cloud-hosted linux instance. That does mean Thanks all (Ofer, Bastian, raf, etc.) for this suggestion -- I tend to agree with you that giving up access to the mail server logs would be a big loss over my current

Re: OT: "domain-level" email hosting services?

2021-10-23 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2021 at 10:04:57 -0400, Patrick Shanahan wrote: > I have done the same for >20 years. but I do use relays for quite a bit. Relaying outgoing email (i.e. what I sent out from Mutt running at home) via my ISP's "submission"/port 587 service seems straightforward. Do you also use "

Re: New to Mutt, unable to send messages in *any* attempted way

2022-05-05 Thread Nathan Stratton Treadway
On Thu, May 05, 2022 at 15:11:48 -0500, x...@trimaso.com.mx wrote: > I didn't mean email provider, but ISP internet service I'm connected to. > And did test again: I connected to an internet network, did not specify > port in smtp_url, tried send email, and got: > Could not connect to smtp.domain.

Re: where in TFM?

2010-04-23 Thread Nathan Stratton Treadway
On Fri, Apr 23, 2010 at 13:01:11 +0200, Jan-Herbert Damm wrote: > i have spent over an hour on a *really* simple issue and experimented wildly > but i can't find just the right spot in the manual or elsewhere. please give > me a hint on tfm: > > i have addresses "o...@web.de" and "t...@web.de". >

Re: Mac OS X Terminal.app, FreeBSD, ssh

2010-05-04 Thread Nathan Stratton Treadway
On Tue, May 04, 2010 at 11:58:57 +0100, Jamie Griffin wrote: > remote mutt. However when I do, the display on terminal is not right, > namely that the indicator does not stretch across the whole width of > the screen as it normally does, and only extends enough to highlight > the subject text of th

Re: filtering Cron fetchmail reports

2010-05-08 Thread Nathan Stratton Treadway
On Sat, May 08, 2010 at 17:24:34 -0400, Haines Brown KB1GRM ET1 wrote: > Would running fetchmail as daemon have any effect? Running featchmail as a daemon works well for me. I have the account info recorded in my .fetchmailrc file, and then when I first boot my machine I just run "fetchmail -d300

Re: filtering Cron fetchmail reports

2010-05-09 Thread Nathan Stratton Treadway
On Sun, May 09, 2010 at 10:20:55 -0400, Haines Brown KB1GRM ET1 wrote: > But I do have a question. I started fetchmail daemon: > > $ fetchmail > fetchmail: background fetchmail at 19841 awakened. > > but see that I already have /etc/default/fetchmail (I'm running > debian), which means fetch

Re: Question on Attachment sent by Mutt

2010-05-12 Thread Nathan Stratton Treadway
On Wed, May 12, 2010 at 12:35:05 +0800, Qi Zhang wrote: > My Mutt version is 1.4.2, buildin with Centos 5.4 On Wed, May 12, 2010 at 09:22:43 -0400, Ed Blackman wrote: > As others have indicated in their examples, you don't need to prefix > each file with "-a". Use "--" to separate the list of at

Re: Reply to email simulating a bounced email in mutt?

2010-05-28 Thread Nathan Stratton Treadway
On Thu, May 27, 2010 at 10:15:07 -0400, Patrick Shanahan wrote: > * Russell Urquhart [05-27-10 09:00]: > > > > I was just wondering. In the Apple email tool, there was a bounce command > > that would reply to a given email(s) and make them look like they had > > bounced, to the original sender. >

Re: Stuck on 97% changing mailboxes

2010-09-23 Thread Nathan Stratton Treadway
On Thu, Sep 23, 2010 at 19:09:43 +0200, Michael Williams wrote: > $ grep 'FETCH' .muttdebug0 | tail > [...] > 4< * 3709 FETCH (UID 17155 FLAGS (\Seen) INTERNALDATE "20-Sep-2010 17:19:34 > +0100" RFC822.SIZE 126689 BODY[HEADER.FIELDS (DATE FROM SUBJECT TO CC > MESSAGE-ID REFERENCES CONTENT-TYPE C

Re: setting mutt to charset UTF-8 ?

2010-10-06 Thread Nathan Stratton Treadway
On Wed, Oct 06, 2010 at 15:48:20 +0200, Matthias Apitz wrote: > What combination of terminal and editor should be used now? When I'm > receiving an ISO-8859-1 message with, for example, the Spanish char á > (0xe1 in ISO) and I do a reply then: > > with xterm (ISO-8859-1) and 'vim' the á is correct

Re: setting mutt to charset UTF-8 ?

2010-10-07 Thread Nathan Stratton Treadway
On Thu, Oct 07, 2010 at 15:03:57 +0200, Matthias Apitz wrote: > On Wednesday, October 06, 2010 a las 11:07:02AM -0400, Nathan Stratton > Treadway wrote: > > In each of your two vim sessions, what does > > :set encoding fileencoding fileencodings termencoding > > sho

Re: fetchmail - google certificate

2010-10-23 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2010 at 09:08:52 -0600, Joseph wrote: > I've removed the domain name, now the line looks like: > poll pop.gmail.com with proto POP3 and options no dns user 'syscon780' > password '' options ssl sslcertpath /home/joseph/.mutt/cert/ > > but it still complains, certificat

Re: fetchmail - google certificate

2010-10-23 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2010 at 00:15:23 -0600, Joseph wrote: > I've found this tutorial but it is not working. My certificate is not > recognized http://www.axllent.org/docs/networking/gmail_pop3_with_fetchmail Yeah, that writeup appears to be both incorrect (as mentioned in the comments) and outdated (

Re: fetchmail - google certificate

2010-10-23 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2010 at 14:53:42 -0600, Joseph wrote: > > * run "c_rehash ." within that cert directory. That should > > create a symlink named 594f1775.0 pointing to the .pem file. > > Though my link was named: 578d5c04.0 -> Equifax_Secure_CA.pem That's wierd. What does openssl x509 -hash

Re: fetchmail - google certificate

2010-10-23 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2010 at 21:00:51 -0600, Joseph wrote: > I get: > 578d5c04 > SHA1 Fingerprint=D2:32:09:AD:23:D3:14:23:21:74:E4:0D:7F:9D:62:13:97:86:63:3A > > So this seems to be correct. Yes, you have the correct fingerprint, but your hash is different than mine... > > It seems to I have them a

Re: fetchmail - google certificate

2010-10-23 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2010 at 20:54:39 -0600, Joseph wrote: > If I comment-out the last two lines: >sslcertck >sslcertpath /etc/ssl/certs/ > > it complains on certificate but I can fetch the mail. Yes, by removing the "sslcertck" you're letting fetchmail continue with the session even t

Re: fetchmail - google certificate

2010-10-23 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2010 at 21:56:51 -0600, Joseph wrote: > I'm using openssl-1.0.0a-r3 > > I rebuild openssl, all hashes were rebuild, in addition I've reinstall > "fetchmail" and I think this solved the problem. > > When I pull the mail I no don't get any certificate errors. Cool. Does it work w

Re: fetchmail - google certificate

2010-10-24 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2010 at 12:57:39 -0600, Joseph wrote: > I used this command to obtain the certificates: > openssl s_client -connect pop.gmail.com:995 -showcerts > > So I assumed the top certificate is Google > the bottom one is Equifax > Can anybody verify it? Someone suggested that the bottom one

Re: fetchmail - google certificate

2010-10-24 Thread Nathan Stratton Treadway
On Sat, Oct 23, 2010 at 22:23:37 -0600, Joseph wrote: > > Yes, it works with all options now: > ... > ssl > sslproto 'TLS1' > sslcertck > sslcertpath /etc/ssl/certs/ Right, but I'm wondering if the "sslcertpath /etc/ssl/certs/" line is even needed; that directory should just b

Re: fetchmail - google certificate

2010-10-24 Thread Nathan Stratton Treadway
On Sun, Oct 24, 2010 at 09:10:44 -0600, Joseph wrote: > I just commented out the lines: > sslcertck > sslcertpath /etc/ssl/certs/ > If you disable the "sslcertck", then fetchmail won't abort the connection if the certificate validation fails. In other words, if someone does trick your

Re: Is there any way to prevent the *ll-oo-nn-gg* wait while mutt checks a PGP signature?

2010-11-26 Thread Nathan Stratton Treadway
On Fri, Nov 26, 2010 at 19:56:13 +, Chris G wrote: > Sitting for tens of seconds while mutt retrieves a key from a web site > is just silly. > > Is there a way to turn this off while still allowing me to send (using > 'p') signed messages? I haven't paid a lot of attention to the Mutt side of

Re: rsync removes the "N" from mailboxes with new mail

2011-03-12 Thread Nathan Stratton Treadway
On Fri, Mar 11, 2011 at 14:17:49 -0600, Derek Martin wrote: > $ stat rsyncfrom/* > File: `rsyncfrom/bar' > Size: 0 Blocks: 0 IO Block: 4096 regular empty file > Device: 805h/2053dInode: 41984 Links: 1 > Access: (0644/-rw-r--r--) Uid: (24574/demartin) Gid: (

Re: rsync removes the "N" from mailboxes with new mail

2011-03-15 Thread Nathan Stratton Treadway
On Sun, Mar 13, 2011 at 07:13:33 -0700, Dan McDaniel wrote: > Just to point out that rsync v2.6.4 is pretty old. Current is 3.0.7. > Even my Debian Lenny system (Lenny was released two years ago) is > running 3.0.3. Perhaps there was a change in rsync's behavior since > 2.6.4. Version 3.0.7 does no