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
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
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
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.
> > >
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
Ó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
>
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
Ó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
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
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
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
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
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
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
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
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
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
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?
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
> >
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.
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
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.
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 = "/
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. "*"
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
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
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
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-
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
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
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
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
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
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
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
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
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://
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
> >
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
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
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
() 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
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
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
> > " 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
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
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
$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
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
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'
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'
> 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
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
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
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.
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
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
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
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
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
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
the value of
$spoolflie?
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
signature.asc
Description: PGP signature
.
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
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
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
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
>
> 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
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
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
ck and bug reports.
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
signature.asc
Description: PGP signature
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
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
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
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
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
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
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
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.
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
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
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
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
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
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 - 100 of 596 matches
Mail list logo