Re: [MlMt] How to disable copying text as Markdown?

2022-01-26 Thread Sebastian Hagedorn
From the release notes:

Revision 5861 (Thursday, January 20, 2022)

New: Menu items “Copy as Markdown”/“Copy as HTML” (⇧⌘C/⌥⌘C) added to explicitly 
allow the user to put these variants on the pasteboard.
Changed: Default copy behavior is always simple non-Markdown plain text.

On 27 Jan 2022, at 2:03, Quinn Comendant wrote:

> When I copy text from an email in MailMate, and paste it into another 
> application, it adds Markdown formatting. For example, if I copy this line 
> from an email:
>
> ```
> sudo bash add-monitoring-agent-repo.sh --also-install
> ```
>
> And paste it into Terminal.app, this appears:
>
> ```
> sudo bash 
> [add-monitoring-agent-repo.sh](https://add-monitoring-agent-repo.sh) 
> --also-install
> ```
>
> This is extra frustrating because add-monitoring-agent-repo.sh isn't even a 
> URL.
>
> How do I disable this? I always want unformatted plain text on my clipboard.
>
> It seems this functionality should be something extra that is available in 
> the Commands menu, not default copy behavior.
>
> Thanks,
> Quinn___
> mailmate mailing list
> mailmate@lists.freron.com
> https://lists.freron.com/listinfo/mailmate



-- 
   .:.Sebastian Hagedorn - Weyertal 121 (Gebäude 133), Zimmer 2.02.:.
.:.Regionales Rechenzentrum (RRZK).:.
  .:.Universität zu Köln / Cologne University - ✆ +49-221-470-89578.:.


smime.p7s
Description: S/MIME digital signature
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] How to disable copying text as Markdown?

2022-01-26 Thread Jan Erik Moström
On 27 Jan 2022, at 2:03, Quinn Comendant wrote:

> How do I disable this? I always want unformatted plain text on my clipboard.
>
> It seems this functionality should be something extra that is available in 
> the Commands menu, not default copy behavior.

I don't know the solution but I think plain text is the default because I get 
plain text when I copy, here is the text copied from your email

sudo bash add-monitoring-agent-repo.sh --also-install

I also tested by pasting into BBEdit with the same result.

= jem
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] How to set the IMAP Path Prefix? (Goal: flat folder structure)

2022-01-26 Thread Quinn Comendant
Hi Bill,

Thanks for the reply. I gave it a try:

> This attribute added to the relevant source stanza in Sources.plist MAY work 
> for you:
> namespaceResponse = '(("INBOX" "/")) NIL NIL';

I quit MailMate, added that line to the Sources.plist, and when I re-opened 
MailMate, there were only three folders: INVOX, Trash, and Drafts. At least 
they were in a flat hierarchy. I tried playing with the options under “Edit 
Subscriptions…” (“Ignore server subscription state …” and “Show private 
namespace […]”) but it only seemed to make things worse.

I've reverted the Sources.plist setting, and now all my mail is downloading 
again.

I'll just leave things as they are, since it makes me nervous to have to 
redownload all mail again (about 120,000 messages).

Thanks again,
Quinn
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] How to disable copying text as Markdown?

2022-01-26 Thread Quinn Comendant
When I copy text from an email in MailMate, and paste it into another 
application, it adds Markdown formatting. For example, if I copy this 
line from an email:


```
sudo bash add-monitoring-agent-repo.sh --also-install
```

And paste it into Terminal.app, this appears:

```
sudo bash 
[add-monitoring-agent-repo.sh](https://add-monitoring-agent-repo.sh) 
--also-install

```

This is extra frustrating because add-monitoring-agent-repo.sh isn't 
even a URL.


How do I disable this? I always want unformatted plain text on my 
clipboard.


It seems this functionality should be something extra that is available 
in the Commands menu, not default copy behavior.


Thanks,
Quinn___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] How to set the IMAP Path Prefix? (Goal: flat folder structure)

2022-01-26 Thread Bill Cole

On 2022-01-25 at 17:34:30 UTC-0500 (Tue, 25 Jan 2022 16:34:30 -0600)
Quinn Comendant 
is rumored to have said:


Hello,

How do I set the IMAP Path Prefix in MailMate?


MailMate should figure out the prefix on its own, but you can set it 
explicitly with the "Hidden Preference" namespaceResponse in 
~Library/ApplicationSupport/MailMate/Sources.plist file.  Documented on 
the Hidden Preferences page of the help and in this bug report: 
https://freron.lighthouseapp.com/projects/58672/tickets/267-imap-server-directory


The format of that setting requires an understanding of how IMAP works 
with namespaces.


I'm connecting to a Courier IMAP server. In other email clients, I 
have had to set the IMAP Path Prefix to `INBOX` for my folders to 
display correctly.


This attribute added to the relevant source stanza in Sources.plist MAY 
work for you:


namespaceResponse = '(("INBOX" "/")) NIL NIL';



--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate