Re: Dead url, returning 404 in wiki under configlist/Configs

2021-02-12 Thread Kevin J. McCarthy
ttmua/wiki repos and submit a merge request too. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Quoting character when replying

2021-02-14 Thread Kevin J. McCarthy
of $indent_string. You can read a bit more about it at <http://www.mutt.org/doc/manual/#ff>, but you'll want to do more research if you intend to compose format=flowed emails. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Background editing

2021-02-14 Thread Kevin J. McCarthy
is there any pre-compiled binary I could use before trying to compile it myself? I don't know if Devuan is package-compatible with Debian, but I believe Debian has backported 2.0.2 into buster-backports. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031

Re: Macro to apply on current mailbox

2021-02-15 Thread Kevin J. McCarthy
calling your macro inside the macro. Try (untested): macro index \! "/usr/bin/mbsync \$MYSYNCFOLDER\n" -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Deleting old maildir messages, is what I'm doing OK?

2021-02-15 Thread Kevin J. McCarthy
once in a while you may want to regenerate your header caches. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Deleting old maildir messages, is what I'm doing OK?

2021-02-15 Thread Kevin J. McCarthy
caches, "refreshing" doesn't include removing no longer existing messages from the cache. It just means the header cache will slowly grow, even though you are trimming the mailbox externally. Not the end of the world, but at a certain point the cache will lose some efficiency by

Re: Deleting old maildir messages, is what I'm doing OK?

2021-02-15 Thread Kevin J. McCarthy
On Mon, Feb 15, 2021 at 10:12:50AM -0800, Felix Finch wrote: On 20210215, Kevin J. McCarthy wrote: once in a while you may want to regenerate your header caches. Is there any way to do that from the command line? You could write a script, I guess, something like: cd $header_cache_dir rm -f

Re: Background edit in new terminal window

2021-02-20 Thread Kevin J. McCarthy
ditor is nvim and my terminal is alacritty. I don't use that terminal (or editor), but usually a terminal doesn't detach when you run it. So you could try: set background_edit set editor = "alacritty -e nvim" -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910

Re: Background edit in new terminal window

2021-02-20 Thread Kevin J. McCarthy
trib/bgedit-screen-tmux.sh script for screen/tmux. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: group and alias

2021-03-01 Thread Kevin J. McCarthy
On Mon, Mar 01, 2021 at 01:32:47AM -0500, Jon LaBadie wrote: And where/how do you use the group rather than the alias? Groups are used in patterns. See the modifiers starting with '%' in <http://www.mutt.org/doc/manual/#patterns>. -- Kevin J. McCarthy GPG Fingerprint: 897

mutt 2.0.6 released

2021-03-06 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 2.0.6. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against

Re: Attachment flag

2021-03-11 Thread Kevin J. McCarthy
. These are listed starting about halfway down in <https://gitlab.com/muttmua/mutt/-/blob/master/doc/Muttrc.head> You can see the current settings Mutt knows about by running ":attachments ?" and hit enter. You may want to check what is installed for your system Muttrc file.

Re: /etc/mime.types is ignored

2021-03-18 Thread Kevin J. McCarthy
if it's finding another one in your path at /usr/local/bin. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Colorizing index lines that match two patterns

2021-03-25 Thread Kevin J. McCarthy
default "~N" color indexdefault white"~X 1-" and a message that was both new and had attachments would take the foreground color from the first rule but the background color from the second rule? No, Mutt matches a single rule and uses that to color the li

Re: Automate standard replies

2021-03-27 Thread Kevin J. McCarthy
vert them to an op-code in a menu-agnostic manner; the whole string, including ops are then buffered and executed later. OTOH, exec only accepts function arguments, so it looks them up using the active menu. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF

Re: S/MIME stopped working

2021-04-07 Thread Kevin J. McCarthy
eck those things. :( -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: signature and alternates

2021-04-07 Thread Kevin J. McCarthy
hooks can use the pattern !~Q to be invoked in the non-reply case, so you could try adding: send-hook !~Q "set signature=~/.sig-default" -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Is there any way to customise sorting of directories in the index?

2021-04-10 Thread Kevin J. McCarthy
was added in Mutt 1.13 and is bound by default to 'y'. Using the function has the advantage of working properly with $browser_sticky_cursor. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Send automated GPG signed mail from cron job

2021-04-12 Thread Kevin J. McCarthy
mode. I thought I had added a note to the manual about this, but I only see it in the "batch composition flow" section (in git). I'll add a note to the "encryption and signing" section too. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684

Re: connection to dovecot times out about every ten minutes

2021-04-12 Thread Kevin J. McCarthy
s. If not, you could enable debug output, using "-d 2", and see if that provides any clues. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Imap folders not listed in the sidebar

2021-04-12 Thread Kevin J. McCarthy
show the new TurboTax folder. Once you see the TurboTax folder, you can type 's' () to mark the folder as subscribed on the IMAP server. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: connection to dovecot times out about every ten minutes

2021-04-13 Thread Kevin J. McCarthy
all the "logged out" messages are appearing. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Opening multipart/related (was: HTML email?)

2021-04-14 Thread Kevin J. McCarthy
/muttils/file/>. See the contrib/example-muttrc for invocation. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.0.7 released

2021-05-04 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 2.0.7. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against

Re: Customizing "previous message" in reply editor

2021-05-05 Thread Kevin J. McCarthy
--*space* your signature -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: mailcap sanitization sanitizing too much...

2021-05-25 Thread Kevin J. McCarthy
request a month or so ago, and I added a couple commits to git master hopefully addressing this. The Mutt 2.1 release should be in about three weeks, or you are welcome to try to build from git. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc

Re: Moving from mutt 1.5 to 1.13.2

2021-06-03 Thread Kevin J. McCarthy
ackport the regression fix too. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.1.0 released

2021-06-12 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 2.1.0. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against

Re: Can one to a non-mail folder?

2021-06-21 Thread Kevin J. McCarthy
On Mon, Jun 21, 2021 at 08:54:08PM +0100, Chris Green wrote: I want to create a macro to navigate to my "shopping" folder which holds directories where I save E-Mails about shopping. Something like this seems to work for me: macro index ,cs "?~/mail/shopping" -- K

Re: Can one to a non-mail folder?

2021-06-21 Thread Kevin J. McCarthy
er prompt in the index menu ? - starts the file browser (the browser menu) - changes the current listed directory in the browser menu -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Can one to a non-mail folder?

2021-06-22 Thread Kevin J. McCarthy
certain perspective they are analogous, but they aren't equivalent functions. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.1.1 released

2021-07-12 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 2.1.1. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against

Re: toggle-new ... toggle-old ?

2021-07-29 Thread Kevin J. McCarthy
that will toggle this flag off the same way? then 'o' will clear the flag. You can bind it to a macro to make it single-key. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: subject-hook ?

2021-07-29 Thread Kevin J. McCarthy
email. But it's fine for changing user headers. See <http://www.mutt.org/doc/manual/#compose-flow> for an overview of the composition process. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: gnutls Cipher-Settings/Syntax

2021-08-20 Thread Kevin J. McCarthy
have Mutt configured to connect to? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: gnutls Cipher-Settings/Syntax

2021-08-20 Thread Kevin J. McCarthy
[Please reply to the mailing list, not directly to me. Redirecting back to the mailing list] On Fri, Aug 20, 2021 at 07:16:56PM +0200, Stefan Rohnke wrote: Am Fri, Aug 20, 2021 at 09:08:23AM -0700 schrieb Kevin J. McCarthy: > What is the URL you have Mutt configured to connect to? ht

Re: Faster message body searching

2021-08-20 Thread Kevin J. McCarthy
. Each message is decoded to a temp file. You might see some speedup by setting $tmpdir to memory, e.g. "/dev/shm", during the search. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: prbl w autosaving mail

2021-08-22 Thread Kevin J. McCarthy
1.5.19 changed the default from "ask-no" to "no". -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.1.2 released

2021-08-24 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.1.2. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1].

Re: disable gpg in mutt

2021-08-26 Thread Kevin J. McCarthy
ling mutt using the '--disable-pgp' and '--disable-gpgme' configure options. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: disable gpg in mutt

2021-08-27 Thread Kevin J. McCarthy
On Fri, Aug 27, 2021 at 07:33:52AM +0200, Fourhundred Thecat wrote: On 2021-08-26 18:34, Kevin J. McCarthy wrote: If that doesn't help, you could try recompiling mutt using the '--disable-pgp' and '--disable-gpgme' configure options. Now when I open gpg encrypted

Re: disable gpg in mutt

2021-08-28 Thread Kevin J. McCarthy
bles: $ /usr/bin/mutt -v | grep CRYPT_BACKEND +CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME -CRYPT_BACKEND_GPGME Note the "-" prefix in front of CRYPT_BACKEND_GPGME. That means it's not included. However classic pgp and smime support are compiled in. Those don't r

Re: disable gpg in mutt

2021-08-29 Thread Kevin J. McCarthy
g you haven't disabled classic pgp mode (using --disable-pgp). -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: disable gpg in mutt

2021-08-29 Thread Kevin J. McCarthy
o view the entire message in raw form, you can use '|' in the pager or message index, and pipe it to less, for example. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Preventing Deletion (Detachment) of the Main Message

2021-08-29 Thread Kevin J. McCarthy
ll add a prompt to confirm deleting the main message. In the mean time, perhaps consider 'bind compose D noop'. You could still manually ':exec detach-file' for the rare cases you need do that. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 80

Re: custom macro for "q" key

2021-08-30 Thread Kevin J. McCarthy
On Mon, Aug 30, 2021 at 08:55:19AM +0200, Fourhundred Thecat wrote: macro index,pager c "?" Also, see , allowing instead just: bind index,pager c browse-mailboxes This has some small advantages with respect to the $browser_sticky_cursor setting. -- Kevin J. McCarthy GPG F

Re: custom macro for "q" key

2021-08-30 Thread Kevin J. McCarthy
there is no need to do this, but maybe there is a problem I'm not aware of. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: custom macro for "q" key

2021-08-31 Thread Kevin J. McCarthy
s out that's not needed. It certainly didn't cause any problems, but I think you can safely remove the unbind before your macro declarations. :-) -Kevin -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: displaying html links inside mutt

2021-09-10 Thread Kevin J. McCarthy
variable to forward an email as an attachment. Alternatively, you can use ('A') to attach a message to an email. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.1.3 released

2021-09-10 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.1.3. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1].

Re: Binding Space to select-entry gives Key is not bound.

2021-09-18 Thread Kevin J. McCarthy
y Even though select-entry is a generic operation, it's actually not implemented in the index. You'll want to use display-message instead for the index. I'll make select-entry equivalent to display-message for the next release. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3

Re: Binding Space to select-entry gives Key is not bound.

2021-09-18 Thread Kevin J. McCarthy
ent to display-message, but try to display a more appropriate error message instead. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Binding Space to select-entry gives Key is not bound.

2021-09-18 Thread Kevin J. McCarthy
he index. Since the function isn't currently implemented, I don't see the harm in making them equivalent. Displaying the message seems the most natural interpretation of "selection" in the index when compared to its usage in the other menus. Do any old timers have an opin

Re: Binding Space to select-entry gives Key is not bound.

2021-09-20 Thread Kevin J. McCarthy
On Tue, Sep 21, 2021 at 11:24:56AM +1000, raf wrote: On Sat, Sep 18, 2021 at 07:28:14PM -0700, "Kevin J. McCarthy" wrote: Do any old timers have an opinion on this? I guess the difference is whether you think that a "selection" can only contain a single item and s

Re: Binding the pad-Enter key?

2021-09-27 Thread Kevin J. McCarthy
he problem. However, my keyboard doesn't have a keypad so I may have some difficulty debugging. :-) -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Binding the pad-Enter key?

2021-09-28 Thread Kevin J. McCarthy
On Tue, Sep 28, 2021 at 09:38:28AM +0200, Bastian wrote: On 27Sep21 11:12-0700, Kevin J. McCarthy wrote: I'll try to dig into it if that's not the problem. However, my keyboard doesn't have a keypad so I may have some difficulty debugging. :-) Would this do it? ``` % xdoto

Re: display_filter and multipart mails

2021-10-19 Thread Kevin J. McCarthy
person@example\.com' 'unalternative_order *; alternative_order text/html text/plain' -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: display_filter and multipart mails

2021-10-19 Thread Kevin J. McCarthy
On Tue, Oct 19, 2021 at 07:52:28PM +, Mike wrote: * On 19.10. Kevin J. McCarthy muttered: message-hook ~A 'unalternative_order *; alternative_order text/plain text/html' Is it neccessary to set a (default) alternative_order after the reset? No, it's not necessary. M

Re: I can't seem to make a message-hook work, what am I doing wrong?

2021-10-30 Thread Kevin J. McCarthy
ess you have a default message-hook to reset values back. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: gnutls_handshake

2021-11-06 Thread Kevin J. McCarthy
when trying to negotiate tls. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Undefining HAVE_BKGDSET in config.h doesn't work any more

2021-11-17 Thread Kevin J. McCarthy
orking any more. I've also tried defining it explicitely to 0... Mutt 2.1+ will use bkgrndset() if available. Try undefining HAVE_BKGRNDSET too. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Tagging attachments - works but no indicator

2021-12-01 Thread Kevin J. McCarthy
ins the %t expando to indicate tagged entries. Perhaps you've changed the value of that variable? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.1.4 released

2021-12-11 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.1.4. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1].

Re: accommodating "possible special characters" in password?

2021-12-15 Thread Kevin J. McCarthy
pass.gpg`" See <http://www.mutt.org/doc/manual/#muttrc-syntax> for more information about muttrc syntax. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.1.5 released

2021-12-30 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 2.1.5. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against

Re: sidebar_format Not Showing Number of Unread Emails

2022-01-03 Thread Kevin J. McCarthy
ww.mutt.org/doc/manual/#formatstrings-conditionals gives a review of the syntax. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: How to 'hook' different programs to view text/html?

2022-01-18 Thread Kevin J. McCarthy
TT_USE_ALT_VIEWER" ]; copiousoutput; nametemplate=%s.html text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html Another idea might be to swap $mailcap_path to use another mailcap file for that mailing list. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: How is this spam hiding from mutt search?

2022-02-01 Thread Kevin J. McCarthy
ting the email address. Because of that there is no address stored in the "from" list internally. You may have to use something like ~h or =h to find the prefix. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Hotmail Sending

2022-02-06 Thread Kevin J. McCarthy
different smtp urls. Try running with debug enabled, e.g. 'mutt -d 2'. This will generate a file, ~/.muttdebug0, showing the interaction between the SMTP server and Mutt. See if there is an AUTH line from the server and what values it lists. -- Kevin J. McCarthy GPG Fingerprint:

mutt 2.2.0 released

2022-02-12 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 2.2.0. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against

Re: How do I rebind the keys in the attachment prompt?

2022-02-17 Thread Kevin J. McCarthy
ere is no help, but you can see the bindings at <http://www.mutt.org/doc/manual/#editor-map>. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Save external imap emails to a local maildir folder

2022-02-19 Thread Kevin J. McCarthy
browser. It might be convenient to have macros to switch between commonly used locations. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.2.1 released

2022-02-19 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.2.1. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1].

Re: Unexplained mutt error

2022-02-20 Thread Kevin J. McCarthy
27;t exist yet, unless $confirmcreate was turned off in your muttrc. Did you see any kind of prompt? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Unexplained mutt error

2022-02-20 Thread Kevin J. McCarthy
Please don't reply to me personally, it's poor etiquette. Redirecting back to the mailing list. On Sun, Feb 20, 2022 at 11:55:06AM -0600, Ion wrote: Thanks for the speedy reply. There was no prompt. So I added "set confirmcreate = yes" to my .muttrc file and tried gain. No change. Another obse

Re: Unexplained mutt error

2022-02-20 Thread Kevin J. McCarthy
On Sun, Feb 20, 2022 at 01:13:56PM -0600, Ion wrote: On 20/02/2022 12:37, Kevin J. McCarthy wrote: Are you sure you have a "Sent" folder on your mail.messagingengine.com account, that you can access and write to? Well if I don't have access to it why does... :~> echo &qu

Re: Unexplained mutt error

2022-02-20 Thread Kevin J. McCarthy
bit strange to be reading from one place and writing to another. Perhaps you can re-check the correct settings with your provider. A quick search found <https://www.pobox.help/hc/en-us/articles/360058663654-Default-settings-for-sending-and-receiving-mail>, but please check for you

Re: Unexplained mutt error

2022-02-21 Thread Kevin J. McCarthy
manual/#imap> suggests set mail_check=90 set timeout=15 which I think is a fairly balanced approach. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Unexplained mutt error

2022-02-21 Thread Kevin J. McCarthy
o does the "set ssl_force_tls =yes" not cover authentication? No that just makes sure encryption is used for 'smtp://' URLs. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Saving email, forward to compose

2022-02-22 Thread Kevin J. McCarthy
lete the message in the actual folder. The $delete quadoption prompt is happening after . The prompt tries to read from input: in this case the contents of your macro. Try unsetting $delete, either in your muttrc or at the start of the macro. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3

Re: Saving email, forward to compose

2022-02-22 Thread Kevin J. McCarthy
On Tue, Feb 22, 2022 at 09:32:50AM -0800, Kevin J. McCarthy wrote: On Tue, Feb 22, 2022 at 08:02:03AM +, Piet wrote: macro index,pager 'source ~/.config/mutt/conf/imap1!' macro index,pager 'source ~/.config/mutt/conf/imap2!' But if I sync manually with key "

Re: Unexplained mutt error

2022-02-22 Thread Kevin J. McCarthy
omething. That error message prints out the full value of $smtp_url, so somehow Mutt has the value minus the 'smtps://ionm...@eml.cc@' prefix stored in $smtp_url. You can also check the value at runtime by typing ':set ?smtp_url' and hitting return. -- Kevin J. M

Re: Domain Mangling Regression

2022-03-01 Thread Kevin J. McCarthy
de, if you don't deal with international domains; or alternatively try compiling with libidn instead. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: ssl_starttls unknown variable

2022-03-17 Thread Kevin J. McCarthy
n variable" In the source directory you built in, what does 'grep USE_SSL config.h' output? What does 'mutt -v | grep SSL' output? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: ssl_starttls unknown variable

2022-03-17 Thread Kevin J. McCarthy
On Thu, Mar 17, 2022 at 06:34:30PM +0100, Christoph Klassen wrote: On 3/17/22 18:22, Kevin J. McCarthy wrote: In the source directory you built in, what does 'grep USE_SSL config.h' output? That's the output: #define USE_SSL 1 /* #undef USE_SSL_GNUTLS */ #define USE_SSL_O

mutt 2.2.2 released

2022-03-25 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.2.2. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1].

Re: pgp Sign as: config

2022-04-11 Thread Kevin J. McCarthy
y configured in my .muttrc as "set pgp_sign_as = 0xA1XXX" and everything works as expected. That's the part that makes no sense to me. Simply unsetting and resetting "sign" will just display the value of $pgp_sign_as. Did something else happen in your workf

Re: pgp Sign as: config

2022-04-11 Thread Kevin J. McCarthy
On Mon, Apr 11, 2022 at 08:49:35PM +0200, Orm Finnendahl wrote: Am Montag, den 11. April 2022 um 10:33:57 Uhr (-0700) schrieb Kevin J. McCarthy: That's the part that makes no sense to me. Simply unsetting and resetting "sign" will just display the value of $pgp_sign_as. Did

mutt 2.2.3 released

2022-04-12 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.2.3. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1].

mutt 2.2.4 released

2022-04-30 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.2.4. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1].

Re: Gmail config

2022-05-01 Thread Kevin J. McCarthy
debugging output in ~/.muttdebug0. See what the file says starting with a line containing 'Connecting to smtp.gmail.com'. Maybe that will give a hint as to what the problem is. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Gmail config

2022-05-01 Thread Kevin J. McCarthy
check to make sure you have at least the standard modules installed on your system. If you can't find out the problem, you could also try compiling Mutt with gsasl support instead. It's new in Mutt 2.2.x, and so isn't well tested yet, but might work for you. -- Kevin J. McC

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

2022-05-05 Thread Kevin J. McCarthy
Alternatively, consider using the 'source' command and putting the configs into a file. 2) You most likely *do* want to set a port number in $smtp_url, as you've done below, e.g. smtp://xxx:587 or smtps://xxx:465. [Since you're new to Mutt, I'll also gently remin

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

2022-05-07 Thread Kevin J. McCarthy
he mailbox, it only displays an estimate based on the subset of headers it downloads. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Reading from IMAP folders with '.' in name

2022-05-15 Thread Kevin J. McCarthy
normal email address including the '.' and '@' characters? Try putting: set imap_delim_chars = '/' set sidebar_delim_chars = '/' in your muttrc and see if it helps. By default, Mutt treats both '/' and '.' as folder separator charac

mutt 2.2.5 released

2022-05-16 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.2.5. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1].

Turning off 'Sender' header for mailing list

2022-05-18 Thread Kevin J. McCarthy
ce-unsubscribes due to this, and don't really have a choice. Please filter based off the 'List-Id:' if possible. Sorry for the inconvenience. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

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

2022-05-19 Thread Kevin J. McCarthy
't currently possible in Mutt. The $sendmail variable is handled specially: it's tokenized by space and invoked directly via execvp(). So you won't be able to use arguments with spaces in them inside the variable, or any shell quoting since it doesn't pass through the shell. --

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

2022-05-19 Thread Kevin J. McCarthy
On Thu, May 19, 2022 at 01:12:31PM -0500, Derek Martin wrote: On Thu, May 19, 2022 at 11:06:38AM -0700, Kevin J. McCarthy wrote: Sorry, this isn't currently possible in Mutt. The $sendmail variable is handled specially: it's tokenized by space and invoked directly via execvp(). So

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

2022-05-19 Thread Kevin J. McCarthy
ere isn't much demand for the change. * There is some risk of introducing behavior changes, or even a security issue. So again, feel free to open a ticket (noting that tickets should *not* be used as a petition), but don't get your expectations very high. Sorry about that. --

<    1   2   3   4   5   6   >