Re: fetchmail - google certificate

2010-10-23 Thread Breen Mullins
* Joseph [2010-10-23 22:42 -0600]: It wasn't the certificate problem, I think it was fetchmail was missing some links or options. I re-compile fetchmail, openssl and the problem is solved. All is working, as it should. Problem solved. Congratulations. Breen -- Breen Mullins b...@sdf.org

Re: fetchmail - google certificate

2010-10-23 Thread Breen Mullins
want to try to track it down, you can try stracing the job: strace -e trace=open fetchmail will tell you where fetchmail is looking for your cert. It should give you a clue for a place to park a cert. -- Breen Mullins b...@sdf.org

Re: fetchmail - google certificate

2010-10-23 Thread Breen Mullins
-f %F %T' He's using sslcertck as recommended in many places on the web. Your invocation (which in fact I do too) doesn't check the google cert for validity. Breen -- Breen Mullins b...@sdf.org

Re: fetchmail - google certificate

2010-10-23 Thread Breen Mullins
time. Please don't leave the mailing list off replies. Breen -- Breen Mullins b...@sdf.org

Re: maillists

2010-06-06 Thread Breen Mullins
* Alex Huth [2010-06-06 16:25 +0200]: Is it possible to use two different sort variables for maillists? I want to use: set sort=threads set sort=reverse-date But when i use that, mutt sorts only for the last value. Are you looking for sort_aux ? Breen -- Breen Mullins b...@sdf.org

Re: reviving GPG with mutt

2009-12-23 Thread Breen Mullins
a unix-like system. If either side of the move was on another OS, the files may not be where they're expected. Scott, I think we'll need some more information about your old and new systems. -- Breen Mullins

Re: Setting mutt on FC7

2008-04-25 Thread Breen Mullins
i+2; exit} {i++}' %s\` %s" For one thing, backticks are expanded at config parse time. Without having tried, this would seem likely to cause problems in your case. I think that's right. My .muttrc has set editor="vim +':set textwidth=72' +':set wrap' +

Re: Recommended mail filters for use with mutt?

2008-04-03 Thread Breen Mullins
On 4/3/08, Christian Ebert <[EMAIL PROTECTED]> wrote: > > Also above rule is for Maildir, not mbox. For mbox, and your > naming scheme, it should be something like: > > :0: > * ^List-Post:.*mailto:\/[^>]+ > Lists/$MATCH/ Don't you need to omit the trailing slash

Re: Replying to Email / Removing previous signature

2008-02-27 Thread Breen Mullins
my suggested mapping map ,ds :.,/^-- $/-1dO only makes sense if I'm editing a mail, I pulled it from my .vimrc and dropped it into ~/.vim/after/syntax/mail.vim . I almost never need to search within the body of a reply I'm editing so this will keep me from stepping on my own toes. Br

Re: Replying to Email / Removing previous signature

2008-02-18 Thread Breen Mullins
comma-d-s to trim the message. (All of my macros tend to start with a comma. I forget now why that is...) Glad you found it helpful. -- Breen Mullins Menlo Park, California

Re: Replying to Email / Removing previous signature

2008-02-18 Thread Breen Mullins
t automatic, but it allows me to trim the leftover cruft at the bottom pretty easily. -- Breen Mullins Menlo Park, California

Re: Leopard Migration Hammered Mutt

2008-01-27 Thread Breen Mullins
27; is easy to miss, but it's a common usage in shell scripts. Breen -- Breen Mullins Menlo Park, California

Re: browse mailboxes order

2008-01-18 Thread Breen Mullins
* Christian Ebert <[EMAIL PROTECTED]> [2008-01-17 00:26 +0100]: No. After hitting c, at the prompt, you can use to cycle through mailboxes that have new mail. You learn something every day! Thanks, Christian! -- Breen Mullins Menlo Park, California

Re: Procmail

2007-10-10 Thread Breen Mullins
* Nicolas Rachinsky <[EMAIL PROTECTED]> [2007-10-10 09:28 +0200]: * Breen Mullins <[EMAIL PROTECTED]> [2007-10-09 19:05 -0700]: MAILDIR by itself isn't special in procmail. You usually set it so that you can use it in your delivery recipes: It is special. Quoting procma

Re: Procmail

2007-10-10 Thread Breen Mullins
* Kyle Wheeler <[EMAIL PROTECTED]> [2007-10-09 21:23 -0500]: On Tuesday, October 9 at 07:05 PM, quoth Breen Mullins: MAILDIR by itself isn't special in procmail. On the contrary, MAILDIR *IS* special. Reread the procmail documentation. Specifically: Right, of course. Thanks. (

Re: Procmail

2007-10-09 Thread Breen Mullins
cro in the procmailrc manpage, btw. If you're going to be using procmail, that one and procmailex are the ones to read. Very good stuff there.) Breen -- Breen Mullins Menlo Park, California

Re: mutt manual encoding

2007-10-08 Thread Breen Mullins
utt-1.5.16/manual.txt: ASCII English text, with > overstriking The last is the key word. It's like a man page - it uses backspacing (the ctrl-h characters) to make a boldface effect. Pipe it through 'col -b' to remove the problem characters. Breen -- Breen Mullins Menlo Park, Calif.

Re: Mailing list reply

2007-10-05 Thread Breen Mullins
nge and a group reply would go to the new address even if the message had only the old address for that person. Breen -- Breen Mullins Menlo Park, California

Re: Mailing list reply

2007-10-05 Thread Breen Mullins
ere are no followup headers in the message. This looks like a bug: mutt usually gives us the flexibility to work around eccentric configurations by a listowner, but it doesn't seem to work here. Comments? Breen -- Breen Mullins Menlo Park, California

Mailing list reply

2007-10-05 Thread Breen Mullins
s from. Is it from the List-Id header? If so, how do I suppress that? Breen -- Breen Mullins Menlo Park, California

Re: GPG keyservers

2007-10-03 Thread Breen Mullins
7 . Joseph, I'd definitely take it to gnupg-users at this point. Breen -- Breen Mullins Menlo Park, California

Documentation (was: pgp_autosign=ask-no)

2007-10-02 Thread Breen Mullins
ave had a better chance of catching my mistake myself if the mutt manual (from 1.5.16) mentioned pgp_verify_sig. The option may be deprecated, but if it's still effective in muttrc, I think it should be mentioned. Breen -- Breen Mullins Menlo Park, California

Re: Mutt stopped sending emails

2007-10-01 Thread Breen Mullins
rying to talk to a program called ssmtp.exe . Is that program there? Is it exactly where .muttrc says it is? Look at ssmtp's config file and see if it's logging somewhere. Breen -- Breen Mullins Menlo Park, California

Re: fetchmailrc - polling local mail

2007-09-30 Thread Breen Mullins
t somewhere else. Breen -- Breen Mullins Menlo Park, California

Re: fetchmailrc - polling local mail

2007-09-30 Thread Breen Mullins
you may be confusing different functions. Can you explain exactly what you're trying to do? -- Breen Mullins Menlo Park, California

Re: Subject üî

2007-09-18 Thread Breen Mullins
* Alain Bench <[EMAIL PROTECTED]> [2007-09-18 22:52 +0200]: On Thursday, September 6, 2007 at 15:34:16 -0700, Breen Mullins wrote: superficially it looks like it was in the linker? | #0 0x93c10d7c in dyld_stub_unctrl () Or like some Ncurses thinggy bellow waddnstr(), and specific

Re: "charset" perls into wiki

2007-09-14 Thread Breen Mullins
d this one up yet? If nobody's working on it I'll make a start this weekend. (Having been one of the beneficiaries...) Breen -- Breen Mullins Menlo Park, California

Re: mutt configuration: problem with getting mail

2007-09-11 Thread Breen Mullins
he OP's getmailrc calls procmail. Does .procmailrc contain the standard recipe for deleting duplicates? Checking that (and your procmail log, if you're using one) will be helpful. Breen -- Breen Mullins Menlo Park, Calif.

Re: Subject üî

2007-09-06 Thread Breen Mullins
print_enriched_string (attr=256, s=0xbfffe78e " ���üîå���", do_color=0) at menu.c:138 #5 0x000345f8 in menu_redraw_index (menu=0x0) at menu.c:252 #6 0x00016cbc in mutt_index_menu () at curs_main.c:558 #7 0x00031bb8 in main (argc=682056, argv=0x0) at main.c:989 Br

Re: Subject üî

2007-09-04 Thread Breen Mullins
me, if it's helpful. Looks like it's in the library. Breen -- Breen Mullins Menlo Park, California

Re: Message-hook problem

2007-08-21 Thread Breen Mullins
s! While at it, Breen could sed it to the original curly apostrophe (HTML's "’"). Make it maximally portable would then need some help from the iconv //TRANSLIT feature: I'm going to stay with what's working at the moment, and take up //TRANSLIT some other time. Thanks, Alain. Kyle too. -- Breen Mullins Menlo Park, California

Re: Message-hook problem

2007-08-20 Thread Breen Mullins
* Kyle Wheeler <[EMAIL PROTECTED]> [2007-08-20 20:21 -0600]: Heh, OSX's sed can handle the character directly. For example: /usr/bin/sed "s/¹/'/g" Huh. So it can. Now all I have to do is sort out the quoting in the message-hook... Thanks again! -- Breen Mullins Menlo Park, California

Re: Message-hook problem

2007-08-20 Thread Breen Mullins
sed; other sed's use different syntax for specifying bytes.) Yeah. OS X here doesn't have gsed. Time to hit the books. Breen -- Breen Mullins Menlo Park, California

Re: Message-hook problem

2007-08-20 Thread Breen Mullins
Nope. Still displays the superscript 1. Breen -- Breen Mullins Menlo Park, California

Re: Message-hook problem

2007-08-20 Thread Breen Mullins
* Kyle Wheeler <[EMAIL PROTECTED]> [2007-08-20 07:42 -0600]: On Sunday, August 19 at 12:41 PM, quoth Breen Mullins: I've wrestled with this one for a few days and I'm not getting anywhere. It should be simple (and probably is!) but I'm not seeing it. Could you post

Message-hook problem

2007-08-19 Thread Breen Mullins
TER charset-hook ^unknown-8bit$ cp1252 charset-hook ^x-unknown$ cp1252 charset-hook ^x-user-defined$ cp1252 charset-hook ^us-ascii$ cp1252 charset-hook ^iso-8859-1$ cp1252 charset-hook ^iso-8859-8-i$ iso-8859-8 charset-hook ^gb2312$ gb18030 set assumed_charset="cp1252" tr (GNU coreutils) 5.96 Can somebody tell me what I'm missing? Thanks, Breen -- Breen Mullins Menlo Park, California

Re: Change into an mbox - like chdir

2007-07-10 Thread Breen Mullins
* David Woodfall <[EMAIL PROTECTED]> [2007-07-10 18:35 +0100]: Sorry it's hard to explain what I mean. Basically, I have some keybinds set up like this: macro browser l "^u/home/dive/mail/lists" I have some macros like this: macro index ,m =mag which work fo

Re: mutt freezes when fed high character in header

2007-07-04 Thread Breen Mullins
* Breen Mullins <[EMAIL PROTECTED]> [2007-07-04 10:03 -0700]: Thanks for the hints on charset-hooks - I tried them but it didn't help. Aargh. Cancel that - I just checked my work, corrected the error - and the problem message opened with no problems. Thanks again! Breen -- Br

Re: mutt freezes when fed high character in header

2007-07-04 Thread Breen Mullins
ne in his messages, and I'll drop it into cron until I have the chance to try a new libiconv. Breen -- Breen Mullins Menlo Park, California

mutt freezes when fed high character in header

2007-07-03 Thread Breen Mullins
uration: LANG=en_US.utf-8 LC_CTYPE=en_US.UTF-8 Any advice on avoiding a repeat? The list in question has a lot of international users. Thanks - Breen -- Breen Mullins Menlo Park, California

Re: Invalid domain name

2007-07-02 Thread Breen Mullins
ining 'hook'. Comment out any such lines and see if it resolves the problem. Breen -- Breen Mullins Menlo Park, California

Re: crypt_verify_sig

2007-06-19 Thread Breen Mullins
* Kyle Wheeler <[EMAIL PROTECTED]> [2007-06-18 23:15 -0600]: On Monday, June 18 at 08:38 PM, quoth Breen Mullins: Chances are, you have it set to yes somewhere, like the /etc/Muttrc. It's important to realize that pgp_verify_sig is a synonym for crypt_verify_sig. Yeah, I had pgp

crypt_verify_sig

2007-06-18 Thread Breen Mullins
; PKGDATADIR="/sw/share/mutt" SYSCONFDIR="/sw/etc" EXECSHELL="/bin/sh" -MIXMASTER If someone can point me to what I'm doing wrong, I'd appreciate it. b. -- Breen Mullins Menlo Park, California

Re: gpg inline signed sig incorrect

2007-06-10 Thread Breen Mullins
g signature even by accident. I don't know if it's the official reason but at least it makes sense... :) It's required by RFC2440 (the OpenPGP standard). See section 7.1 therein. Breen -- Breen Mullins Menlo Park, California