Replies: 1 comment
-
|
That seems like a reasonable change. I do not see anything blatantly obvious in terms of design flaws. Let me know when you implement the changes and I'll test for any performance degradation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm busy rearranging lots of Mailbox data.
I want to move the database handle from
NmMboxDatatoNmAccountData.i.e. One handle for all Mailboxes.
I'll leave the rest of the members in
NmMboxData, since each Mailbox could have a separatedb_limit, etc.Due to the single-threaded-ness of NeoMutt, there's only going to be one Mailbox doing anything at one time.
Does this sound OK?
Beta Was this translation helpful? Give feedback.
All reactions