Re: fastmail and ssl?

2012-07-02 Thread Kevin J. McCarthy
Tom Fowle wrote: > Am trying to get mutt 1.5.2 to connect to fastmail.fm using ssl. Hopefully you mean 1.5.21? > I've set everything in .muttrc I can find to use ssl E.G. > set folder=imaps://mail.messagingengine.com:993/ssl/inbox/ I use fastmail, and have the settings: set imap_user=xxx set

Re: mailing list subject line tags

2012-10-30 Thread Kevin J. McCarthy
Derek Martin wrote: > Bizzare. The only factor which is obvious to me as a possible > differentiating factor is that the first is quoted printable, and the > second is plain text. I'm assuming that the first was QP because > there was a line that started with "from", whereas the second had > none

Re: mailing list subject line tags

2012-10-30 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: > Now, I'm not sure *why* mutt would be doing this. Perhaps someone more > knowledgeable will have suggestions. Do you have any strange hooks or > non-default gpg settings in your muttrc that would turn off QP? Sorry to reply to myself. Looking at the mu

Re: mailing list subject line tags

2012-11-02 Thread Kevin J. McCarthy
Derek Martin wrote: > On Fri, Nov 02, 2012 at 02:37:01PM -0500, Derek Martin wrote: > > > Sorry to reply to myself. Looking at the mutt source, the > > > pgp_strict_enc option seems like a likely culprit for this behavior. > > > Mutt won't QP encode trailing space emails unless this is set. > > >

Re: mailing list subject line tags

2012-11-02 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: > Derek Martin wrote: > > And stranger still is that the copy of the message that I receive from > > the mailing list ALWAYS VERIFIES CORRECTLY on my end. > > Perhaps there is some option or version difference with gpg. Maybe > something in your s

Re: What use is the mbox variable?

2012-11-11 Thread Kevin J. McCarthy
Chris Green wrote: > So, what good is it? If one sets spoolfile then there's nothing more to > do is there and mbox is redundant. Or am I missing something obvious? Having an mbox in your home directory was more useful on shared systems with quotas. Typically the spoolfile quota was fairly smal

Re: gpg integration

2013-01-23 Thread Kevin J. McCarthy
Florian Lohoff wrote: > i am a long time mutt and gpg user but still the gpg integration is kind > of lacking. > > - I'd like to define recipients including their gpg key id to use. > - Better - Mutt/Procmail could help by looking out for signed mails > which tell the recipient has a mail setup

Re: mutt && sending inline attachments

2013-01-24 Thread Kevin J. McCarthy
Matthias Apitz wrote: > I want to send out an e-mail with an inline JPEG attachments... > > I set (based on some hint) in my .muttrc > > set attach_format="%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] " > > which seems to be the default in any case if I look into muttrc(5) > and I use

Re: Config Files, and Remaining Confusion with html-mail

2013-01-25 Thread Kevin J. McCarthy
Alan McConnell wrote: > Re "Race Conditions". Unless I am mistaken, mutt is > written as a single, un-threaded process; I believe that > 'me' is (justly) proud of this achievement. So I do > not understand how "two processes" can be involved here. I see you posted an email about this back on Dec

Re: SASL authentication failed

2013-02-18 Thread Kevin J. McCarthy
Mehturt wrote: > Yes, I'm using this already. > The question is - is there an equivalent of Thunderbird's "Normal > Password" and "SSL/TLS"? > > I'm using: > set smtp_url="smtps://user:pass@host:465" > > And I tried smtp_authenticators set to "plain" and "login", but it did not > work. > I can p

Re: Why sign every message? (was Re: Sending attachments without crypt_autosign

2013-03-01 Thread Kevin J. McCarthy
Will Fiveash wrote: > The why is that you are adding needless bloat to most messages you send. One person's "needless bloat" is another's digital signature, I guess. > Take for example the message you sent that I'm responding to. Does > anyone care that it actually came from you and wasn't tampe

Re: Why sign every message? (was Re: Sending attachments without crypt_autosign

2013-03-16 Thread Kevin J. McCarthy
Florian Lohoff wrote: > I my wet dreams i' encrypting every single message. But mutt is not very > helpful in this. Yes - it can encrypt but i'd like mutt to decide > automatically when it's capable of encrypting the mail (remember > multiple To:, Cc:, Bcc). It would be okay to encrypt a mail if i

Re: "set include=yes" bypasses Compose Menu

2013-04-13 Thread Kevin J. McCarthy
rj wrote: > I'm finding that if I set > > set include=yes > > when I finish writing a reply in vim, the message gets sent *instantly* > upon my hitting the command to exit the editor. The Compose Menu doesn't > appear at all. > > If I unset include=yes, I no longer have that problem, but

Re: "set include=yes" bypasses Compose Menu

2013-04-14 Thread Kevin J. McCarthy
rj wrote: > On Sat 13 at 07:28 PM -0700, "Kevin J. McCarthy" wrote: > > My guess would be a send-hook or reply-hook is causing this. > > send-hook.'unmy_hdr From:' > send-hook '~Chfha-members' 'my_hdr From: rj 

Re: [SOLVED] "set include=yes" bypasses Compose Menu

2013-04-15 Thread Kevin J. McCarthy
rj wrote: > On Mon 15 at 12:04 AM -0400, rj wrote: > > > That would mean that although this line cures the problem, something else > > is causing it. > > What was causing it was this key binding: > bind index,pager { reply# Restored to 'r' in macro below. > > combined with this macro:

Re: [SOLVED] writing macros correctly

2013-04-16 Thread Kevin J. McCarthy
rj wrote: > # List-reply w/quoting, put cursor on line 10: > macro index,pager p "set editor='vim +10'" > "list-reply with quoting" > > # List-reply w/out quoting, put cursor at line 10: > macro index,pager _R "set editor='vim +10'" > "list-reply without quoting" Did you intend to use inst

Re: writing macros correctly

2013-04-16 Thread Kevin J. McCarthy
rj wrote: > Yes! I did, thank you. But the second one is identical to the first. > I tried the following for "reply without quoting," and it works, but > after using it, if I want to reply *with* quoting, using "r", I get > no-quoting again, so this can't be right: The settings you change are no

Re:

2013-05-01 Thread Kevin J. McCarthy
Tim Gray wrote: > What exactly does the command do? The manual > states 'get a temporary copy of an attachment' but it's unclear to > me what the use case might be. It looks like it takes an existing attachment (e.g. ~/foo.txt) and makes a copy of it to your $tmpdir. The attachment is then repl

Re: TO: header

2013-09-12 Thread Kevin J. McCarthy
Robert Holtzm wrote: > What file does mutt source to generate the TO: header? Compare the one > in this post to the last name in the sig. It appears that the problem > started around Aug 16 as far as I can tell. Going back to earlier posts > in my outbox it's correct. I believe you're referring t

Re: Setting message priority levels

2013-09-15 Thread Kevin J. McCarthy
John Niendorf wrote: > How can I add something like "Low, Normal, Medium, High" priority to > a mail right before sending? You could, for example, add the following to your muttrc: # Set message priority macro index ,mph 'my_hdr Priority: High' macro index ,mpm 'my_hdr Priority: Medium' macro ind

Re: TO: header

2013-09-16 Thread Kevin J. McCarthy
Robert Holtzman wrote: > Why didn't I see those were .muttrc > entries! My only remaining question is since these settings aren't shown > in .muttrc, and since prior to ~16 August the problem didn't exist, what > changed and why. Most likely, it was a typo in your /etc/passwd file. Mutt will rea

Re: mutt and msmtp -- better error handling?

2013-09-19 Thread Kevin J. McCarthy
Óscar Pereira wrote: > One of the accounts I use mutt with is setup with offlineimap to > download the email, and msmtp to send it. Yesterday, the smtp server > I use with that account (gmail's smtp) was unavailable during the > afternoon. However, when I sent an email from mutt, neither mutt nor >

Re: Writing a wrapper for the editor: mutt aborts in-between

2014-05-17 Thread Kevin J. McCarthy
Karl Voit wrote: > After renaming, I want to invoke my editor, make my manual changes > to the email body and after quitting the editor, mutt should take > over again. > > However, when I rename TMPFILENAME to muttfilename, mutt takes over > the process again. This skips the editor part completely

Re: Encrypting postponed messages

2015-01-07 Thread Kevin J. McCarthy
Óscar Pereira wrote: > The subject seems pretty self-explanatory. Use case, you're writing > an email, which is already marked as to be sent encrypted, but you > have to postpone it. In the meantime offlineimap runs and syncs you > mailboxes, and thus your mail which is to be sent encrypted ends up

Re: Encrypting postponed messages

2015-01-08 Thread Kevin J. McCarthy
Rejo Zenger wrote: > To me, that is of no particular use. > > Against what version is the patch you have provided? Thanks for the feedback. The patch should apply against the tip of the default branch. It may take a little bit of wiggling to get it to apply to something older because of changes

Re: Encrypting postponed messages

2015-01-12 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: > Sorry to resurrect an old (and somewhat heated) thread, but I'd like > some feedback on the interface for a patch I'd like to push (attached, > or see ticket #3665). The patch was based off the one submitted by > Christian Brabandt, so thank you

Re: gpg2 "no secret key" error

2015-03-03 Thread Kevin J. McCarthy
Hi Will, Will Yardley wrote: > However, I'm having a problem similar to the one described here: > http://permalink.gmane.org/gmane.linux.arch.general/52889 > > namely, if I don't set $GPG_AGENT_INFO, mutt complains that gpg-agent > isn't running on startup. Does anyone know whether having it defi

Encrypting when possible

2015-03-31 Thread Kevin J. McCarthy
I've been working on this patch series for a while, and finally committed it to the repository yesterday. For those of you who would like to "encrypt by default" and don't mind compiling from the repository, please check it out. To use it, just put "set crypt_opportunistic_encrypt" in your muttrc

Re: Encrypting when possible

2015-03-31 Thread Kevin J. McCarthy
Rejo Zenger wrote: > ++ 31/03/15 11:47 -0700 - Kevin J. McCarthy: > >I've been working on this patch series for a while, and finally > >committed it to the repository yesterday. For those of you who would > >like to "encrypt by default" and don't mind

Multiple crypt-hook behavior

2015-04-03 Thread Kevin J. McCarthy
I'm cleaning up and looking into committing the multiple crypt hook patch, but need some feedback from people who use it. The current behavior (without that patch) is to prompt whether to use the crypt-hook value if one is found. If the user answers "no" then Mutt will use the original address fo

Re: Two private SMIME certificates conundrum

2015-04-03 Thread Kevin J. McCarthy
David J. Weller-Fahy wrote: > After much frustration I discovered why mutt wouldn't work with the > SMIME keys issued at work: there are two of the private keys (one for > signature, one for encryption), and a single public key. As I have an > employer that is more than willing to let me use mutt

Re: Multiple crypt-hook behavior

2015-04-04 Thread Kevin J. McCarthy
Rejo Zenger wrote: > ++ 04/04/15 16:33 +0200 - Rejo Zenger: > >I have specificaly selected and configured a number of key ID's for a > >mailinglist. This is a deliberate action, and if a key is not available > >there is no need to select an alternative. Keys are always > > So, actually, the curren

Re: deleting attachments in signed emails

2015-04-05 Thread Kevin J. McCarthy
David J. Weller-Fahy wrote: > * Brian Salter-Duke [2015-04-05 16:35 -0400]: > >While you are fixing these problems, could one of you look at a problem > >I reported a few weeks ago. > > Hrm... what's the ticket number? I just checked and couldn't find the > bug report. > > > http://www.kuroka

Re: Multiple crypt-hook behavior

2015-04-17 Thread Kevin J. McCarthy
Rejo Zenger wrote: > ++ 04/04/15 11:54 -0700 - Kevin J. McCarthy: > >However, I'm a little nervous to take away the prompt from everyone. It > >would be great if other crypt-hook users could chime in here. Is the > >prompt universally annoying? Is this worth an option?

Re: Multiple crypt-hook behavior

2015-04-19 Thread Kevin J. McCarthy
Rejo Zenger wrote: > ++ 17/04/15 14:53 -0700 - Kevin J. McCarthy: > > > >Another option could be something like: $crypt_use_hooks as a > >quadoption: > > - yes means all crypt-hooks are used without prompting > > - ask-yes/ask-no prompt for each hook > >

Re: Unmailboxes crash

2015-04-25 Thread Kevin J. McCarthy
Filippo Panessa wrote: > I'm a new mutt user. I use Mutt 1.5.23 (2014-03-12) from Ubuntu 15.04 > (patched version). I wrote a double configuration and it should be > good if I could use unmailboxes when I switch between configuration, > but it makes crash mutt. > > I know that it's a knowed issue.

Re: Unmailboxes crash

2015-04-26 Thread Kevin J. McCarthy
Filippo Panessa wrote: > On Sat, Apr 25, 2015 at 04:31:27PM -0700, Kevin J. McCarthy wrote: > > > Can you provide some more details about what you are doing that causes > > this? > > I wrote multi configuration for Gmail and UZH. You can switch between > them using

Re: Unmailboxes crash

2015-04-26 Thread Kevin J. McCarthy
Filippo Panessa wrote: > On Sun, Apr 26, 2015 at 12:27:14PM -0700, Kevin J. McCarthy wrote: > > > I'm unfortunately unable to duplicate the problem. I've pulled down > > all your configs and am switching between the accounts using F2 and F3 > > without issue.

Re: sending from mutt to fastmail back from the dead?

2015-05-20 Thread Kevin J. McCarthy
Tom Fowle wrote: > set imap_user=$my_user > set imap_pass = $my_pass > # > # SMTP server to relay to > # NOTE: to get this to work, I had to install the libsasl2-modules > package > set smtp_url =smtps://$my_user:$my_pass@$my_smtp_server:465 > #set sendmail = /usr/sbin/sendmail > #set sendmail = "/

Re: Exact semantics of ignore?

2015-05-27 Thread Kevin J. McCarthy
Ian Zimmerman wrote: > The part of the documentation about the "ignore" command talks about > "patterns". As far as I can see it never precisely says what kind of > patterns these are - regexps, shell globs, fixed substrings, or what. It's a case-independent prefix match against the header. "*"

Re: folder-hook for postponed messages

2015-05-29 Thread Kevin J. McCarthy
Xu Wang wrote: > I would like set a folder hook for postponed messages, which I hope is > run when I do "R" to change to the postponed folder. When you use "R" you aren't really changing to the postponed folder. If there is more than one postponed message, it will provide a list to choose from, ho

Re: File browser oddity

2015-06-08 Thread Kevin J. McCarthy
hink you're right. Let me just test it and I'll push the patch out. Thank you for investigating and writing up a patch! -Kevin -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt signature.asc Description: PGP signature

Re: File browser oddity

2015-06-08 Thread Kevin J. McCarthy
Kevin J. McCarthy wrote: > Ian Zimmerman wrote: > > On 2015-06-07 17:23 -0700, Ian Zimmerman wrote: > > > > Ian> When I start the file browser view explicitly, either by hitting > > Ian> the y key or by passing -y on the shell command line, it comes up > &g

Re: File browser oddity

2015-06-08 Thread Kevin J. McCarthy
Ian Zimmerman wrote: > On 2015-06-08 15:55 -0700, Kevin J. McCarthy wrote: > > Kevin> After looking and thinking this through, it may be somewhat > Kevin> controversial to make this change. I've made a couple > Kevin> modifications and will mail the patch to mutt-

Re: save and reply

2015-06-19 Thread Kevin J. McCarthy
ng over other deleted messages. Perhaps the resolve setting could help? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt signature.asc Description: PGP signature

Re: save and reply

2015-06-19 Thread Kevin J. McCarthy
s for the ones to which I don't reply. I was thinking something like: macro index,pager ,dr "unset resolveset resolve" -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt signature.asc Description: PGP signature

Re: Swedish chars in attached gpg-encrypted message fails

2015-06-20 Thread Kevin J. McCarthy
g the message (which ascii-armors the output), then Mutt allows the 8-bit encoding. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt signature.asc Description: PGP signature

Re: Order of hook execution

2015-06-26 Thread Kevin J. McCarthy
contents of the second exec/push will be executed before the first one (after all the hooks are evaluated and input starts processing). It's possible to put multiple functions in a single exec, so folder-hook . "exec collapse-all current-bottom" may be clearer. -- Kevin J. McCa

Re: Sort by newest in thread?

2015-07-13 Thread Kevin J. McCarthy
ort_aux=last-date-received' do what you want? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt signature.asc Description: PGP signature

Re: header_cache for mbox

2015-07-14 Thread Kevin J. McCarthy
box, I guess the designers thought there wouldn't be that much of a speed improvement because it's just a sequential read of a single file. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt

Re: folder-hook pattern param

2015-07-26 Thread Kevin J. McCarthy
steful would be to use parenthesis: folder-hook (^/home/itz/foo/) "my_hdr X-itz-real-home-foo: yes" > I feel this thicket of gotchas really deserves a few paragraphs in the > manual. I agree. I will work on adding a section to the docs. -- Kevin J. McCarthy GPG Fingerprint: 89

Re: Reading encrypted mail remotely

2015-07-30 Thread Kevin J. McCarthy
no, please don't suggest IMAP :-( I haven't done anything more than search, but there is a thread about this here: http://www.gossamer-threads.com/lists/gnupg/users/68713 Looks like they are referring to a new OpenSSH 6.7 feature combined with a new GPG 2.1 feature. -- Kevin J. McC

Re: Exiting Mutt from browser menu

2015-08-24 Thread Kevin J. McCarthy
joe.on.l...@gmail.com wrote: > Is there a way to quit mutt immediately when I'm in browser menu? uppercase "Q" is bound to . This will save changes to the mailbox and quit mutt. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://

Re: Exiting Mutt from browser menu

2015-08-25 Thread Kevin J. McCarthy
Joe wrote: > On 24.08.15 18:09, Kevin J. McCarthy wrote: > > joe.on.l...@gmail.com wrote: > > > Is there a way to quit mutt immediately when I'm in browser menu? > > > > uppercase "Q" is bound to . This will save changes to the mailbox > >

Re: mutt 1.5.24 released

2015-09-01 Thread Kevin J. McCarthy
hat is its > logs can safely be ignored). Hi Ken, Thanks for reporting the warnings. The undefined references seem to correspond to the id attribute values in various sections of the manual. I know very little about LaTeX, but I think these warnings can be safely ignored - the xml docum

Re: mutt mail archives

2015-09-02 Thread Kevin J. McCarthy
On Tue, Sep 01, 2015 at 04:49:16PM +0200, bastian-muttu...@t6l.de wrote: > The mutt homepage [1] links to the mutt mailing list archives for -users > [2] and -dev [3]. Both are not reachable (at least right now). Thanks for the report, we've just updated the website. -- Kevin J. M

Re: mutt-1.5.23_9 && gnupg-2.1.6

2015-12-24 Thread Kevin J. McCarthy
ne pnly need one(!) single value in .muttrc; and this works very > nicely; I'm attaching the hint from this mailing list; Alternatively, you could try set pgp_use_gpg_agent With that set, the classic interface should work fine with gpg 2.1. -- Kevin J. McCarthy GPG Fingerprint: 8975

Re: mutt-1.5.23_9 && gnupg-2.1.6

2015-12-26 Thread Kevin J. McCarthy
() and refresh(). For gpgme, mutt is just making gpgme function calls, e.g. gpgme_op_decrypt_verify(), and then setting a flag to do a redraw afterwards. I don't see the code doing anything much different between decrypt/verify and signing. Werner, can you see anything different between gpgme

Re: mutt-1.5.23_9 && gnupg-2.1.6

2015-12-27 Thread Kevin J. McCarthy
On Sat, Dec 26, 2015 at 07:57:09PM +0100, Matthias Apitz wrote: > El día Saturday, December 26, 2015 a las 08:34:58AM -0800, Kevin J. McCarthy > escribió: > > > For gpgme, mutt is just making gpgme function calls, > > e.g. gpgme_op_decrypt_verify(), and then setting

Re: mutt-1.5.23_9 && gnupg-2.1.6

2015-12-28 Thread Kevin J. McCarthy
p an endwin/refresh inside the decryption handler or somewhere in that sequence. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt signature.asc Description: PGP signature

Re: How does Ian do the "name >" quoting?

2016-01-10 Thread Kevin J. McCarthy
> > " in the pager, and also in the editor for non-ff users. If any of you happen to feel brave and want to try hg tip, I'd appreciate any feedback about it. The option is on by default, and there is some documentation at <https://dev.mutt.org/doc/manual.html#ff> under &qu

Re: mutt-1.5.23_9 && gnupg-2.1.6

2016-02-09 Thread Kevin J. McCarthy
ly clears the screen when it shows the prompt, and then afterwards the status bar shows "PGP message successfully decrypted." Now, that said, my testing is limited by the fact that I'm ssh'ing into the instance from my Debian testing computer. Perhaps there are some terminal issues I

Re: mutt-1.5.23_9 && gnupg-2.1.6

2016-02-11 Thread Kevin J. McCarthy
On Wed, Feb 10, 2016 at 10:09:54PM -0800, Will Yardley wrote: > On Tue, Feb 09, 2016 at 06:52:29PM -0800, Kevin J. McCarthy wrote: > > With the latest mutt tip built there, I'm not seeing any problems after > > decryption. The pinentry-curses completely clears the screen w

Re: mutt-1.5.23_9 && gnupg-2.1.6

2016-02-16 Thread Kevin J. McCarthy
$crypt_use_gpgme and $pgp_create_traditional both set?, Okay I'll look into this too. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA http://www.8t8.us/configs/gpg-key-transition-statement.txt signature.asc Description: PGP signature

Re: gpgme: ambiguous specification of secret key

2016-03-01 Thread Kevin J. McCarthy
eys matching that fingerprint. When it gets the second result back from gpgme, it's aborting with that error. What does `gpg2 --list-secret-keys 0xB55` show? Also, are you seeing the problem with the classic interface? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308

Re: mutt-1.5.23_9 && gnupg-2.1.6

2016-03-02 Thread Kevin J. McCarthy
On Tue, Feb 16, 2016 at 11:43:16PM -0800, Will Yardley wrote: > On Tue, Feb 16, 2016 at 04:32:34PM -0800, Kevin J. McCarthy wrote: > > On Mon, Feb 15, 2016 at 10:35:35PM -0800, Will Yardley wrote: > > > (without passphrase already cached by GPG), use 'limit'

Re: gpgme: ambiguous specification of secret key

2016-03-02 Thread Kevin J. McCarthy
On Wed, Mar 02, 2016 at 11:52:22PM +0100, Gregor Zattler wrote: > * Kevin J. McCarthy [01. Mar. 2016]: > > Mutt is seeing more than one result when querying for secret keys > > matching that fingerprint. When it gets the second result back from > > gpgme, it'

Re: How to send a pre-written full email with mutt's built-in smtp

2016-04-03 Thread Kevin J. McCarthy
> Send the email to yourself. You should see that the attachments were > not sent correctly. > > Is this a bug or is this a known limitation to mutt -H? This should work in the latest mercurial versions (or in 1.6, coming out tomorrow). It doesn't work in 1.5.24. -- Kevin J. Mc

mutt 1.6.0 released

2016-04-04 Thread Kevin J. McCarthy
Hi Mutt Users, I'm pleased to announce the release of 1.6.0, available at ftp://ftp.mutt.org/pub/mutt/mutt-1.6.0.tar.gz. As with 1.5.24, please note the tarball is signed with my key [1]. This release is dedicated to the memory of Rocco Rutte (pdmef) , who helped Mutt's community and development

mutt 1.6.1 released

2016-05-01 Thread Kevin J. McCarthy
Hi Mutt Users, We've just released version 1.6.1, available at ftp://ftp.mutt.org/pub/mutt/mutt-1.6.1.tar.gz. This is a bug fix release, dealing with three issues found in 1.6.0. There are no other changes besides those bug fixes. Thanks to everyone who submitted bug reports and helped us test

Re: mutt does not decrypt gpg messages (anymore)

2016-05-09 Thread Kevin J. McCarthy
match regexp. pgp_check_decryption_okay() is checking with value of $pgp_decryption_okay against the output from gpg. I believe this relies on '--status-fd=2' being in your $pgp_decrypt_command. If you don't have it there, you'll need to add it, or else unset $pgp_decryption_okay.

Re: 1.6.1 doesn't seem to use mailcap in the same way as 1.5.23 did - how to fix?

2016-05-13 Thread Kevin J. McCarthy
With 1.5.24 the first line of .mailcap was used when you hit 'v' > in mutt. Try hitting m (by default bound to ) in the attachment viewer. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Another 1.5.24 to 1.6.1 migration question

2016-05-13 Thread Kevin J. McCarthy
any pointers. It might be you didn't compile against a curses version with wide character support (libncursesw). https://dev.mutt.org/trac/wiki/MuttFaq/Charset has some info about this under "UTF-8 chars are displayed fine, but the screen is garbled". -- Kevin J. McCarthy GPG Fi

Re: 1.6.1 doesn't seem to use mailcap in the same way as 1.5.23 did - how to fix?

2016-05-13 Thread Kevin J. McCarthy
On Fri, May 13, 2016 at 05:10:59PM +0100, Chris Green wrote: > On Fri, May 13, 2016 at 08:58:45AM -0700, Kevin J. McCarthy wrote: > > On Fri, May 13, 2016 at 02:53:03PM +0100, Chris Green wrote: > > > Version 1.6.1 doesn't call /home/chris/bin/muttfox (a script which > &g

Re: Neomutt packages available

2016-06-23 Thread Kevin J. McCarthy
ls about this to the neomutt mailing lists? Thank you. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 1.6.2 released

2016-07-06 Thread Kevin J. McCarthy
Hi Mutt Users, I've just released version 1.6.2, available at ftp://ftp.mutt.org/pub/mutt/mutt-1.6.2.tar.gz. This is a bug-fix only release, fixing two issues found in 1.6.1: * Fix infinite loop when help is bound to a named key combination. * Check $pgp_autoinline and $pgp_replyinline if opp

Re: / l ~b has become extremely slow

2016-07-08 Thread Kevin J. McCarthy
tes to filter a medium-size mailbox. There was a regression that was fixed in 1.5.24: https://dev.mutt.org/hg/mutt/rev/755a18da99bc I would suggest upgrading to at least 1.5.24 and even better to 1.6.2. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA sig

Re: mbox problem on new system

2016-07-08 Thread Kevin J. McCarthy
the value of $spoolflie? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: gpg groups or encrypt to multiple recipients (mailing list)

2016-07-14 Thread Kevin J. McCarthy
. See https://dev.mutt.org/doc/manual.html#crypt-hook So instead, you can just: # muttrc crypt-hook mailing.l...@company.com key1 crypt-hook mailing.l...@company.com key2 crypt-hook mailing.l...@company.com keyN unset crypt_confirmhook -- Kevin J. McCarthy GPG

Re: crypt-hook: truncated list of gpg recipients passed to pgpewrap

2016-07-27 Thread Kevin J. McCarthy
was designed, no one anticipated expanding 50+ keys in a single gpg invocation. :-) Right now, the best I can suggest is trying gpgme instead. I'll work on a solution for a future release. -Kevin -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: crypt-hook: truncated list of gpg recipients passed to pgpewrap

2016-07-28 Thread Kevin J. McCarthy
On Thu, Jul 28, 2016 at 11:12:52AM +0200, Steve Schmerler wrote: > On Jul 27 19:19 -0700, Kevin J. McCarthy wrote: > Thanks! I'll give gpgme a spin. I didn't find that much documentation, > though. I only need to set > > crypt_use_gpgme > crypt_use_pka

Re: Attachment saving has lost a '/' and so fails

2016-08-16 Thread Kevin J. McCarthy
t prepend $tmpdir when saving attachments. > So what's gone wrong? Sounds like XUbuntu has an external patch that has a problem. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: broken date with LANG=xx_XX.UTF-8

2016-08-17 Thread Kevin J. McCarthy
> > 353 N Aug 17 Apitz,Matthias ( 13) test 2 Hi Matthias, What's the value of $locale (specified in the .muttrc)? Does it make a difference if you set locale="es_ES.UTF-8"? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 1.7.0 released

2016-08-18 Thread Kevin J. McCarthy
Hi Mutt Users, I've just released version 1.7.0, available at ftp://ftp.mutt.org/pub/mutt/mutt-1.7.0.tar.gz. This release contains several new features, including the sidebar and trash folder. (Note the sidebar is a compile time option: --enable-sidebar). Please read the UPDATING file for more

Re: broken date with LANG=xx_XX.UTF-8

2016-08-19 Thread Kevin J. McCarthy
setlocale (LC_TIME, "C"); The documentation for setlocale() says a value of "" will cause the locale to be modified by environment variables, so it seems like this is what we would want in the index, isn't it? Shouldn't $locale default to ""? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: mutt 1.7.0 released

2016-08-19 Thread Kevin J. McCarthy
ck and bug reports. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: broken date with LANG=xx_XX.UTF-8

2016-08-19 Thread Kevin J. McCarthy
On Fri, Aug 19, 2016 at 01:03:40PM -0500, Derek Martin wrote: > On Fri, Aug 19, 2016 at 09:43:22AM -0700, Kevin J. McCarthy wrote: > > > The documentation for setlocale() says a value of "" will cause the > > locale to be modified by environment variables, so it se

Re: weird behaviour unaliasing/sourcing aliases in folder-hooks

2016-10-05 Thread Kevin J. McCarthy
lder" "unalias *; set alias_file = +last_alias; source +foo_alias" Note that mutt will not create exact duplicate folder-hooks. So subsequently entering foo_folder will not create any more folder hooks when sourcing the muttrc. But, when you enter bar_folder, it will add a thi

Re: can't read sent encrypted mail

2016-10-07 Thread Kevin J. McCarthy
made in your muttrc are not taking effect. Add 'unset crypt_use_gpgme' to your muttrc, to start using your pgp_encrypt_sign_command again. Unfortunately, emails you've already sent with gpgme enabled will not be readable by you. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA

Re: [SPAM?] some elements keep solid black background

2016-10-07 Thread Kevin J. McCarthy
color object. > And shouldn't the directive "color normal default default" (which i > obviously have in my rc file) already cover this? No, that won't change the default for all the different color objects. Normal just represents "everything else" not covered by

Re: can't read sent encrypted mail

2016-10-07 Thread Kevin J. McCarthy
owever, the classic interface is better tested. There's a lot of gpgme code that I haven't looked at in detail, and there will likely be more bugs that need to be shaken out of it. > How would I add my own key to the encryption in gpgme? You could try adding an 'encrypt-to' sett

mutt 1.7.1 released

2016-10-08 Thread Kevin J. McCarthy
Hi Mutt Users, We've just released version 1.7.1, available at ftp://ftp.mutt.org/pub/mutt/mutt-1.7.1.tar.gz This is a bug fix release, fixing an imap segfault along with several other small issues found in 1.7.0. Details can be found in the ChangeLog file. Thanks to everyone who contributed bu

Re: fetching mails with mutt/imap

2016-12-04 Thread Kevin J. McCarthy
e because some of the code assumes there is a "current" message, or at least one message.) -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 1.7.2 released

2016-12-04 Thread Kevin J. McCarthy
Hi Mutt Users, We've just released version 1.7.2, available at ftp://ftp.mutt.org/pub/mutt/mutt-1.7.2.tar.gz This is a bug fix release, primarily fixing build issues with OpenSSL 1.1 and GPGME 1.8. Please note that as part of the OpenSSL fixes, versions less than 0.9.6 are no longer supported.

Re: Long delays when mailbox gets modified externally

2017-02-02 Thread Kevin J. McCarthy
27;t super important to list the number of messages in the sidebar or folder browser, you may want to just turn $mail_check_stats off. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Missing N(ew) indicator for maildirs

2017-02-08 Thread Kevin J. McCarthy
d > leave some messages unread, the indicator isn't shown in the folder > overview. What might be wrong? Hi Jörg, Try unsetting $mail_check_recent. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: color line in compose menu?

2017-02-11 Thread Kevin J. McCarthy
On Sat, Feb 11, 2017 at 04:29:01PM +0100, ilf wrote: > I am trying to color the "Security:" line in the compose menu. Is that > possible? Sorry ilf, that part is not currently colorable. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA

Re: color line in compose menu?

2017-02-12 Thread Kevin J. McCarthy
On Sun, Feb 12, 2017 at 06:22:20PM +0100, ilf wrote: > Kevin J. McCarthy: > > > I am trying to color the "Security:" line in the compose menu. Is > > > that possible? > > Sorry ilf, that part is not currently colorable. > > Okay, that's what I assum

Re: sendlib variable "privacy"

2017-02-19 Thread Kevin J. McCarthy
ent it? It's just the name of the C function parameter, and is documented above mutt_write_rfc822_header(). This isn't something meant to be visible to, or configured by, the end user. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Changing the reply address.

2017-02-21 Thread Kevin J. McCarthy
will try to read from the pushed input, for example $include should either be set to yes/no or you'll need to add a "y" at the beginning of the push string for that prompt. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

  1   2   3   4   5   6   >