Re: Forward with attachments

2023-04-27 Thread Sam Kuper
On Thu, Apr 27, 2023 at 11:28:32AM -0400, Ofer Inbar wrote: > These days I usually do it by hitting 'v' on the original, separately > saving the attachments I want as local files, and then re-attaching > them to my reply or forward. If you want to save them locally, fair enough. If not, then afte

Re: Forward with attachments

2023-04-18 Thread Sam Kuper
On Tue, Apr 18, 2023 at 04:02:36PM -0500, Jason wrote: > 3. Open attachment view, tag all attachments including body, do 'tag > prefix' then 'forward', and select 'no' when asked whether to send as > attachments. This seems to do what I want for the most part, body text > is included in body and re

Re: Deleting large number of emails from busy mailbox

2023-04-17 Thread Sam Kuper
On Wed, Mar 15, 2023 at 08:47:44AM +0100, Vegard Svanberg wrote: > Multi-threaded GUI version coming up any time soon? ;-) Let's hope not. That would massively increase Mutt's attack surface and the burden on its maintainer. People who really want to expose themselves to the risk that multi-thre

Re: sample muttrc file for AOL email...

2023-04-13 Thread Sam Kuper
s!) Learning to distinguish between the two groups helps reduce stress. Good luck in your quest. Sam

Re: in search of OAuth2 tokens for Microsoft Office 365

2022-10-29 Thread Sam Kuper
inters to resources to help those poor souls unfortunate enough to have to battle this particular abomination from Microsoft's long line of abominations...) Thanks! Sam

Re: The way mutt handles long lines, seems odd/wrong to me

2022-10-01 Thread Sam Kuper
ngs per your terminal's normal behaviour. (You probably already knew this! But I'm mentioning it in case not, or in case helpful for anyone else reading this thread.) Cheers! Sam

Re: Identifying messages with no To: or CC: headers?

2022-09-02 Thread Sam Kuper
On Fri, Sep 02, 2022 at 04:03:22PM -0400, John Hawkinson wrote: >> Could you not prepend your EXPR with something like this? >> >> `^(Delivered|Envelope)-To:\ ` > > I belive that you want this to be all-lowercase, because those headers > can be any case, and mutt will search case-insensitivel

Re: Having problems with POP3 setup

2022-09-02 Thread Sam Kuper
;> behavior you are seeing with is expected. >>> >>> You may be happier just directly connecting to a pops:// URL via >>> one of your mailboxes instead; or with a more sophisticated tool, >>> such as Getmail (which Sam mentioned). >> >> S

Re: Identifying messages with no To: or CC: headers?

2022-09-02 Thread Sam Kuper
the Delivered-To/Envelope-To headers, As Obi-Wan Kenobi didn't say, "Use regular expressions, Luke!" Could you not prepend your EXPR with something like this? `^(Delivered|Envelope)-To:\ ` (Remove the backticks, of course. But don't forget the space after the backslash.)

Re: Postponing and forwarding

2022-08-31 Thread Sam Kuper
ard* messages to other users? Again, please read the manual. The function is available from the attachment menu, the index menu, and the pager menu. N.B. If you want to forward attachments too (or multiple parts of a multi-part message), you need to enter the attachment menu and select the parts/attachments that you wish to forward. Good luck, Sam

Re: Having problems with POP3 setup

2022-08-30 Thread Sam Kuper
ch other, and with IMAP standards. Probably because under the hood they typically run Dovecot, Cyrus, or Panda IMAP (Mark Crispin's post-UW fork of UW IMAP). So, to avoid dealing with non-standard IMAP setups, a reasonable strategy is to avoid the megacorps. Ideally, find an affordable email provider you like, and support them by using (and ideally, paying for) their services. Sam

Re: Visualising contents of a Maildir

2022-08-19 Thread Sam Kuper
On Fri, Aug 19, 2022 at 09:08:01AM +0200, martin f krafft via Mutt-users wrote: > Regarding the following, written by "Victor Goff" on 2022-08-18 at 20:09 Uhr > -0400: >> I have used https://tmate.io for those on Windows and those with a >> small amount of experience with computers in general. Si

Re: Visualising contents of a Maildir

2022-08-18 Thread Sam Kuper
On Thu, Aug 18, 2022 at 10:45:04AM +0100, Sam Kuper wrote: > If you find a lightweight markup language that has PDF output AND has > table markup tags that correspond one-to-one with the '|' filter's > ncurses strings, then you could use the `|` filter as Kevin propos

Re: Visualising contents of a Maildir

2022-08-18 Thread Sam Kuper
l you need is e.g. an image per PDF page, several tools can trivially achieve that (e.g. `img2pdf`). Some tools can also compress the images for you, or you can pipe the images via compression tools before assembling the PDF, to avoid creating a humungous PDF. > Sam is right, threads are digraphs,

Re: Visualising contents of a Maildir

2022-08-18 Thread Sam Kuper
On Wed, Aug 17, 2022 at 04:59:41PM -0500, Derek Martin wrote: > On Wed, Aug 17, 2022 at 09:33:44PM +0000, Sam Kuper wrote: >> On Wed, Aug 17, 2022 at 09:22:31PM +0200, martin f krafft via Mutt-users >> wrote: >> > For reasons you don't want to know, >> >>

Re: Visualising contents of a Maildir

2022-08-17 Thread Sam Kuper
don't want to know. > > I can make notmuch output json with threading, and then process that > with Python to create a list, but maybe there's a better tool? Again, why not just use Mutt? Sam

Re: Using several SMTP servers

2022-08-12 Thread Sam Kuper
your SMTP woes are over! Sam

Re: Using several SMTP servers

2022-08-12 Thread Sam Kuper
On Fri, Aug 12, 2022 at 08:53:23PM +0200, Daniel Tameling wrote: > On Fri, Aug 12, 2022 at 03:58:02PM +0000, Sam Kuper wrote: >> - Test/tweak/re-test msmtp until working. (E.g. using Mutt or GNU >> Mailutils's `mail` command to send emails from the command-line, >>

Re: Using several SMTP servers

2022-08-12 Thread Sam Kuper
m4-config exim4-daemon-light libgsasl7 > libmailutils6 libmu-dbm6. So I'll start with msmtp alone and see what > happens, perhaps. Alternatively, just install msmtp outside of Debian's package management system? msmtp is (by design, I believe) quite lightweight/standalone, so it's a good candidate for that approach. Good luck, either way! Sam

Re: Using several SMTP servers

2022-08-12 Thread Sam Kuper
On Fri, Aug 12, 2022 at 04:05:55PM +0200, Sébastien Hinderer wrote: > Hello Sam, many thanks for your interesting response! :) > Sam Kuper (2022/08/11 17:43 +): >> Consider using msmtp for sending, and msmtp-queue for queueing: >> >> https://lists.mutt.org/pipermai

Re: Using several SMTP servers

2022-08-11 Thread Sam Kuper
MTA does? > > I can't come up with a satisfactory solution and would really > appreciate feedback on this topic. Consider using msmtp for sending, and msmtp-queue for queueing: https://lists.mutt.org/pipermail/mutt-users/Week-of-Mon-20210208/002485.html Sam

Re: setting up subscribed groups

2022-08-05 Thread Sam Kuper
scribe" command allows for more than one regular expression as its parameters, is to allow for cases where, for instance, the user wishes to inform Mutt of subscriptions to: - multiple mailing lists, by using a single invocation of the "subscribe" command; or - a single mailing list that (unusually) uses multiple different list addresses. Sam

Re: mutt, imaps and OAuth2

2022-08-04 Thread Sam Kuper
On Thu, Aug 04, 2022 at 02:51:14PM +0200, Matthias Apitz wrote: > El día Donnerstag, August 04, 2022 a las 12:23:08 +0000, Sam Kuper escribió: >> On Thu, Aug 04, 2022 at 12:14:04PM +0200, Matthias Apitz wrote: >>> El día Donnerstag, August 04, 2022 a las 10:07:47 +, Sam Kuper

Re: mutt, imaps and OAuth2

2022-08-04 Thread Sam Kuper
On Thu, Aug 04, 2022 at 12:14:04PM +0200, Matthias Apitz wrote: > El día Donnerstag, August 04, 2022 a las 10:07:47 +0000, Sam Kuper escribió: >> As a *temporary workaround*, maybe see if you can edit the >> GMail/GoogleMail settings so that a copy of each incoming email is >

Re: mutt, imaps and OAuth2

2022-08-04 Thread Sam Kuper
und mails into Mutt. (Perhaps, as an adjunct to that workaround, if you are lucky, you will manage to get outbound email working directly from Mutt via GMail, so that you can also *send* work emails from Mutt.) Good luck! Sam

Re: too many useless warnings

2022-07-28 Thread Sam Kuper
On Wed, Jul 27, 2022 at 05:12:51PM +0100, Darac Marjal wrote: > On 27/07/2022 13:08, Fourhundred Thecat wrote: >> Hello, >> >> when I press key that is not bound, I get following warning in the >> lower left corner: >> >>   Key is not bound.  Press '?' for help. >> >> this is actually a helpful

Re: Mutt configuration tips

2022-06-14 Thread Sam Kuper
On Tue, Jun 14, 2022 at 03:26:47PM -0400, Christopher Conforti wrote: > * If you could give three tips to a new user, what would they be? Maybe these: - Try a bitmap font, for nice crisp text. (You may have to mess with your X or desktop or terminal configurations, to achieve this.

Re: ask-yes for sending?

2022-06-08 Thread Sam Kuper
On Tue, Jun 07, 2022 at 10:26:50AM -0500, bwalton.22...@leepfrog.com wrote: > Is there a way to configure my muttrc so that when I press "y" to send > the message, it will prompt for confirmation before actually sending? Instead of having Mutt invoke your MTA, you could have it invoke a script tha

Re: ask-yes for sending?

2022-06-08 Thread Sam Kuper
On Tue, Jun 07, 2022 at 08:31:50PM +0200, Marcus C. Gottwald wrote: > bwalton.22...@leepfrog.com asked (Tue 2022-Jun-07 10:26:50 -0500): >> Is there a way to configure my muttrc so that when I press "y" to >> send the message, it will prompt for confirmation before actually >> sending? > > In orde

Re: How to disable mailbox shortcuts in mailbox browser

2022-06-03 Thread Sam Lee via Mutt-users
On 2022-06-03 05:48 +, Sam Lee via Mutt-users wrote: > In the sidebar, my mailbox is displayed in a format like > "imaps://john-...@example.com/INBOX". However, in the mailbox browser > (accessed using keybinding 'y' or :exec browse-mailboxes), it is > displ

How to disable mailbox shortcuts in mailbox browser

2022-06-02 Thread Sam Lee via Mutt-users
In the sidebar, my mailbox is displayed in a format like "imaps://john-...@example.com/INBOX". However, in the mailbox browser (accessed using keybinding 'y' or :exec browse-mailboxes), it is displayed as "=INBOX". In the mailbox browser, how do I make Mutt display it as "imaps://john-...@example.c

Re: Mailcap selectively applying settings

2022-05-12 Thread Sam Kuper
html; lynx -dump %s | more If that doesn't help, please unpack what you mean by "seemingly ignored". E.g. give steps to reproduce the problem. That might help someone on this list get a better handle on troubleshooting with you. Sam -- A: When it messes up the order in which pe

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

2022-05-12 Thread Sam Kuper
On Wed, May 11, 2022 at 09:51:28PM +0100, Sam Kuper wrote: > Once you know your shell's quoting syntax, you will see that you can > probably achieve your goal in any of several different ways. Which to > use is a matter of taste. > > E.g. > >

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

2022-05-11 Thread Sam Kuper
at you can probably achieve your goal in any of several different ways. Which to use is a matter of taste. E.g. '/home/.user.gpg' vs "~"'/.user.gpg' If you still find yourself stuck (or even if you don't), you might want to try using Pass as a wra

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

2022-05-10 Thread Sam Kuper
n the long run, you might be better off using method 1 or 2 instead. > ---To respond a received email in Mutt pager I hit 'r', and all the > rest. I only change the destination email address, and eventually > send. But even after successfully sent, the "responded&q

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

2022-05-07 Thread Sam Kuper
t does not refresh/fetch new > email... In recent(ish) versions of Mutt, activity (e.g. using a cursor key to move up or down the index) *does* cause Mutt to check for new mail in the currently-displayed mailbox (i.e. mbox or Maildir). That's not the same as fetching mail, though. If you want to *fetch* mail, then you need to invoke your MRA (which could be Mutt, but could also be Getmail, Fetchmail, or Retchmail, etc). Sam

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

2022-05-05 Thread Sam Kuper
is configuration can >> vary from ISP to ISP. > > I didn't mean email provider, but ISP internet service I'm connected > to. > > And did test again: I connected to an internet network, did not > specify port in smtp_url, tried send email, and got: Could not connect >

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

2022-05-05 Thread Sam Kuper
n of Mutt next. (I know you said you can't do it, but where there's a will there's a way.) If, once you've got Mutt working and you've lived with it for a while, you decide you want some features that are more readily available in Neomutt then you could switch to Neomutt

Re: Colours aspell creating messages

2022-04-21 Thread Sam Kuper
On Thu, Apr 21, 2022 at 05:40:20AM +, Piet wrote: > Am 04/20/ schrieb Francesco Ariis: >> Il 20 aprile 2022 alle 12:54 Piet ha scritto: >>> I use Mutt with aspell to check my texts. >>> >>> Unfortunately the aspell dedections from potential errors are >>> highlighted so strong, that the spel

Re: Unexplained mutt error

2022-02-22 Thread Sam Kuper
On Tue, Feb 22, 2022 at 04:40:06PM -0600, Ion wrote: > Thanks to all of you for trying to solve my problem. But I have been > trying to setup mutt for nine days now. I have followed all your > advice and instructions to the best of my ability, to no avail. [...] > Much as I want to use a CLI clie

Re: mutt 2.2.0 released

2022-02-13 Thread Sam Kuper
Thank you from me, too!

Re: How is this spam hiding from mutt search?

2022-02-01 Thread Sam Kuper
;colon", "punctuation", "regex", and "regular expression" here, so that anyone searching the mailing list archives for help with this issue in future will more easily be able to find it. Sam -- A: When it messes up the order in which people normally read text. Q: Whe

Re: Can one get at the current mailbox name (directory)?

2022-01-27 Thread Sam Kuper
d myself. Let us know how you get on. Best wishes, Sam -- A: When it messes up the order in which people normally read text. Q: When is top-posting a bad thing? () ASCII ribbon campaign. Please avoid HTML emails & proprietary /\ file formats. (Why? See e.g. https://v.gd/jrmGbS ). Thank you.

How to stop Mutt from prompting for Subject

2021-12-23 Thread Sam Lee via Mutt-users
When I want to compose a new email, Mutt will prompt for the recipients ("To:"), followed by the subject ("Subject:"). How do I disable the prompting for the subject? The `autoedit` configuration option will not help here because it disables both prompts (i.e. both "To:" and "Subject:"). I only wan

How to warn before sending email if "Subject:" is empty

2021-12-23 Thread Sam Lee via Mutt-users
Is it possible to make Mutt warn about an empty "Subject:" right before sending the email? The `abort_nosubject` configuration variable is not relevant here because `abort_nosubject` is only for configuring what happens when there is no subject given at the subject prompt. I am looking for someth

Re: pretty-print mutt emails

2021-11-23 Thread Sam Kuper
On Mon, Nov 22, 2021 at 12:47:10AM +, Globe Trotter via Mutt-users wrote: > What is the recommended way to pretty-print mutt emails? I found a > sourceforge perl script called muttprint but that was last updated in > 2008, and I was wondering what folks here recommended? On systems without a w

Re: OT: "domain-level" email hosting services?

2021-10-24 Thread Sam Kuper
On Fri, Oct 22, 2021 at 08:43:02PM -0400, Nathan Stratton Treadway wrote: > So on the theory that there are likely to be other users of advanced > email-server functionality among the Mutt folks, I thought I would ask > here to see if anyone has recommendations for mail hosting services > that targ

Re: mutt with exchange+okta?

2021-06-12 Thread Sam Kuper
IMAP (and, optionally, via SMTP for sending, if SMTP disabled on Exchange server). There's a diagram here: http://davmail.sourceforge.net > And do you know if it's supposed to work with Okta? No idea, sorry. Why not try it and report back to the list, so that others may learn? Sam

Re: Marking as unread when moving mail to another folder

2021-02-16 Thread Sam Kuper
"set auto_tag=yesn<yset auto_tag=noy" macro pager ss "set auto_tag=yesn<yset auto_tag=noy" If anyone reading this knows of a better solution, please share it. Sam -- A: When it messes up the order in which people normally read text. Q: When is top-posting a bad thing

Mailman strips subject from DMARC messages (was: Re: Fwd:)

2021-02-16 Thread Sam Kuper
On Sat, Oct 24, 2020 at 12:49:12PM -0700, Kevin J. McCarthy wrote: > 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

Re: simple formatting possibilities

2021-02-16 Thread Sam Kuper
On Mon, Aug 31, 2020 at 01:06:48PM -0400, Mark H. Wood wrote: > Things like HTML and PDF are designed for finalized documents. PDF, yes. But historically, TimBL very much designed HTML for revisable documents. (Sadly, as was already pointed out earlier in the thread, many people are unwilling to

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

2021-02-15 Thread Sam Kuper
On Mon, Feb 15, 2021 at 06:00:47PM +, Chris Green wrote: > It's odd that none of the "maildir works like this" descriptions I > could find had anything about deleting mails. I agree. That's an unfortunate gap in the literature. -- A: When it messes up the order in which people normally read

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

2021-02-15 Thread Sam Kuper
ought to first move the files from "new" to "cur", and then delete them from "cur". A true mail guru may be able to shed light on this. IMO, the likelihood is low that any of these issues will bite you. Sam -- A: When it messes up the order in which people norm

Re: Should I have all my mailing lists in both 'lists' and 'subscribe'?

2021-02-15 Thread Sam Kuper
o ill-effects (besides perhaps an imperceptible processing delay) to mentioning all the lists both in "lists" and "subscribe". (I belive all the above is accurate. If I am mistaken, somebody please correct me!) Sam -- A: When it messes up the order in which people normally read text. Q: When is top-posting a bad thing? () ASCII ribbon campaign. Please avoid HTML emails & proprietary /\ file formats. (Why? See e.g. https://v.gd/jrmGbS ). Thank you.

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

2021-02-14 Thread Sam Kuper
On Sun, Feb 14, 2021 at 11:24:59AM +1100, Cameron Simpson wrote: > On 13Feb2021 19:29, Bhaskar Chowdhury wrote: >> How?? Show us...share with the people .. > > I collect my email with getmail, deliver to my local "+spool" mail > folder, a Maildir (~/mail/spool). > > I filter my messages using ma

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-14 Thread Sam Kuper
On Sun, Feb 14, 2021 at 10:25:21AM +0100, Angel M Alganza wrote: > msmtp-queue -r -- runs (flushes) all the contents of the queue > > Try running 'msmtp-queue -r' at your shell. It should trigger sending. > > Adding 'msmtp-queue -r' as a cron job should do it automatically. Exactly. If you want

Re: How to generate html mime message?

2021-02-13 Thread Sam Kuper
On Fri, Feb 12, 2021 at 10:19:07PM -, Grant Edwards wrote: > After a couple years of that, they turned of the SMTP server, so you > can only use Outlook or the OWA web API. No more using mutt for > work... Off-topic, but DavMail might let you resume using Mutt at work. Or switch jobs, since

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-13 Thread Sam Kuper
On Sun, Feb 14, 2021 at 02:43:32AM +0100, Angel M Alganza wrote: >On Sun, Feb 14, 2021 at 02:35:38AM +0100, Angel M Alganza wrote: >>On Sat, Feb 13, 2021 at 08:03:49PM +, Sam Kuper wrote: >>> On Fri, Feb 12, 2021 at 01:30:04PM +0100, Angel M Alganza wrote: >>>>

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-13 Thread Sam Kuper
On Sun, Feb 14, 2021 at 11:00:45AM +1100, Cameron Simpson wrote: > On 13Feb2021 20:03, Sam Kuper wrote: >> A queue script is included with msmtp, so you can have the best of >> both worlds :) >> >> https://git.marlam.de/gitweb/?p=msmtp.git;a=blob_plain;f=scripts/m

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

2021-02-13 Thread Sam Kuper
On Fri, Feb 12, 2021 at 09:45:41AM -0800, Kevin J. McCarthy wrote: > On Fri, Feb 12, 2021 at 02:25:44PM +0530, Bhaskar Chowdhury wrote: >> Please take out the dead url from the Configlist page under Configs > > Thanks, I've removed the dead link. > > Note, to anyone else: although the wiki is not

Re: UserPages dead url ..the first one the page

2021-02-13 Thread Sam Kuper
On Sat, Feb 13, 2021 at 06:59:04AM +0530, Bhaskar Chowdhury wrote: > On this page : https://gitlab.com/muttmua/mutt/-/wikis/UserPages > > The url: http://mutt.justpickone.org/ -- David T-G > > While clicking on the url Showing: > > "Error resolving “mutt.justpickone.org”: Name or service not

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-13 Thread Sam Kuper
msmtp/ > > I couldn't be happier! A queue script is included with msmtp, so you can have the best of both worlds :) https://git.marlam.de/gitweb/?p=msmtp.git;a=blob_plain;f=scripts/msmtpq/README.msmtpq;hb=HEAD Sam -- A: When it messes up the order in which people normally read tex

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-10 Thread Sam Kuper
On Mon, Feb 08, 2021 at 02:43:48PM -0600, boB Stepp wrote: > Today's task is to understand and install/configure "notmuch" to > search through this locally stored mail. Notmuch is quite nice in some ways, but (as Dan Bernstein kindly pointed out to me a couple of years ago), it probably isn't nece

Re: Truncated link in html email

2021-02-10 Thread Sam Kuper
On Mon, Feb 08, 2021 at 07:23:16PM -0600, boB Stepp wrote: > On 21/02/08 07:04PM, boB Stepp wrote: >> Just now I came across one of those html emails that Mutt + urlview >> does not seem to be able to handle. This was an email from the >> clinic I go to that has embedded a "CLICK TO CHECK-IN" butt

Re: Is it possible to change/add headers to incoming mail?

2020-12-09 Thread Sam Kuper
On Wed, Dec 09, 2020 at 03:23:20AM -0500, Philippe Meunier wrote: > raf wrote: >> for mail delivered locally, procmail could do it. > > procmail is not a good option anymore, and has not been for a while > now: > https://marc.info/?l=openbsd-ports&m=141634350915839 Debian continues to make securi

Re: mutt 2.0.0 released

2020-11-07 Thread Sam Kuper
On Sat, Nov 07, 2020 at 01:46:16PM -0800, Kevin J. McCarthy wrote: > My thanks to [the contributors], and to all the others who helped by > submitting tickets, testing, doing translation, and just providing > moral support. :-) Mutt is one of a tiny handful of habitable islands in the raging sea o

Re: Syntax for creating Muttrc.

2020-10-02 Thread Sam Kuper
On Thu, Oct 01, 2020 at 10:01:56PM -0700, Will Yardley wrote: > On Thu, Oct 01, 2020 at 09:58:17PM -0700, M.R.P. zensky wrote: >> Can someone tell me the syntax for creating a Muttrc file on linux? I >> have installed it on linux and am trying to understand how to >> configure it. > > man 5 muttrc

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

2020-10-01 Thread Sam Kuper
On Wed, Sep 30, 2020 at 04:39:52PM +0100, Chris Green wrote: > On Wed, Sep 30, 2020 at 03:20:50PM +0100, Sam Kuper wrote: >> On Wed, Sep 30, 2020 at 02:18:08PM +0100, Chris Green wrote: >>> I've attached them here anyway. >> >> Thanks :) Would you be willin

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

2020-09-30 Thread Sam Kuper
On Wed, Sep 30, 2020 at 02:18:08PM +0100, Chris Green wrote: > On Wed, Sep 30, 2020 at 12:03:41PM +0100, Sam Kuper wrote: >> On Tue, Sep 29, 2020 at 08:13:14AM +0100, Chris Green wrote: >>> On Mon, Sep 28, 2020 at 05:48:38PM -0500, Derek Martin wrote: >>>> I confess t

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

2020-09-30 Thread Sam Kuper
On Tue, Sep 29, 2020 at 08:13:14AM +0100, Chris Green wrote: > On Mon, Sep 28, 2020 at 05:48:38PM -0500, Derek Martin wrote: >> I confess to some curiosity here... What are you doing in your >> home-grown MDA, that you could not already do with procmail, which >> (if you're on a Linux system at le

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

2020-09-30 Thread Sam Kuper
mb2md on my existing mail folders, I ended up with a >>> single directory (~/Maildir) containing 2354 files mostly with >>> ridiculously long names! This just isn't a sensible way to organise >>> my mail. >> >> I might be talking nonsense, but that

Re: support for Office365?

2020-09-27 Thread Sam Kuper
On Fri, Jun 26, 2020 at 02:20:25PM -0400, Andrew D. Arenson wrote: > My organization is moving to Office365 and have decided, sadly, not to > support IMAP. > > Anyone have insight in how mutt might still be able to connect to > Office365? > > A co-worker has been investigating a project called davm

Re: support for Office365?

2020-09-27 Thread Sam Kuper
On Sun, Sep 27, 2020 at 10:16:07AM -0400, Spackman, Chris wrote: > On 2020/09/27 at 12:05pm, ed neville wrote: >> Just out of interest, does anyone know /why/ organisations, in their >> rampant desire to outsource to the cloud disable IMAP and SMTP >> protocols whilst doing that? Is something to be

Macro to mark as "read" and then archive

2020-07-28 Thread Sam Kuper
et learned how to split macros across multiple lines.) Maybe it is useful to you. If you find a bug in this macro, please let me know so that I can fix it. Thank you to all Mutt's developers and maintainers for creating such a powerful MUA. Sam -- A: When it messes up the order in whi

Re: mutt for office 365 mfa

2020-06-10 Thread Sam Kuper
On Wed, Jun 10, 2020 at 02:09:17PM -0400, Scott Brozell wrote: > The organization i work for has forced on us office 365 multi factor > authentication. In addition to outlook duo they are supporting > evolution and have setup a tenant and application id for it. > Is it possible to use those with m

Re: Mutt - a scriptable email client?

2020-06-09 Thread Sam Kuper
On Tue, Jun 09, 2020 at 11:06:57AM +0100, Sam Kuper wrote: > On Tue, Jun 09, 2020 at 10:36:28AM +0200, Bastian wrote: >> On 09Jun20 09:51+0200, Kia Niskavaara wrote: >>> I'm looking for a scriptable email client for linux cli. >>> Specifically I need to connect

Re: Mutt - a scriptable email client?

2020-06-09 Thread Sam Kuper
On Tue, Jun 09, 2020 at 10:36:28AM +0200, Bastian wrote: > On 09Jun20 09:51+0200, Kia Niskavaara wrote: >> I'm looking for a scriptable email client for linux cli. Specifically >> I need to connect it to a Gmail account using IMAP IDLE so that I >> will be able to find new emails almost immediately

Re: Inconvenient Signature Requirements

2020-05-04 Thread Sam Kuper
On Mon, May 04, 2020 at 03:54:09PM -0500, Kevin Monceaux wrote: > My employer is trying to force me to downgrade to Outlook. One of the > powers that be came up with the brilliant idea of having a standard > company signature, with logo, specific font requirements, etc. Is > there any way to incl

Re: Going GUI...er

2020-05-02 Thread Sam Kuper
On Sat, May 02, 2020 at 04:16:45PM -, Grant Edwards wrote: > Insisting that the world switch from HTML to plaintext for e-mail is > just tilting at a windmill. I don't insist that the world switch from HTML to plaintext. I do ask that, at least, compatibility be maintained. (By a similar tok

Re: Elimination of mime/html part

2020-04-30 Thread Sam Kuper
On Thu, Apr 30, 2020 at 08:54:25AM +0200, Angel M Alganza wrote: > [...] I've been looking for ways to remove the text/html part [...] > > Is there an automated way that you know of to get that done? Or do > you know of any third party program that could help me out? Python and some other progra

Re: Going GUI...er

2020-04-29 Thread Sam Kuper
On Wed, Apr 29, 2020 at 08:56:16AM -0400, Mark H. Wood wrote: > Two cultures in contact, which do not share customs and manners, can > disengage; they can fight; or they can agree on protocols that they > *will* share, even though the protocols make no sense *within* either > culture. > > So how ca

Re: Going GUI...er

2020-04-28 Thread Sam Kuper
On Tue, Apr 28, 2020 at 06:57:14PM +0100, Sam Kuper wrote: > On Thu, Apr 23, 2020 at 03:52:53PM -0500, Derek Martin wrote: >> On Mon, Apr 20, 2020 at 03:49:46PM +0100, Sam Kuper wrote: > If you want to read my emails [...] By which I meant "If you want to read emails

Re: Going GUI...er

2020-04-28 Thread Sam Kuper
On Thu, Apr 23, 2020 at 03:52:53PM -0500, Derek Martin wrote: > On Mon, Apr 20, 2020 at 03:49:46PM +0100, Sam Kuper wrote: >> On Fri, Apr 17, 2020 at 06:08:37PM -0500, Derek Martin wrote: >>> On Fri, Apr 10, 2020 at 01:09:12PM +0100, Sam Kuper wrote: >>>> On Thu, Ap

Re: Going GUI...er

2020-04-20 Thread Sam Kuper
On Fri, Apr 17, 2020 at 06:08:37PM -0500, Derek Martin wrote: > On Fri, Apr 10, 2020 at 01:09:12PM +0100, Sam Kuper wrote: >> On Thu, Apr 09, 2020 at 09:32:01AM -0500, Derek Martin wrote: >>> On Wed, Apr 08, 2020 at 01:17:12PM +0100, Sam Kuper wrote: >>>> On Tue, Ap

Re: Going GUI...er

2020-04-10 Thread Sam Kuper
On Thu, Apr 09, 2020 at 09:32:01AM -0500, Derek Martin wrote: > On Wed, Apr 08, 2020 at 01:17:12PM +0100, Sam Kuper wrote: >> On Tue, Apr 07, 2020 at 09:23:34PM -0500, Derek Martin wrote: >>> Sorry, but this is an archaic way of looking at the problem. >>> People have

Re: Going GUI...er

2020-04-08 Thread Sam Kuper
On Wed, Apr 08, 2020 at 03:08:45PM -0400, Ben Boeckel wrote: > On Wed, Apr 08, 2020 at 14:43:47 -0400, Kurt Hackenberg wrote: >> On 2020-04-07 22:18, Derek Martin wrote: >> >>> Then again, maybe I should just move everything to gmail and be done >>> with it. >> >> Please remember that Google read

Re: Going GUI...er

2020-04-08 Thread Sam Kuper
On Tue, Apr 07, 2020 at 09:18:37PM -0500, Derek Martin wrote: > I've said it before--I too would love a mutt-based (or mutt-similar) > GUI mail client. Frankly, no matter how much I love Mutt (and you > know I do), trying to make the case that Mutt's handling of modern, > every-day common e-mail m

Re: Going GUI...er

2020-04-08 Thread Sam Kuper
On Tue, Apr 07, 2020 at 09:23:34PM -0500, Derek Martin wrote: > On Sun, Apr 05, 2020 at 12:09:55AM +0100, Sam Kuper wrote: >> I'll assume you mean that the email has multiple parts or >> attachments, one (or more) of which is an HTML file and one (or more) >> of which

Re: Going GUI...er

2020-04-05 Thread Sam Kuper
On Sun, Apr 05, 2020 at 04:43:20PM -0400, Fred Smith wrote: > On Sun, Apr 05, 2020 at 12:45:09PM -0700, Felix Finch wrote: >> On 20200405, Akkana Peck wrote: >> >Is there any way to configure mutt to alert me at the top of the >> >message if there are any text/calendar or image/* attachments >> >an

Re: Going GUI...er

2020-04-05 Thread Sam Kuper
On Sun, Apr 05, 2020 at 01:08:05PM -0700, m...@amrx.net wrote: > On Sun, Apr 05, 2020 at 08:48:35PM +0100, Sam Kuper wrote: >> If/when it becomes possible to RSVP, in a machine-readable fashion >> directly from Mutt, to calendar-invites-sent-via-email, I'll switch >> to t

Re: Going GUI...er

2020-04-05 Thread Sam Kuper
On Sun, Apr 05, 2020 at 08:05:29AM -0700, m...@amrx.net wrote: > Truly, sending the human an E-Mail, to read, is a great response, but > could trigger a frustrating conversation about auto populating > calendar items, be prepared to defend your mutt way of life. Been there, done that. Several tim

Re: Going GUI...er

2020-04-05 Thread Sam Kuper
On Sat, Apr 04, 2020 at 09:06:13AM -0700, Felix Finch wrote: > On 20200404, Sam Kuper wrote: >>This ~/.mailcap works tolerably under Gnome [...] > > I've been using something similar for several years, and one thing > missing from this is a way to respond to invites. Pe

Re: Going GUI...er

2020-04-05 Thread Sam Kuper
On Sun, Apr 05, 2020 at 10:47:56AM +1000, raf wrote: > For other document attachments, I use various mailcap > filters to render things as text such as catdoc, > xls2csv, mutt.octet.filter and mutt.vcard.filter by > David A Pearson, vcalendar-filter by Martyn Smith etc. I knew about some of those,

Re: Going GUI...er

2020-04-05 Thread Sam Kuper
On Sat, Apr 04, 2020 at 07:18:42PM +0200, steve wrote: > I can display images, read pdf's, etc… but one thing I never managed > to do is open an html file containing images. I mean, I can send the > html part to firefox but the images don't follow. > > How do you guys cope with that? Depends what

Re: Going GUI...er

2020-04-04 Thread Sam Kuper
script below (above my email footer) is a snippet from my muttrc file, that I find helpful for viewing emails and their attachments, in conjunction with the above .mailcap . To you: good luck! And to Mutt's creators and maintainers: thank you! Sam # == Attachments == set attach_format="

Re: mutt IMAP configuration for outlook.office365.com

2020-03-12 Thread Sam Kuper
rc > contains one line, of the form: > >set password_variable='abc\$def' Yes, I think you are correct. Sorry for not spotting earlier that both those two lines in your .muttrc reference the same variable. Sam -- A: When it messes up the order in which people norm

Re: mutt IMAP configuration for outlook.office365.com

2020-03-12 Thread Sam Kuper
g problem occurs because email clients use the SMTP credentials, not IMAP credentials, to send email. I would suggest attempting the same workaround that you used for the IMAP password. I.e. escape the dollar sign in the smtp_pass field with a backslash. Let us know if this works. Sam -- A: When it

Configure quote-level when replying

2016-02-11 Thread Sam Burk
Hello, first time posting to the mutt mailing list. Is there a way to configure mutt to only quote the message I'm replying to? That is, just the first quoting level? I searched through the muttrc manpage to no avail, so I set up a vim mapping to remove any secondary quoting levels when I'm e

Re: Mutt setup advice for novice..

2015-03-22 Thread Sam Gwydir
tevelosh.com/blog/2012/10/the-homely-mutt/ It is a solid guide -- just know homebrew no longer carries the sidebar-patch. You can still find it at [5]. > Any suggestions, ideas, > your .muttrc files are appreciated greatly. Thanks. > > -- I would start simple and build up slowly.

Re: location of signature.

2002-09-06 Thread Sam Bashton
ters on the Return-Path: line. Seems to work so far at least.. -- Sam Bashton Systems Administrator IP Support

  1   2   >