Replies: 3 comments 2 replies
-
Welcome to NeoMutt, @moh-kaos. Sorry this is your first experience of our program :-(
Great! Getting started is generally the hardest bit. Which version of NeoMutt are you using? (The latest is 2024-12-12)
OK, no debugging symbols...
OK, that's the header cache. A couple of things you could try: Disable the Header CacheTemporarily comment out the config: Delete the Header CacheRe-enable the config. How about if you restart NeoMutt? Better CachingBonus tip, use a better backend... If you see
LMDB is a modern database that's much faster than TokyoCabinet (the default). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the prompt reply. Pardon the ignorant question---but how do I
find the config file? Is that via nano ~/.muttrc?
I looked at the output of neomutt -v | grep storage but only tokyocabinet
was listed.
I went to the MX repo and installed LMDB (I think) but how do I config
neomutt to use it? FWIW, mutt also stopped working. Exact same problem.
…On Mon, Dec 30, 2024 at 7:01 AM Richard Russon ***@***.***> wrote:
Welcome to NeoMutt, @moh-kaos <https://github.com/moh-kaos>.
Sorry this is your first experience of our program :-(
Was initially successful.
Great! Getting started is generally the hardest bit.
*Which version of NeoMutt are you using?* (The latest is 2024-12-12
<https://github.com/neomutt/neomutt/releases/tag/20241212>)
Finding a recent version of NeoMutt is important for bug-fixes (and
features).
#4 0x000055555562dfe3 in ?? ()
OK, no debugging symbols...
#0 ... libtokyocabinet.so.9
OK, that's the header cache.
In the past, this has been a problem, but it shouldn't be now.
A couple of things you could try:
Disable the Header Cache
Temporarily comment out the config: set header_cache = "~/.cache/mutt/"
Does NeoMutt work now?
Delete the Header Cache
Re-enable the config.
Delete all the files in ~/.cache/mutt/ (wherever your cache is saved).
Does NeoMutt work now?
How about if you restart NeoMutt?
Better Caching
Bonus tip, use a better backend...
Have a look at the output of neomutt -v | grep storage
If you see lmdb listed, add this to your config:
set header_cache_backend = "lmdb"
LMDB is a modern database that's much faster than TokyoCabinet (the
default).
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOBFKJMVRJ3E3LKMBEQBEGD2IEY2VAVCNFSM6AAAAABUKCEFM6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRZGYZTGNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
To get other types you'd need MX Linux to alter their build of NeoMutt.
…--that seems like a tall order, no?
Which version of NeoMutt are you using?
--how do i find out?
Have you tried deleting the cache files?
--how do i do that?
On Tue, Dec 31, 2024 at 6:45 AM Richard Russon ***@***.***> wrote:
but how do I find the config file?
er, it's wherever you left it :-)
NeoMutt reads two config files on startup: system and user.
Here's a guide to the order it looks for them:
- https://neomutt.org/guide/configuration#files
but only tokyocabinet was listed.
Ah, OK.
The storage type is a compile-time option.
To get other types you'd need MX Linux to alter their build of NeoMutt.
FWIW, mutt also stopped working. Exact same problem.
Hmm... That *is* weird.
Which version of NeoMutt are you using?
Have you tried deleting the cache files?
—
Reply to this email directly, view it on GitHub
<#129 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOBFKJN2GHQCGZQM65QHJ4L2IJ7UPAVCNFSM6AAAAABUKCEFM6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZQGUYTMMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi all. New noob here.
Using MX Linux, set up Mutt with gmail.
Was initially successful. Emails and all.
Then at some point when trying to use again, it stuck at 4% giving a segmentation fault.
Using gdb it says:
What do I do?
Beta Was this translation helpful? Give feedback.
All reactions