Hi Luke! I'm really impressed, thank you so much for the Mutt wizard. A couple of years ago I set up mutt by hand. I had no idea, what I was running into. However after a couple of hours it worked. With your wizard it took me just 5 minutes. Great work, thank you so much again!!!
A really important thing to bear in mind is that when using the wizard, if your "Trash" folder is not called "Trash" in your email client, you must manually add "set trash = "+'name of trash folder' " or deleting an email in mutt will skip the Trash folder and delete the email permanently.
With your awesome teaching capabilities I'm sort of shocked that you haven't made a git video yet, anyways thanks for the video I love your mutt-wizard!
git is very popular vc system so there are so many vids available, good thing about lukes videos are that it is often about the things which are not very common to see but those things still makes us very productive
Thank you for making this!! I was expecting to loose the entire night confituring mutt, but it took me literally 5 minutes. With notifications and everything!!
This is not how mutt-wizard works now. There's no 'wizard' anymore just "mw -a mail@domain.com". Everytime it says log-on not successful without saying why. How am I supposed to debug this? Yeah yeah I know I'm stupid. Thanks Luke for stating the obvious.
Thanks. Mutt Wizard work perfectly. I tried Mutt in the past and MW makes it much easier to get going. Neomutt will take some getting used to. However, it will be work it once I am familiar to the key bindings. Cheers.
I swear by the mutt/neomutt email client. Nice light-weight way to keep track of your emails instead of having to keep a bloated browser open. Thank you for making the wizard Luke. It's priceless
Wow well done, just made setting up mutt super easy, I did get a few non critical errors thought I would post them. got these errors on first run but it still worked, have now commented them out Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 49: view-raw-message: no such function in map (bind index,pager H view-raw-message) Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 51: top-page: no such function in map (bind pager,browser gg top-page) commeted this line out but gg still works Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 52: bottom-page: no such function in map (bind pager,browser G bottom-page) commented out but still works Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 85: index_author: no such object (color index_author red default '.*') Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 86: index_number: no such object (color index_number blue default) Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 87: index_subject: no such object (color index_subject cyan default '.*') Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 91: index_author: no such object (color index_author brightred black "~N") Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 92: index_subject: no such object (color index_subject brightcyan black "~N") Error in /home/dka/.config/mutt/muttrc, line 2: source: errors in /usr/share/mutt-wizard/mutt-wizard.muttrc source: errors in /home/dka/.config/mutt/muttrc
You should take a look into potentially taking a look at the MX records on the domain given to give a best guess on what the IMAP and SMTP settings should be. A lot of the time they're just going to be the MX record and the standard 993 and 465. As well as that it could let you check for custom domains on hosted mail services to find them as well.
Thank you so much for your mutt wizard!! I was going crazy with the configs for days with my university, gmx and gmail account. Now I just need to find out how to sent non encrypted plain text mails... Is there an option in neomutt itself, or in which config file do I have to look for it? How can I uncheck PGP encryption for an outgoing mail?
Hey Luke and guys. Linux newbie here. I managed to install Mutt Wizard and set up my email following the instructions of this video. My mail is synced and ready. I have many images attached to my emails. Is there any way to search for all the .jpg files and move them on a folder on my desktop for example. If yes how can I do that? So far I managed to search for all the .jpg files using Control + B and typing .jpg to the search box on the bottom. What next? Thanks in advance for your help.
Running Parrot Security OS - tried doing everything as you said and mw does nothing now and trying to mbsync -a I get this "Cannot open config file '/root/.mbsyncrc': No such file or directory". About to say screw this and just go back to alpine...
if I have a very large inbox that is already stored offline in Thunderbird, is there any way to convert without redownloading? Or better, any way to share it between the two? Congrats on the wizard, it's an awesome piece of software
Interesting project man! Started using it today. I have one concern, there's any way I can speed up the "evaluating cache" time at startup? It takes around 1 minute to load my email, when I'm just interested in the first 10-15 emails most of the time. Any suggestion? Thanks in advance.
5 років тому+5
Hi Luke! If I don't delete my old configuration, will this new installation detect or re-download all emails?
Depends on which version of mutt-wizard you originally used actually. A couple months ago, mw kept mail for an account $ACC in ~/.mail/$ACC, but more recently, it keeps it in ~/.local/share/mail/$ACC. If you originally got a version of mutt-wizard from a couple weeks or months ago that uses isync/mbsync, you should be able to manually move your mail there and continue downloading. If you're using an older mutt-wizard version though, mbsync _might_ get confused and try to double-up your mail!
if anyone as of May 30th 2022 is having trouble logging into a Gmail account using mutt wizard, it's because Google has essentially made Gmail incompatible with it and all other SMTP-based email clients.
Is there a way to write replies with neomutt "injecting" reply text within HTML containing quoted message with all the formatting saved? I want to move to mutt, as I tired from problems with email sync and I want to control it myself. But people I work with will hate me forwarding/quoting emails losing all the formatting.
How do I start out fresh? I think I tried setting it up but failed at a step, because it doesn't list any emails, but when I try to add mine it asks for a passphrase that I don't think I set
im running antix linux and i run into a problem. When i tried to run "mw" after following all the necessary steps, a message pops up saying "mbsync must be installed to run mutt-wizard". However when i tried installing mbsync, i get an error "unable to locate package mbsync". Don't know if this problem only occurs to me, or is bound to happen in antix. Just putting this out for anyone else that might have the same problem
I would like to know how to have the name of the box in the sidebar, I tried to figure out how it is called to find the answer on the internet, but, I couldn't...
Hi Luke, Why didn't you configure notmuch for neomutt like proposed on the arch wiki? This way you don't need the clunky search macro. wiki.archlinux.org/index.php/Notmuch#Integrating_with_NeoMutt in muttrc: set folder=notmuch-root-folder "probably ~/.mail" macro index \Cf "" "Search mailbox" in .config/accounts you will have to adapt the folder as the root folder is now ~/.mai and not ~/.mail/your-account For example: =Inbox is now =gmail/Inbox
This is awesome..Thanks a lot for the effort you've put in. One thing I cannot figure why it is not working is the g+s g+i key bindings. It says 'Key is not bound'. Any idea please? thanks
I was using old version, so I purged and manually deleted all the files. When trying to add account again I get "Error: flattened mailbox name '[Gmail]/Spam' contains canonical hierarchy delimiter (also happens for sent, marked, all etc, basically all options). Log-on not succesful -> It seems that either you inputted the wrong password or server settings, or there are other requirements for your account out of the control of mutt-wizard. Not sure how to deal with this.
I get "NO [AUTHENTICATIONFAILED] Invalid credentials (Failure) Log-on not successful. It seems that either you inputted the wrong password or sever settings, or there are other requirements for your account out of the control of mutt-wizard." I also was using old version and did the same thing.
As interesting as this all is. I am unable to set this up for Gmail. So far: -Generating the keypair. (Success) -Password initialization. (Success) -Mutt-wizard (Partial success: RUns almost to the very end, gets stuck at "Creating profiles for `mailname`...DONE" Need to use CTRL-C) -mbsync (Doesn't work with default config. "Adding AuthMech LOGIN" fixes it and creates the mail folder apparently without issue.) The real issue comes when running neomutt. If I run it at this point it complains that /var/user/mail/ isn't a mailbox (Which is because it doesn't recognize ~/.local/shared/mail as such). Adding "set spoolfile = +INBOX" partially fixes it. Now I can use mutt with the contents of the Inbox folder, but can't see the rest of the folders downloaded by mbsync. (Neomutt sidebar is empty). Any suggestions on where could the issue be? I would think that CTRL-Cing the mutt-wizard could be causing trouble, but all of it-s configs seem to have been generated succesfully: ~/.config/mutt/accounts/1-mailname.muttrc /usr/share/mutt-wizard/mutt-wizard.muttrc ~/.config/mutt/muttrc (Which sources the previous two)
I tried to install the Mutt-wizard on Debian container, but although it seems to install without errors it doesnt respond to mw or appear in apt list. I see a mw-debian compliance zip file - is this a script or replacement program for debian?
So I've run the mutt-wizard and it seems to have changed mutt and added vim keybindings, but it doesn't remember my password 🤔 makes me input the smtp and imap passwords every time. Anyone got anything that could help me?
Hi friend, I recently discoverd mutt and I love it. Can I start and script when receive an email? I want to parse email content and if contain some keyword execute my script. Is it possible?
Another question, some of my emails contains words in Hebrew, which is written from right to left and neomutt doesn't seem to know how to handle them and instead throws them in left to right order (Example: imgur.com/a/V74s6ij), is there a way to fix it?
How big. Of a backlog will mutt download for offline use? Can I allocate a specific amount of storage for offline use? If yes what happens if one of the emails has a huge attachment (size > allocated storage)?
Hey! in this video, you are not using the same email as your pass gpg key, but you didn't get the same error.. or do you also have a mutt@cock.li gpg too?
Can I limit the timeframe from which emails will be sync'd? I'd rather only download the mails of the last 3 months rather than having 50 gigs of mail on my local system
You might want to check the isync/mbsync manuals for that. I do something that accomplishes the same thing by archiving all older mail in another box that I can keep from syncing.
Is the theme automatically set with mutt-wizard? I'm having a horrible time getting solarized colors working with neomutt and wonder if I should just run this for some decent colors.
@@LukeSmithxyz ah, I seem to remember you mentioning that. I was thinking of using something like that but it probably wouldn't handle off screen links in pagers and weechat and stuff, right?
Hey Luke, I can't finish the setup because my mailbox has two-step verification on. Is there a way to use the wizard without disabling the two-step verification?
Not a hundred percent sure, but I think you need to look into getting something called an OAuth Key. I could be wrong, but I hope that points you in the right direction.
Excellent video!! do you have any on mutt for advance search queries? However is it even possible to do an advance query on mutt and do a batch operation on it? like delete all the mail where subject: "*discount* and (from=dnr@macy.com or from = dnr@jcpenny.com) and data < 05/05/2018
Hi luke smith, 1) i am getting confused on how to access multiple account mail boxes. Could u help me with that plz? 2) also some example syntax to send mail from terminal with a particular account plz. 3) how to include muttwizard notification on polybar in i3?
Oh I see. mail.com used to use 995 as an IMAP port, which is irregular and the mutt-wizard expected this. Now it looks like they use 993 like most people. Redownload/install mutt-wizard in 30 minutes and I'll make sure to have this patched by then.
Terminal email seems to be of limited use, since email has been infested with remote images and other crap you can't really parse in a terminal. Basically just as useless and frustrating as browsing the internet in the terminal.
Old mutt-wizard works great at the office .... Can't get the new mw to work at home. I get this when i run #mw bash: /home/mynane/.config/mutt/mutt-wizard.sh: No such file or directory. Yes neomutt is installed. Installed mw by yay -s mutt-wizard-git
You're using my dotfiles back from when mw was aliased to the mutt command. Remove that line from your bashrc/aliasrc or just run `unalias mw` and then run mw.
@@LukeSmithxyz That did the trick. Thanks ! PS- The new mutt-wizard works great. I've moved from evolution (email client) to neomutt at work (office365) too ! Printing was my biggest hurdle. Using a script that previews your print-out in Zathura (or the pdf viewer of your choice) first before you print. Using enscript and ps2pdf. Can you do a video on the print_command in neomutt?
56% of test audiences agree that this is your best thumbnail yet.
Based ⚡⚡
13% McDonald's grease
1/1024 Scandinavian
"I'm German-American"
Hi Luke! I'm really impressed, thank you so much for the Mutt wizard. A couple of years ago I set up mutt by hand. I had no idea, what I was running into. However after a couple of hours it worked. With your wizard it took me just 5 minutes. Great work, thank you so much again!!!
UA-cam algorithm: Hello Luke Smith, here are videos from Luke Smith which you might like
nice
A really important thing to bear in mind is that when using the wizard, if your "Trash" folder is not called "Trash" in your email client, you must manually add "set trash = "+'name of trash folder' " or deleting an email in mutt will skip the Trash folder and delete the email permanently.
Donated 50 bucks for the wizard, as this is awesome piece of the soft
You sir are a hero. Thank you so much for making this, I was stuck for hours trying to get mbsync to work! Thanks Luke, keep up the excellent work!
Thanks for the effort you put into this! It truly is the email solution that sucks the less in my opinion.
With your awesome teaching capabilities I'm sort of shocked that you haven't made a git video yet, anyways thanks for the video I love your mutt-wizard!
yes, make an in-depth git tutorial, I'd jizz my diapers
git is very popular vc system so there are so many vids available, good thing about lukes videos are that it is often about the things which are not very common to see but those things still makes us very productive
What a timing ! I just watched part 1 of this video like a second ago
He hacked the algorithm
Thank you for making this!! I was expecting to loose the entire night confituring mutt, but it took me literally 5 minutes. With notifications and everything!!
Can't wait for La Luz Extinguido Command Line Interface Web Browser
You're killing it with the memes man
This is not how mutt-wizard works now. There's no 'wizard' anymore just "mw -a mail@domain.com". Everytime it says log-on not successful without saying why. How am I supposed to debug this? Yeah yeah I know I'm stupid. Thanks Luke for stating the obvious.
@World Cycling Entertainment I forgot I made this comment. I switched to GMail like a pleb
5:00 I used 'linux' on the desktop for 20+ years and it's crazy (depressing?) that these vanilla gnome dialogs have not changed in appearance at all.
Thanks. Mutt Wizard work perfectly. I tried Mutt in the past and MW makes it much easier to get going. Neomutt will take some getting used to. However, it will be work it once I am familiar to the key bindings. Cheers.
I have been checking your github thanks especially your dwm notes are wonderfull.
I swear by the mutt/neomutt email client. Nice light-weight way to keep track of your emails instead of having to keep a bloated browser open. Thank you for making the wizard Luke. It's priceless
Three years ago you saved like 5 hours worth of my life time. I owe you one.
Wow well done, just made setting up mutt super easy, I did get a few non critical errors thought I would post them.
got these errors on first run but it still worked, have now commented them out
Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 49: view-raw-message: no such function in map
(bind index,pager H view-raw-message)
Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 51: top-page: no such function in map
(bind pager,browser gg top-page) commeted this line out but gg still works
Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 52: bottom-page: no such function in map
(bind pager,browser G bottom-page) commented out but still works
Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 85: index_author: no such object
(color index_author red default '.*')
Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 86: index_number: no such object
(color index_number blue default)
Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 87: index_subject: no such object
(color index_subject cyan default '.*')
Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 91: index_author: no such object
(color index_author brightred black "~N")
Error in /usr/share/mutt-wizard/mutt-wizard.muttrc, line 92: index_subject: no such object
(color index_subject brightcyan black "~N")
Error in /home/dka/.config/mutt/muttrc, line 2: source: errors in /usr/share/mutt-wizard/mutt-wizard.muttrc
source: errors in /home/dka/.config/mutt/muttrc
Wow MuttWizard is amazing! Thanks so much for making this! Allows noobs like me to feel snazzy ;P
It would be nice if you made a video about setting up an email server as well
Now he has one!
I use gui and mouse btw
So old school...
Thank you for this awesome program :D
mutt-wizard is now in the Debian main repos (At least for Bookworm I didn't check Bullseye)
You should take a look into potentially taking a look at the MX records on the domain given to give a best guess on what the IMAP and SMTP settings should be. A lot of the time they're just going to be the MX record and the standard 993 and 465. As well as that it could let you check for custom domains on hosted mail services to find them as well.
I got this working. Took a bit of debugging because of special characters in my passwords, but is nice.
I AM SEEING YOU USING RANGER INSTEAD OF VIFM
I'm having exactly the same problem Satyam Bhardwaj stated a week ago.
how is you here
Thank you so much for your mutt wizard!! I was going crazy with the configs for days with my university, gmx and gmail account. Now I just need to find out how to sent non encrypted plain text mails... Is there an option in neomutt itself, or in which config file do I have to look for it? How can I uncheck PGP encryption for an outgoing mail?
When writing an email, hit and I can see all the security options and change them. That works! At least manually
wuhuu, luke made software in the aur! nice
Can you do one about more advanced mutt usage like automatic inbox filtering, email search, syncable contact adressbooks, etc.
very helpful had mutt up and working in less than 3 min
Thanks so much Like! Does now the wizard automatically sync mails offline? It does not ask anymore during installation, like in your video.
Hey Luke and guys. Linux newbie here. I managed to install Mutt Wizard and set up my email following the instructions of this video. My mail is synced and ready. I have many images attached to my emails. Is there any way to search for all the .jpg files and move them on a folder on my desktop for example. If yes how can I do that? So far I managed to search for all the .jpg files using Control + B and typing .jpg to the search box on the bottom. What next? Thanks in advance for your help.
Running Parrot Security OS - tried doing everything as you said and mw does nothing now and trying to mbsync -a I get this "Cannot open config file '/root/.mbsyncrc': No such file or directory". About to say screw this and just go back to alpine...
Just a friendly reminder that mutt-wizzard is also available in Gentoo
Luke, where can I found your Ph.D in linguistics? Thanks
if I have a very large inbox that is already stored offline in Thunderbird, is there any way to convert without redownloading? Or better, any way to share it between the two? Congrats on the wizard, it's an awesome piece of software
Thanks for the video and the wizard itself. I would love to use it but I have one major issue: How to set up if the server has no SSL encryption?
Interesting project man! Started using it today. I have one concern, there's any way I can speed up the "evaluating cache" time at startup? It takes around 1 minute to load my email, when I'm just interested in the first 10-15 emails most of the time. Any suggestion? Thanks in advance.
Hi Luke!
If I don't delete my old configuration, will this new installation detect or re-download all emails?
Depends on which version of mutt-wizard you originally used actually. A couple months ago, mw kept mail for an account $ACC in ~/.mail/$ACC, but more recently, it keeps it in ~/.local/share/mail/$ACC.
If you originally got a version of mutt-wizard from a couple weeks or months ago that uses isync/mbsync, you should be able to manually move your mail there and continue downloading. If you're using an older mutt-wizard version though, mbsync _might_ get confused and try to double-up your mail!
if anyone as of May 30th 2022 is having trouble logging into a Gmail account using mutt wizard, it's because Google has essentially made Gmail incompatible with it and all other SMTP-based email clients.
Is there a way to write replies with neomutt "injecting" reply text within HTML containing quoted message with all the formatting saved? I want to move to mutt, as I tired from problems with email sync and I want to control it myself. But people I work with will hate me forwarding/quoting emails losing all the formatting.
How do I start out fresh? I think I tried setting it up but failed at a step, because it doesn't list any emails, but when I try to add mine it asks for a passphrase that I don't think I set
Nicely done!
im running antix linux and i run into a problem. When i tried to run "mw" after following all the necessary steps, a message pops up saying "mbsync must be installed to run mutt-wizard". However when i tried installing mbsync, i get an error "unable to locate package mbsync". Don't know if this problem only occurs to me, or is bound to happen in antix. Just putting this out for anyone else that might have the same problem
Gmail and Office365 mails are pretty hard to setup.
I would like to know how to have the name of the box in the sidebar, I tried to figure out how it is called to find the answer on the internet, but, I couldn't...
NIce video learned a lot about mutt/neomutt
Hey Luke, for your vulture server email you created, did you have to put your user (Ted) in the Login(?): field?
Hi Luke,
Why didn't you configure notmuch for neomutt like proposed on the arch wiki?
This way you don't need the clunky search macro.
wiki.archlinux.org/index.php/Notmuch#Integrating_with_NeoMutt
in muttrc:
set folder=notmuch-root-folder "probably ~/.mail"
macro index \Cf "" "Search mailbox"
in .config/accounts you will have to adapt the folder as the root folder is now ~/.mai and not ~/.mail/your-account
For example: =Inbox is now =gmail/Inbox
What is the program being run at 9:38? He appears to type in `lf` but that's probably an alias.
Looks like ranger, so yeah my guess would be an alias as well.
This is awesome..Thanks a lot for the effort you've put in. One thing I cannot figure why it is not working is the g+s g+i key bindings. It says 'Key is not bound'. Any idea please? thanks
I was using old version, so I purged and manually deleted all the files. When trying to add account again I get "Error: flattened mailbox name '[Gmail]/Spam' contains canonical hierarchy delimiter (also happens for sent, marked, all etc, basically all options). Log-on not succesful -> It seems that either you inputted the wrong password or server settings, or there are other requirements for your account out of the control of mutt-wizard.
Not sure how to deal with this.
I get "NO [AUTHENTICATIONFAILED] Invalid credentials (Failure)
Log-on not successful.
It seems that either you inputted the wrong password or sever settings, or there are other requirements for your account out of the control of mutt-wizard."
I also was using old version and did the same thing.
As interesting as this all is. I am unable to set this up for Gmail. So far:
-Generating the keypair. (Success)
-Password initialization. (Success)
-Mutt-wizard (Partial success: RUns almost to the very end, gets stuck at "Creating profiles for `mailname`...DONE" Need to use CTRL-C)
-mbsync (Doesn't work with default config. "Adding AuthMech LOGIN" fixes it and creates the mail folder apparently without issue.)
The real issue comes when running neomutt. If I run it at this point it complains that /var/user/mail/ isn't a mailbox (Which is because it doesn't recognize ~/.local/shared/mail as such). Adding "set spoolfile = +INBOX" partially fixes it. Now I can use mutt with the contents of the Inbox folder, but can't see the rest of the folders downloaded by mbsync. (Neomutt sidebar is empty).
Any suggestions on where could the issue be? I would think that CTRL-Cing the mutt-wizard could be causing trouble, but all of it-s configs seem to have been generated succesfully:
~/.config/mutt/accounts/1-mailname.muttrc
/usr/share/mutt-wizard/mutt-wizard.muttrc
~/.config/mutt/muttrc (Which sources the previous two)
I tried to install the Mutt-wizard on Debian container, but although it seems to install without errors it doesnt respond to mw or appear in apt list. I see a mw-debian compliance zip file - is this a script or replacement program for debian?
So I've run the mutt-wizard and it seems to have changed mutt and added vim keybindings, but it doesn't remember my password 🤔 makes me input the smtp and imap passwords every time. Anyone got anything that could help me?
Thoughts on TEXTING to mobile devices?
Love Mutt. Thanks
cannot pass the point that asks to set pass must be installed..... What could I be missing?
Can someone help me set this up step by step, I’m confusing myself with all these commands. Please and thank you.
Hi friend, I recently discoverd mutt and I love it.
Can I start and script when receive an email? I want to parse email content and if contain some keyword execute my script. Is it possible?
What's the thing with the Git Domains list?
Another question, some of my emails contains words in Hebrew, which is written from right to left and neomutt doesn't seem to know how to handle them and instead throws them in left to right order (Example: imgur.com/a/V74s6ij), is there a way to fix it?
How to open attached ... pdf/webpage?
Where is the desktop wallpaper from?
Does the sidebar automatically appear when you create the folders/boxes?
Thank you!
What's the "se" command he uses?
How big. Of a backlog will mutt download for offline use? Can I allocate a specific amount of storage for offline use? If yes what happens if one of the emails has a huge attachment (size > allocated storage)?
You can specify how many messages you want it to keep offline. Check the manual for mbsync for more options.
I have pass setup with a gpg key, but I got and error `gpg: error reading key: No public key` directly after entering my email address.
Ahh, I'm reading the code. I see what happened: the email that I use for my pass gpg key does not match $fulladdr.
Hey! in this video, you are not using the same email as your pass gpg key, but you didn't get the same error.. or do you also have a mutt@cock.li gpg too?
Desktop wallpaper link please. TY
Can I limit the timeframe from which emails will be sync'd? I'd rather only download the mails of the last 3 months rather than having 50 gigs of mail on my local system
You might want to check the isync/mbsync manuals for that. I do something that accomplishes the same thing by archiving all older mail in another box that I can keep from syncing.
new mutt-wizard don't create .config/mutt/creadentials, so i can't send emails.
Same problem
Wizard ask for /etc/ssl/certs/ca-certificates.crt but i just have ca-bundle.crt and ca-bundle.trust.crt in the same folder. Can i change it ?
Same issue. /home/lachlan/sent is not a mailbox.
How do i change default file manager lol because i dont like vifm and i want it to be ranger
Can someone give me a quick hint how can i sort e-mails in my mailxbox?
Is the theme automatically set with mutt-wizard? I'm having a horrible time getting solarized colors working with neomutt and wonder if I should just run this for some decent colors.
Yes, it's automatically set, although you can override it if you want.
@@LukeSmithxyz Finally got around to running mw and it works (and looks) great!
Can it allow me to Accept/Decline Google Calendar's events like in Thunderbird?
Amerifat Creatura electronic mail.
Noticed why urlview/urlscan was missing then saw you had it at one point but removed it in a commit in February. Any reason for this?
I have a url detector key binding in my terminal build now that replaces both. See my more recent video on st.
@@LukeSmithxyz ah, I seem to remember you mentioning that. I was thinking of using something like that but it probably wouldn't handle off screen links in pagers and weechat and stuff, right?
thanks luke
What file explorer is that ?
Superb.
/usr/share/mutt-wizard/mutt-wizard.muttrc could not be sourced
had the same error. update your neomutt
Hey Luke, I can't finish the setup because my mailbox has two-step verification on. Is there a way to use the wizard without disabling the two-step verification?
Not a hundred percent sure, but I think you need to look into getting something called an OAuth Key. I could be wrong, but I hope that points you in the right direction.
How about this?
support.google.com/mail/answer/185833?hl=en
Yep thanks ! , that solved the problem @@superurgmail
@@gglebq Great! Glad I could help.
you lived in hz?
think Im doomed to fail with this lol...
Excellent video!! do you have any on mutt for advance search queries? However is it even possible to do an advance query on mutt and do a batch operation on it? like delete all the mail where subject: "*discount* and (from=dnr@macy.com or from = dnr@jcpenny.com) and data < 05/05/2018
how to reinstall mutt wizard
Anyone made a nixos conf for this yet?
are you using linux ment
Hi luke smith,
1) i am getting confused on how to access multiple account mail boxes. Could u help me with that plz?
2) also some example syntax to send mail from terminal with a particular account plz.
3) how to include muttwizard notification on polybar in i3?
Am i crazy for having 15 GB of swap?
it depends on what you need... if you use it all you're not crazy
how can i get this to work with a free mail.com account?
By running it.....
thanks for the reply!
i entered in everything correctly, but its telling me i.imgur.com/ofqlmcS.png
Oh I see. mail.com used to use 995 as an IMAP port, which is irregular and the mutt-wizard expected this.
Now it looks like they use 993 like most people.
Redownload/install mutt-wizard in 30 minutes and I'll make sure to have this patched by then.
Alright, it's done. Just tested it out myself. Can download and send mail with mail.com accounts A-OK.
@@LukeSmithxyz thank you so much!!
Hello Luke, I just wanted to say hello!
Dude. Your date formats are wrong.
Looks like ISO 8601 / RFC 3339 with short year to me? What's wrong about that?
Terminal email seems to be of limited use, since email has been infested with remote images and other crap you can't really parse in a terminal. Basically just as useless and frustrating as browsing the internet in the terminal.
2019. Email with no gui. Linux will never move on. When will they learn?
Old mutt-wizard works great at the office .... Can't get the new mw to work at home. I get this when i run #mw
bash: /home/mynane/.config/mutt/mutt-wizard.sh: No such file or directory.
Yes neomutt is installed. Installed mw by yay -s mutt-wizard-git
You're using my dotfiles back from when mw was aliased to the mutt command. Remove that line from your bashrc/aliasrc or just run `unalias mw` and then run mw.
OK I had to give it the full path ~/mutt-wizard/bin/mw or just add to my $PATH ...... LOL
@@LukeSmithxyz That did the trick. Thanks !
PS- The new mutt-wizard works great. I've moved from evolution (email client) to neomutt at work (office365) too ! Printing was my biggest hurdle. Using a script
that previews your print-out in Zathura (or the pdf viewer of your choice) first before you print. Using enscript and ps2pdf.
Can you do a video on the print_command in neomutt?