Re: mutt IMAP configuration for outlook.office365.com

2020-03-16 Thread Kevin J. McCarthy
ed in a .muttrc file for which this is the only account. If you only have one account, and have defined $imap_user and $imap_pass elsewhere, the hook is not needed. I would suggest commenting it out. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Don't open next message after delete in pager

2020-03-17 Thread Kevin J. McCarthy
pager d '' 'Delete and return to index' macro pager C '' 'Copy and return to index' etc... -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 1.13.5 released

2020-03-28 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of 1.13.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 publ

Re: conditional automatic cc header?

2020-04-02 Thread Kevin J. McCarthy
folder hook, or via a macro that also changes the $from setting. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Reply/multiple accounts: Setting From to To of original mail

2020-04-05 Thread Kevin J. McCarthy
On Sun, Apr 05, 2020 at 08:18:09AM +0200, Mike wrote: When replying to one of those mails in that folder I like to set my From like the To of the mail I'm replying to. Is there a special solution for this? Check out $reverse_name and $reverse_realname. -- Kevin J. McCarthy GPG Finger

Re: oddity with an attachment

2020-04-17 Thread Kevin J. McCarthy
parameters. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Inline PGP Within HTML

2020-04-26 Thread Kevin J. McCarthy
's right. Mutt doesn't check autoview output - it's rendered and that's it. Perhaps the pipe you wrote could filter and generate a new message (in a temporary mailbox) of content-type text/plain. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308

Re: Inline PGP Within HTML

2020-04-30 Thread Kevin J. McCarthy
tachments (via the quadoption $forward_attachments) for inline forwarding. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 1.14.0 released

2020-05-02 Thread Kevin J. McCarthy
Hi Mutt Users, I'm pleased to announce the release of version 1.14.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 m

mutt 1.14.1 released

2020-05-16 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 1.14.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. T

mutt 1.14.2 released

2020-05-25 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 1.14.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

Re: Using Maildir format, changing mailbox

2020-06-05 Thread Kevin J. McCarthy
ou can alternatively invoke . This is by default bound to 'y'. Many long time users have 'y' bound to a macro, though, so it may be worth double checking and clearing out the macro if necessary. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: conditional index_format

2020-06-10 Thread Kevin J. McCarthy
r to match via regexp than the default value "[%a: %s]". Otherwise the matching would be a bit less accurate. Maybe something like: index-format-hook recip "~P ~s '^\\[.*\\]$'" "%t" -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Odd problem with filename passed to browser, underscores replace spaces

2020-06-12 Thread Kevin J. McCarthy
he setting. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Recent Bad Habits

2020-06-12 Thread Kevin J. McCarthy
t will emit this message noting the messages that arrived (in this case, just after initial header downloading). If it's neither of those, feel free to open a ticket, perhaps there is a bug involved. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: mutt and S/SMIME

2020-06-14 Thread Kevin J. McCarthy
$pgp_sort_keys Signing/Encoding settings: * $pgp_retainable_sigs * $pgp_strict_enc Inline settings. GPGME doesn't support inline, so these should be left at the defaults: * $pgp_mime_auto * $pgp_auto_inline * $pgp_reply_inline -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308

mutt 1.14.3 released

2020-06-14 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 1.14.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. T

Re: mutt and S/SMIME

2020-06-16 Thread Kevin J. McCarthy
ange about that? No, not that I'm aware of. GPGME 1.11 started allowing encryption recipient strings, which respect '!'. I don't believe the signing API has that capability. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 1.14.4 released

2020-06-18 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 1.14.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. T

CVE status and regression in 1.14.3 release

2020-06-20 Thread Kevin J. McCarthy
Hello Mutt Users, Please pardon the "non-announcement" use of this list. I generally try to keep the noise to a minimum, but felt this update was needed. The 1.14.3 release, fixing a possible IMAP PREAUTH injection attack, had a regression. Those using $tunnel to an IMAP server may now enco

Re: CVE status and regression in 1.14.3 release

2020-06-21 Thread Kevin J. McCarthy
On Sat, Jun 20, 2020 at 02:49:56PM -0700, Kevin J. McCarthy wrote: In the release for 1.14.4, I promised a CVE number, but I have had no success so far, despite waiting a day and submitting again. I may just be doing something wrong, so if any packager with more experience creating CVEs would

mutt 1.14.5 released

2020-06-23 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 1.14.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. T

Re: Toggling between two values of a string variable?

2020-06-27 Thread Kevin J. McCarthy
g macro redefinition instead, was posted by David Champion a few years ago: <https://marc.info/?l=mutt-users&m=143475140112646&w=2>. The message is misformatted in that page, but the 'raw body' link is readable. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 38

Re: Mutt losing folders with new mails with additional session

2020-07-06 Thread Kevin J. McCarthy
I can find. Thank you! -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Mutt losing folders with new mails with additional session

2020-07-06 Thread Kevin J. McCarthy
On Mon, Jul 06, 2020 at 08:12:38PM -0700, Kevin J. McCarthy wrote: On Tue, Jul 07, 2020 at 04:49:37AM +0200, mi...@posteo.nl wrote: My issue seems to be similar to this: http://lists.mutt.org/pipermail/mutt-users/Week-of-Mon-20200106/001471.html Mike, would you mind opening a ticket on gitlab

Re: Mutt losing folders with new mails with additional session

2020-07-07 Thread Kevin J. McCarthy
On Mon, Jul 06, 2020 at 08:39:49PM -0700, Kevin J. McCarthy wrote: Also, I wonder if you would mind trying a vanilla mutt 1.14.5 release. A quick test on my side wasn't able to duplicate this, so it would be nice to make sure it isn't a Gentoo patch causing the problem. After takin

Re: Mutt losing folders with new mails with additional session

2020-07-07 Thread Kevin J. McCarthy
On Tue, Jul 07, 2020 at 08:34:54PM +0200, mi...@posteo.nl wrote: * On 07.07. Kevin J. McCarthy muttered: Do you have $mail_check_stats set? No. Perhaps some combination of settings is causing this. Would you mind forwarding your configuration to me, so I can try to reproduce with that

Re: Mutt losing folders with new mails with additional session

2020-07-07 Thread Kevin J. McCarthy
On Tue, Jul 07, 2020 at 12:18:40PM -0700, Kevin J. McCarthy wrote: On Tue, Jul 07, 2020 at 08:34:54PM +0200, mi...@posteo.nl wrote: * On 07.07. Kevin J. McCarthy muttered: Do you have $mail_check_stats set? No. Perhaps some combination of settings is causing this. Would you mind

Re: how to limit fetching number of mails?

2020-07-10 Thread Kevin J. McCarthy
e. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 1.14.6 released

2020-07-11 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 1.14.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 my public key. T

Re: Mutt losing folders with new mails with additional session

2020-07-14 Thread Kevin J. McCarthy
On Tue, Jul 14, 2020 at 08:26:07AM +0200, Sebastian Stein wrote: Kevin J. McCarthy [200708 08:59]: > Perhaps some combination of settings is causing this. Would you mind > forwarding your configuration to me, so I can try to reproduce with > that? Thanks to Mike's help p

Re: Mutt losing folders with new mails with additional session

2020-07-14 Thread Kevin J. McCarthy
mailboxes? Capture them before and after procmail, and then launching Mutt. See if this gives any clues. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Mutt losing folders with new mails with additional session

2020-07-16 Thread Kevin J. McCarthy
On Thu, Jul 16, 2020 at 09:03:59AM +0200, Sebastian Stein wrote: Kevin J. McCarthy [200715 08:28]: Have you checked the access time vs modification time of those mailboxes? Capture them before and after procmail, and then launching Mutt. See if this gives any clues. Can you describe the

Re: bypassing $reverse_alias in $index_format

2020-07-28 Thread Kevin J. McCarthy
ot; index-format-hook from_part '%f polyname' "~/bin/extractname '%f'|" index-format-hook from_part ~A '%-15.15F' -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Google Groups mailing list autodetection

2020-07-29 Thread Kevin J. McCarthy
's List-Post parser. Feel free to open a gitlab ticket. Regardless, I'll add to my todo list and make sure this fix is in the next release. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Index screen - could it feature time segments?

2020-08-03 Thread Kevin J. McCarthy
to switch to different limits, or (with more work) rotate among a few date-range limit-views. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Toggling multiple index_format or limits

2020-08-03 Thread Kevin J. McCarthy
\ (if (equal $my_curlim $my_limall) $my_lim1) \ (if (equal $my_curlim $my_lim1) $my_lim2) \ (if (equal $my_curlim $my_lim2) $my_lim3) \ (if (equal $my_curlim $my_lim3) $my_lim4) \ (if (equal $my_curlim $my_lim4) $my_lim5) \ $my_limall)

Re: Mutt 25 years? 25 years!

2020-08-15 Thread Kevin J. McCarthy
itate to let me know. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 1.14.7 released

2020-08-29 Thread Kevin J. McCarthy
Hi Mutt Users, I'm pleased to announce the release of version 1.14.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 my

Re: how to change subscription?

2020-09-02 Thread Kevin J. McCarthy
On Wed, Sep 02, 2020 at 12:16:14PM -0400, Fred Smith wrote: mails to mailing-list-requ...@mutt.org bounce back as undeliverable. The "mailing-list" part should have the actual list substituted. For example for mutt-users, you need to send the email to . -- Kevin J. Mc

Re: IMAP login failed

2020-09-13 Thread Kevin J. McCarthy
Try running at debug level 5. Then you will see the actual LOGIN username password as it is sent to the server. That might give a clue what's happening. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: IMAP login failed

2020-09-13 Thread Kevin J. McCarthy
ly also want to add header caching (--enable-hcache). -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: IMAP login failed

2020-09-13 Thread Kevin J. McCarthy
noted, the value seems to be base64 encoded binary data. That might indicate you have done something like: set imap_pass=`cat foo` somewhere else in your muttrc and directly read in the base64 data from some file. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684

Re: Can mutt be persuaded to use a sensible maildir hierarchy?

2020-09-22 Thread Kevin J. McCarthy
wser menu. This can be used to force Mutt to enter a directory that is also a maildir mailbox. One possible usage might be to bind enter/return to descend directory and space to select the entry: bind browser descend-directory bind browser descend-directory bind browser sele

Re: Getting more useful information in file browser - possible with maildir?

2020-09-28 Thread Kevin J. McCarthy
it up on mutt-dev if you feel it should be changed back. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Can mutt be persuaded to use a sensible maildir hierarchy?

2020-09-30 Thread Kevin J. McCarthy
either open a ticket, or clone the git repos <https://gitlab.com/muttmua/wiki> and open a Merge Request. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: more general hooks to handle similar mailing lists

2020-10-11 Thread Kevin J. McCarthy
n, it's a regexp. The regexec() matching and format generation take place in the same place for the spam command, so it's easy to process back references. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: change Reply-To:

2020-10-20 Thread Kevin J. McCarthy
email address when used in hooks. In some contexts, such as searching, limiting, and interactive pattern commands, they will also match against the personal field, but not at the same time: the angle bracket delimiters shouldn't be used. -- Kevin J. McCarthy GPG Fingerprint: 8975

Re: Fwd:

2020-10-24 Thread Kevin J. McCarthy
list for the project. Kevin, do you know if this is anything that can be changed / fixed? Whoops, I missed the fact that the wrapper removes the Subject line too. That's not convenient at all. Let me see if there is anything I can do about that. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3

Re: Fwd:

2020-10-24 Thread Kevin J. McCarthy
On Sat, Oct 24, 2020 at 12:24:23PM -0700, Kevin J. McCarthy wrote: On Sat, Oct 24, 2020 at 02:04:11PM -0400, Remco Rijnders wrote: Unfortunately, the subject of such messages seems to get cleared. I don't think this is something under our control but of the generous people who host the

Re: Fwd:

2020-10-24 Thread Kevin J. McCarthy
eration_action option has either "wrap" or "munge_from", (in addition to the standard accept/reject/discard) options. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: is it possible to have two options for viewing html mail?

2020-10-25 Thread Kevin J. McCarthy
ng code in turn uses the copiousoutput flag mailcap entries.) The application/* always uses mailcap whether invoked via or . This will find the first entry and invoke it interactively. The only way to view it in the pager is using auto_view. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-04 Thread Kevin J. McCarthy
would double check the problem is with Fcc, if the emails are in fact sent out. If you're sure that's the problem, perhaps try invoking mutt with something like: mutt -e 'unset record' ... -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031

Re: smtp not working

2020-11-04 Thread Kevin J. McCarthy
n't have the modules installed for SASL's GSSAPI support? If you're on a Debian derivative, try installing libsasl2-modules-gssapi-mit or libsasl2-modules-gssapi-heimdal and see if that helps. (I'm not very familiar with GSSAPI and am not sure which package might be the appr

Re: smtp not working

2020-11-04 Thread Kevin J. McCarthy
roblem is, but perhaps it will give a clue. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
On Thu, Nov 05, 2020 at 09:41:55AM +0100, Matthias Apitz wrote: El día miércoles, noviembre 04, 2020 a las 09:33:34a. m. -0800, Kevin J. McCarthy escribió: On Wed, Nov 04, 2020 at 01:17:44PM +0100, Matthias Apitz wrote: >We use mutt in batch mode to assemble mails with all attachments

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
$sendmail, and then cat complain with an error message (and error code) that the "recipient" filenames couldn't be found? The error code would then cause Mutt to report an error invoking $sendmail... -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 80

Re: smtp not working

2020-11-05 Thread Kevin J. McCarthy
External authentication name: mycompany\\myuser Just a thought - should that be a double backslash or a single backslash? -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
iew, it is looking for the exit code after waitpid() finishes. If there is an error from waitpid() or the WEXITSTATUS is not 0, then Mutt will print that message out. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-06 Thread Kevin J. McCarthy
than me) folks there to chime in about this. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: smtp not working

2020-11-06 Thread Kevin J. McCarthy
r now then. Maybe the IMAP GSSAPI handler can be ported over to be used for SMTP too. I'll take a look at that for next cycle... Perhaps you could try an external MTA? msmtp's website seems to mention working with GSSAPI. They use a different SASL library, so you might have bette

mutt 2.0.0 released

2020-11-07 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 2.0.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: mutt 2.0.0 released

2020-11-07 Thread Kevin J. McCarthy
motivation for switching, if xoauth2 also works with Gmail, is that the python script supporting oauthbearer is python2 (deprecated) and I don't have the python chops to upgrade the script. I believe the new contrib script will work for both. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3

Re: mutt 2.0.0 released

2020-11-07 Thread Kevin J. McCarthy
e. You can use it to make some decisions, but it doesn't have functions, lambdas, loops, or its own variables. Of course, maybe that will expand in the future! See the manual examples to get an idea what it can currently do. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C

Re: sending does not work

2020-11-09 Thread Kevin J. McCarthy
eing if you can watch the messages just when you try to send. By chance do you have the "record" variable set to a POP3 mailbox? That wouldn't work either. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.0.1 released

2020-11-14 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.0.1. As usual, 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

Re: mutt saves sent email in the wrong account's sent folder

2020-11-18 Thread Kevin J. McCarthy
You should only set things like user, password, and tunnel in them. I don't see any fcc-hooks, or $record settings in your email for the non-gmail mailboxes. If the above suggestion doesn't work you'll need to post more details to the list. -- Kevin J. McCarthy GPG Fingerprint:

mutt 2.0.2 released

2020-11-20 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.0.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. Thi

Re: is it possible to have two options for viewing html mail?

2020-11-22 Thread Kevin J. McCarthy
On Sun, Oct 25, 2020 at 09:41:11AM -0700, Kevin J. McCarthy wrote: On Sun, Oct 25, 2020 at 11:39:13AM +0900, Kenichi Asai wrote: For docx file, I think I have exactly the same thing: application/vnd.openxmlformats-officedocument.wordprocessingml.document;open -a preview -n -W %s; nametemplate

Re: Gmail SMTP 501-5.5.4

2020-11-26 Thread Kevin J. McCarthy
tead of your actual hostname. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Folding or weeding long lists of emails in To/CC fields, or skip to content key

2020-11-26 Thread Kevin J. McCarthy
st. This is fairly easy to add, modeling it after , and seems pretty useful. I'll add a bound to 'H'. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: [SOLVED] Re: mutt seems laggy to resume on v.2.x

2020-11-26 Thread Kevin J. McCarthy
at is happening now (mutt v.2.x) is it's scanning everything under the main account. I'd normally say to double check $imap_check_subscribed is unset, but that option is quite old. Perhaps something has changed in the code there, but I'm not recalling anything right now. -- K

Re: Gmail SMTP 501-5.5.4

2020-11-26 Thread Kevin J. McCarthy
il needs to have the "@gmail.com" part. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.0.3 released

2020-12-04 Thread Kevin J. McCarthy
Hello Mutt Users, I'm pleased to announce the release of version 2.0.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

Re: Can one 'unignore' headers from a specific host

2020-12-08 Thread Kevin J. McCarthy
g spam and the %H expando, or using index colors against ~H. Take a look at <http://www.mutt.org/doc/manual/#spam>, but do carefully note the second paragraph if you use header caching. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Assigning multiple labels (X-Label) to a message

2020-12-16 Thread Kevin J. McCarthy
making the completion less then useful. So, as of now you have to devise your own scheme and edit carefully. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Assigning multiple labels (X-Label) to a message

2020-12-16 Thread Kevin J. McCarthy
osed otherwise. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Mutt stops showing mail contents

2020-12-18 Thread Kevin J. McCarthy
's able to open the new mailbox, parse it, and display the messages in the index, but you can't view a message or its attachments? Might this be a problem with the size of my inbox (currently 2.9gB)? Well, could be, but it would seem like the problem should be immediate in that cas

Re: Mutt stops showing mail contents

2020-12-19 Thread Kevin J. McCarthy
On Sat, Dec 19, 2020 at 01:44:37PM +0100, Josef Wolf wrote: On Fri, Dec 18, 2020 at 11:51:56AM -0800, Kevin J. McCarthy wrote: Does Mutt even show the attribution header in the reply? What is the attribution header? Sorry I shouldn't have said "header". I meant the value

Re: Mutt stops showing mail contents

2020-12-20 Thread Kevin J. McCarthy
On Sun, Dec 20, 2020 at 08:22:46PM +0100, Josef Wolf wrote: On Fri, Dec 18, 2020 at 11:51:56AM -0800, Kevin J. McCarthy wrote: On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf wrote: * Try to to less. This shows the whole message, includug body. This, along with the ability to see

Re: Mutt stops showing mail contents

2020-12-20 Thread Kevin J. McCarthy
oblem in. Let me see if I can dig up the OpenSUSE src rpm and see what's in it. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Mutt stops showing mail contents

2020-12-20 Thread Kevin J. McCarthy
On Sun, Dec 20, 2020 at 05:02:13PM -0800, Kevin J. McCarthy wrote: Another possibility, that sounds more likely, is OpenSUSE added a patch to the rpm installed on 30.11.2020. There was a recursion DoS protection commit in 1.14.0 - if it wasn't backported properly, it could lead t

Re: Mutt stops showing mail contents

2020-12-20 Thread Kevin J. McCarthy
On Sun, Dec 20, 2020 at 10:00:15PM -0500, Patrick Shanahan wrote: * Kevin J. McCarthy [12-20-20 21:53]: [...] > Let me see if I can dig up the OpenSUSE src rpm and see what's in it. Yes, I believe this is the problem. nofreeze-c72f740a.patch was added to the OpenSUSE src rpm on Dece

Re: Mutt stops showing mail contents

2020-12-21 Thread Kevin J. McCarthy
On Mon, Dec 21, 2020 at 12:36:19PM +0100, Josef Wolf wrote: On Sun, Dec 20, 2020 at 07:10:40PM -0800, Kevin J. McCarthy wrote: It looks like there is a bug filed already: <https://bugzilla.opensuse.org/show_bug.cgi?id=1179461> Josef, I would keep an eye on that to see when it's r

Re: New Mail notification not firing when pager is open

2020-12-29 Thread Kevin J. McCarthy
IMAP) when you are reading mail. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Save to Last Folder used for Saving

2020-12-30 Thread Kevin J. McCarthy
ously "filenames", which made the history less useful. So you might just try hitting ctrl-p/ once or twice. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Save to Last Folder used for Saving

2020-12-30 Thread Kevin J. McCarthy
On Wed, Dec 30, 2020 at 10:02:30AM -0800, Kevin J. McCarthy wrote: So you might just try hitting ctrl-p/ once or twice. Oh, it also looks like entering "." at the prompt will use the last save folder. Give that a try! -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910

mutt 2.0.4 released

2020-12-30 Thread Kevin J. McCarthy
Hi Mutt Users, I'm pleased to announce the release of version 2.0.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

Re: Don't replace "." with "/" in IMAP folder name

2021-01-02 Thread Kevin J. McCarthy
;=Sent", but later re-expand it, which adds the server delimiter of "/". I would suggest trying set folder="imaps://mx.sdf.org/" to see if that helps. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: fcc-hook

2021-01-16 Thread Kevin J. McCarthy
et fcc for some addresses. For an fcc-hook, that is the correct syntax. In fact, Mutt explicitly checks for "/dev/null", and will skip the whole Fcc process in that case. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: GMail SMTP: no authenticators available?

2021-01-20 Thread Kevin J. McCarthy
PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH Since you compiled against SASL, it should be able to handle at least LOGIN and PLAIN. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

mutt 2.0.5 released

2021-01-21 Thread Kevin J. McCarthy
Hello Mutt Users, I've just released version 2.0.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. Th

Re: ANSI escape sequences showing in forwarded mails

2021-02-04 Thread Kevin J. McCarthy
ward-content, as opposed to rendering in the pager. However, I should be able to add a new flag and strip the sequences for an inline forward too. I'll add that to my TODO list, but feel free to file a bug if you'd like to track progress or help test. -- Kevin J. McCarthy GPG Fin

Re: Placing Sent Emails in Folders

2021-02-05 Thread Kevin J. McCarthy
ent Items"' Note that folder-hooks allow multiple commands with the same regexp. So the folder-hooks with the same regexp in .muttrc.server1 and .muttrc.server2 will NOT overwrite each other. You may want to make their regexps more specific to each server and just define them in the outer muttrc. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Placing Sent Emails in Folders

2021-02-05 Thread Kevin J. McCarthy
On Fri, Feb 05, 2021 at 10:11:45AM -0800, Kevin J. McCarthy wrote: On Thu, Feb 04, 2021 at 01:48:09PM +0100, Michael Klemm wrote: .muttrc: folder-hook !INBOX set record=^ Also, make sure to put the above command in single quotes, to ensure '^' is expanded when the hook fires:

Re: Placing Sent Emails in Folders

2021-02-05 Thread Kevin J. McCarthy
On Fri, Feb 05, 2021 at 10:25:50AM -0800, Kevin J. McCarthy wrote: Also, make sure to put the above command in single quotes, to ensure '^' is expanded when the hook fires: folder-hook !INBOX 'set record=^' Err... nevermind, that's not right. 8-) It's still a

Re: trouble making my "messages needing a reply" pattern

2021-02-07 Thread Kevin J. McCarthy
ixing that quirk. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: Gmail - no authenticators available

2021-02-09 Thread Kevin J. McCarthy
lies on SASL entirely for authentication. It sounded like there was an issue with the MacOS SASL libraries. Perhaps that thread might help, or someone on that thread has more information about the problem now. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA

Re: Gmail - no authenticators available

2021-02-09 Thread Kevin J. McCarthy
ignoring the Fcc copy to a mailbox when the SMTP server has already stored the message in "Sent Items". -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

Re: [unixbhas...@gmail.com: Notify-send pop up for specific mails]

2021-02-12 Thread Kevin J. McCarthy
red mailboxes. For more sophisticated notification, you'll need to use another tool. -- 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   >