Re: what is the command of group-reply
On Fri, May 05, 2017 at 09:13:36PM -0700, Will Yardley wrote: > On Sat, May 06, 2017 at 07:49:49PM +0800, Yubin Ruan wrote: > > > > Can anyone tell me what is the command of group-reply? > > Whenever replying a email with multiple `Cc' and recipents, I usually want > > to > > reply to all of them. This can be achieved by "Reply-to-all" in some mail > > clients. In Mutt, that is a single `g' in the pager. > > > > But as I have binded 'g' to another command, I have to bind the group-reply > > command to another key. How can I achieve that? > > You can bind it to whatever key you want if you're not going to use the > default binding. > > In hindsight, I wish I had rebound less stuff and just learned to use > Mutt's bindings when I first started. But as someone who had used Pine > for a while, I bound 'g' to cycle between mailboxes, and I use 'R' for > group reply. You could use capital G or whatever other binding is > convenient for you. > > e.g., > bind pager R group-reply > bind index R group-reply group-reply is exactly what I want. Thanks! Regards, Yubin
Scroll-off option for mutt
Hi, Is there a scroll-off option for mutt? In vim, you can use set scrolloff = 7 to make the editor scroll rather than changing pages when you get to the end of the current page, so that you can see things continuously. But for mutt's pager, it seems not possible to do so. Anyone know any alternative methods? Thanks, Yubin
remove empty reply-to header
Hello list, In the compose window I have an empty "Reply-To:" Header. Is this a mandatory Header Field? How can I remove these Header entry? or should I fill it out with my mail address from the "From" field? A mail partner is complaining about it and saied "Your reply-to is set odd" "Do not set the reply-to field, it break things" Best regards, Oliver
Re: remove empty reply-to header
* Oliver Graute [05-06-17 07:55]: > Hello list, > > In the compose window I have an empty "Reply-To:" Header. Is this a > mandatory Header Field? How can I remove these Header entry? or should I > fill it out with my mail address from the "From" field? man muttrc search for "reply_to" > A mail partner is complaining about it and saied "Your reply-to is set odd" > "Do not set the reply-to field, it break things" your "mail partner" is bonkers, has his mail client misconfigured or must use avenues different than he is accustomed when replying to your posts. http://emailuniverse.com/ezine-tips/?id=179 -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri Photos: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 Photos: http://wahoo.no-ip.org/piwigo@ http://linuxcounter.net
Re: Scroll-off option for mutt
On 07.05.17 03:36, Yubin Ruan wrote: > Hi, > Is there a scroll-off option for mutt? In vim, you can use > set scrolloff = 7 > to make the editor scroll rather than changing pages when you get to the end > of > the current page, so that you can see things continuously. But for mutt's > pager, > it seems not possible to do so. Anyone know any alternative methods? AFAICT, there's only menu_scroll, and half_up/half_down (half page) commands. If you were to bind the latter to a pair of keys, then you'd almost half have scrolling in the pager. On the other hand, if one were to set $pager to use vim rather than the built-in pager, then scrolloff would be gained ... but the ability to delete the message within the pager would be lost - you'd have to exit first. Naturally, vim would be invoked read-only, e.g. as "view", for a modicum of clumsiness protection. The pager can be set in hooks, e.g. so the external pager is only used for some folders or senders. Erik
Re: How to tell GUI MUAs to show message in a fixed font?
On Fri, Apr 28, 2017 at 09:23:57AM +0100, Darac Marjal wrote: > >mutt is a *text* application, not markup/markdown/html/css/ the way > >you define text on *your* system is what you get, not what is sent or what > >you send. > > Actually, mutt DOES have some support for more than text/plain. FWIW, Patrick didn't say text/plain, he said text. > If a message is in text/enriched type, mutt knows how to render that > to the terminal. Rendering in Mutt is not the point... It's generation of text with a particular rendering on the receiving end. But since you brought it up, I believe RTF is a dead standard, and IIRC only a handful of mail clients support it. If so it's not a generalized solution... And even Mutt's support for it does not include *generating* it... that requires you to create the document in your editor and tell Mutt (explicitly or by file extension) that the file is rich text, when you attach it to your message. > I can see that a sufficiently motivated developer could add, say, a > markdown parser there just as easily (or if markdown is too vague, > something as safely-defined as text/enriched). Aside from being beside the point, don't put that in Mutt--that's what MIME is for. > To me, the larger hurdle is writing messages in a markup language. It's not a hurdle--it just isn't Mutt's job. Lots of things can format markup, including your editor, which is where your e-mail messages generally are composed... > Is there any method in mutt to cope with the fact that $EDITOR has > just passed it something other than text/plain (that is, some method > OTHER than ^T on the compose screen)? Yes, it's called MIME. Save your document with an appropriate file name and extension, and attach it to your message. That's how this is SUPPOSED to work... and it does. For what it's worth, I sympathize with the ask here. I've long wanted to be able to do very basic formatting in e-mail messages--mostly just bold and italics, with perhaps the occasional alignment. But long ago the industry decided to use HTML for this, and it's now ubiquitous, so you should probably just do that. But if you want to do that with Mutt, you still need to compose the HTML yourself, save it, and attach it to your message. Or, you could put the HTML right in your message body, and then change the type from the attachment view. I did actually just test that, and it does work... Although it made me realize that I've all but forgotten HTML. =8^) -- Derek D. Martinhttp://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -=-=-=-=- This message is posted from an invalid address. Replying to it will result in undeliverable mail due to spam prevention. Sorry for the inconvenience. pgpHuh_qfqYQb.pgp Description: PGP signature
Re: Scroll-off option for mutt
On Sun, May 07, 2017 at 03:36:41AM +0800, Yubin Ruan wrote: > Is there a scroll-off option for mutt? In vim, you can use > set scrolloff = 7 > to make the editor scroll rather than changing pages when you get to the end > of > the current page, so that you can see things continuously. But for mutt's > pager, > it seems not possible to do so. Anyone know any alternative methods? and can scroll line by line. $pager_context can give you some overlap when scrolling page by page. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature
Re: Scroll-off option for mutt
On Sat, May 06, 2017 at 09:50:50AM -0700, Kevin J. McCarthy wrote: > On Sun, May 07, 2017 at 03:36:41AM +0800, Yubin Ruan wrote: > > Is there a scroll-off option for mutt? In vim, you can use > > set scrolloff = 7 > > to make the editor scroll rather than changing pages when you get to the > > end of > > the current page, so that you can see things continuously. But for mutt's > > pager, > > it seems not possible to do so. Anyone know any alternative methods? > > and can scroll line by line. $pager_context > can give you some overlap when scrolling page by page. Hmm...I mean the index (where all the emails are listed), not pager. I can make the pager scroll. But I cannot make the index do so. Sorry for the misuse of terminology. --- Yubin
Re: Scroll-off option for mutt
On Sun, May 07, 2017 at 05:43:00PM +0800, Yubin Ruan wrote: > On Sat, May 06, 2017 at 09:50:50AM -0700, Kevin J. McCarthy wrote: > > On Sun, May 07, 2017 at 03:36:41AM +0800, Yubin Ruan wrote: > > > Is there a scroll-off option for mutt? In vim, you can use > > > set scrolloff = 7 > > > to make the editor scroll rather than changing pages when you get to the > > > end of > > > the current page, so that you can see things continuously. But for mutt's > > > pager, > > > it seems not possible to do so. Anyone know any alternative methods? > > > > and can scroll line by line. $pager_context > > can give you some overlap when scrolling page by page. > > Hmm...I mean the index (where all the emails are listed), not pager. I can > make > the pager scroll. But I cannot make the index do so. Sorry for the misuse of > terminology. Sorry about my misunderstanding. As Erik mentioned, there is $menu_scroll, but may want to also try setting $menu_context=7. With both of them set, I hope that may be close to what you are looking for. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature