[MlMt] Markdown / Numbered Lists / Newline inserted after pressing space
Hi, when I create a numbered list with "1. " MM opens up the preview, shows the numbered list entry but the cursor is positioned into a newline under the number, so I just can't continue writing and have to get rid of the newline. Is this a known problem? -- Robert M. Münch signature.asc Description: OpenPGP digital signature ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate
[MlMt] Disable copying messages to "Sent:"
Hi everyone, New user here! Apologies if I am asking stupid questions. I just moved from Thunderbird (decided I had had enough of the spinning wheel of death), and am trying to get an equivalent configuration going. I did not find anything useful on the [preferences page](https://manual.mailmate-app.com/preferences). If someone could point me to the right place so I can RTFM, that would be great! My provider automatically copies outgoing mail to my Sent box, so I don’t need MailMate to do it for me. How do I deactivate that? Thanks in advance ../Peter ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate
Re: [MlMt] Markdown / Numbered Lists / Newline inserted after pressing space
On 11 Jan 2017, at 4:08, Robert M. Münch wrote: Hi, when I create a numbered list with "1. " MM opens up the preview, shows the numbered list entry but the cursor is positioned into a newline under the number, so I just can't continue writing and have to get rid of the newline. Is this a known problem? This happens to me too - but only sometimes and I couldn't reproduce it for the purposes of this reply. I start the list and the composer recognizes the text as Markdown, and while it's opening a Preview pane, the cursor moves to the line below the `- `. Unfortunately I don't have a guess as to what conditions cause that to happen. Sherif___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate
Re: [MlMt] Eudora's mail concatenation in MailMate
This thread is really helpful, in part because it crystalized an odd feeling I often get when using Mailmate — that *there's a better way* or *I'm doing it wrong*. A Mailmate tips/tricks resource would very useful to fill the gap between the manual (which should be very minimal) and this ~support list (which is great but a noisy way to build practical knowledge). This isn't intended as a criticism of MM at all — on the contrary, I'm just thinking about a resource that could help it to grow. Cheers, T On 10 Jan 2017, at 19:41, Verdon Vaillancourt wrote: a) I didn’t know that shift double-click would open the msg in a new window (for me) b) I usually just hit as return to open the selected msg in a new window c) I didn’t realize that the column I double-clicked on determined the filter for the search ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate
Re: [MlMt] Eudora's mail concatenation in MailMate
A Mailmate tips/tricks resource would very useful to fill the gap between the manual (which should be very minimal) and this ~support list (which is great but a noisy way to build practical knowledge). +1 I have found the online documentation to be quite unhelpful. It’s all about doing really amazing guru level stuff, but I am still trying to figure out the basics. Even finding a guide to markdown was a challenge. Some of these issues might better be handled through better usability. Why not just have some buttons to insert markdown templates? So documentation is isn’t necessary the answer (even if it can be a quick fix for deeper problems). Cheers, Peter On 11 Jan 2017, at 17:28, Ted Byfield wrote: This thread is really helpful, in part because it crystalized an odd feeling I often get when using Mailmate — that *there's a better way* or *I'm doing it wrong*. A Mailmate tips/tricks resource would very useful to fill the gap between the manual (which should be very minimal) and this ~support list (which is great but a noisy way to build practical knowledge). This isn't intended as a criticism of MM at all — on the contrary, I'm just thinking about a resource that could help it to grow. Cheers, T On 10 Jan 2017, at 19:41, Verdon Vaillancourt wrote: a) I didn’t know that shift double-click would open the msg in a new window (for me) b) I usually just hit as return to open the selected msg in a new window c) I didn’t realize that the column I double-clicked on determined the filter for the search ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate
[MlMt] Also awesome: counters
Hi Mailmates, Since some of you have been sharing neat tidbits, I thought I'd share one of my favorites: customizable counters. Each mailbox can have a "Displayed Count" next to it, showing by default: All, Unread, Flagged, Unreplied, and Recent. However, the counters can be configured with pretty much anything. For example, I have a counter called "Outgoing" which lists messages that are about to be sent (I use time delay, so this shows me what messages are waiting to be sent). I use it on the "Drafts" mailbox. This is a small thing, but neat and quite useful for those using delay, without needing an independent smart mailbox. As far as I can tell, you can take a set of conditions from any smart mailbox and create a counter. Open Mailboxes.plist and copy out the "filter" associated with the smart mailbox. Create countMenu.plist in ~/Library/Application Support/Mailmate/Resources, following this format : { counts = ( { key = "outgoing"; title = "Outgoing"; filter = "#relay exists"; }, ); } Insert your own filter after "filter = " and there you go. Off the top of my head, the 'trick' can be used to show some important subset of the Inbox, messages with important keywords, etc. Thanks for a great app, Benny. Zvi On 10 Jan 2017, at 11:30, Robert Brenstein wrote: I just discovered that MailMate has a function equivalent to the mail concatenation feature of Eudora. I am in 7th heaven, and I thought to share this discovery! I saw the setting for this in the preferences quite a while ago but only now clicked what it really means. For those wondering what I am talking about: If I double-click a message in MailMate, it opens that message in a new window. Nothing special here. If I double-click a message holding the shift key, MailMate sets a filter that shows all messages with the same subject or whatever column I was clicking. This is pretty much the same what option-click did in Eudora. MM refers to this functionality as searching for related messages. Tip: select the message before you double-click it, so MM does not use the first click to select multiple messages. Robert ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate
Re: [MlMt] Eudora's mail concatenation in MailMate
On 11 Jan 2017, at 11:28, Ted Byfield wrote: A Mailmate tips/tricks resource would very useful to fill the gap between the manual (which should be very minimal) and this ~support list (which is great but a noisy way to build practical knowledge). This isn't intended as a criticism of MM at all — on the contrary, I'm just thinking about a resource that could help it to grow. Why can’t the manual have this as part of it? (BTW, I’ve got a months-old PR on the manual: https://github.com/mailmate/mailmate_manual .) John ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate
Re: [MlMt] Eudora's mail concatenation in MailMate
It could be, but I assume that Benny has his hands full (and would like time off). Resources like that can involve multiple layers of work (writing, updating with releases, etc); and sometimes they're best done by users — for example, as a subreddit. Cheers, T On 11 Jan 2017, at 21:25, John D. Muccigrosso wrote: On 11 Jan 2017, at 11:28, Ted Byfield wrote: A Mailmate tips/tricks resource would very useful to fill the gap between the manual (which should be very minimal) and this ~support list (which is great but a noisy way to build practical knowledge). This isn't intended as a criticism of MM at all — on the contrary, I'm just thinking about a resource that could help it to grow. Why can’t the manual have this as part of it? (BTW, I’ve got a months-old PR on the manual: https://github.com/mailmate/mailmate_manual .) ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate
[MlMt] Correspondence View / Sort Order
Hi, I like the correspondence view (IMO one of the best features of MM if you have a lot of emails because it's really fast)but its sort order is to show the oldest message on the top, whereas I have always the newest on the top (to avoid any scrolling etc.). Is there a way that I can make "newest first" a default? -- Robert M. Münch, CEO M: +41 79 65 11 49 6 Saphirion AG smarter | better | faster http://www.saphirion.com http://www.nlpp.ch signature.asc Description: OpenPGP digital signature ___ mailmate mailing list mailmate@lists.freron.com https://lists.freron.com/listinfo/mailmate