Mutt - Missing emails The 2019 Stack Overflow Developer Survey Results Are InThunderbird Gmail...
"as much details as you can remember"
Falsification in Math vs Science
How to deal with fear of taking dependencies
Are there any other methods to apply to solving simultaneous equations?
What does "fetching by region is not available for SAM files" means?
Who coined the term "madman theory"?
Delete all lines which don't have n characters before delimiter
If a Druid sees an animal’s corpse, can they wild shape into that animal?
Button changing it's text & action. Good or terrible?
Deal with toxic manager when you can't quit
Is flight data recorder erased after every flight?
What does ひと匙 mean in this manga and has it been used colloquially?
Is this app Icon Browser Safe/Legit?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Is bread bad for ducks?
Can a flute soloist sit?
What is the closest word meaning "respect for time / mindful"
Can you compress metal and what would be the consequences?
Lightning Grid - Columns and Rows?
During Temple times, who can butcher a kosher animal?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
Worn-tile Scrabble
Why isn't airport relocation done gradually?
Can we generate random numbers using irrational numbers like π and e?
Mutt - Missing emails
The 2019 Stack Overflow Developer Survey Results Are InThunderbird Gmail IMAP error: Some messages could not be FETCHed (failure)Has anyone successfully configured mutt for GMail on FreeBSD? If so, how?Using Thunderbird with Gmail: Keeping old emails in Gmail, but off your hard driveSync locally only last 30 days of mailUndelete 100k mails in GmailThunderbird folder layout and/or namespaces for gmailGnus: How to fix 'Warning - invalid active <folder> <number> <number> y'Error when trying to retrieve Yahoo emails using Thunderbird [CLIENTBUG] SELECT Command not valid in this stateLimiting the number (by date) of IMAP headers fetched in muttThread-like email management
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I switched from Thunderbird to Mutt after a long time of googling on Mutt. I do not use anything like offlineimap or msmtp (should I?) etc, even though I would like to give it a try but I haven't figured out how to set them up yet (I haven't found a "proper" guide yet). Anyone has any tips on that, or generally on the most crucial parts of Mutt configuration?
My real problem though is this: I have configured Mutt for Gmail (IMAP) but there is a conversation that I am able to see in both the Gmail UI and Thunderbird, but NOT in Mutt. I cannot see why this is happening and I haven't found anything similar. Has anyone encountered the same problem? I do want to use Mutt but I want to be sure that every mail is fetched correctly. The messages I want to see are in the inbox of both Gmail UI and Thunderbird, so I don't think they are "lost" in trash or something. Any thoughts?
email imap mutt
add a comment |
I switched from Thunderbird to Mutt after a long time of googling on Mutt. I do not use anything like offlineimap or msmtp (should I?) etc, even though I would like to give it a try but I haven't figured out how to set them up yet (I haven't found a "proper" guide yet). Anyone has any tips on that, or generally on the most crucial parts of Mutt configuration?
My real problem though is this: I have configured Mutt for Gmail (IMAP) but there is a conversation that I am able to see in both the Gmail UI and Thunderbird, but NOT in Mutt. I cannot see why this is happening and I haven't found anything similar. Has anyone encountered the same problem? I do want to use Mutt but I want to be sure that every mail is fetched correctly. The messages I want to see are in the inbox of both Gmail UI and Thunderbird, so I don't think they are "lost" in trash or something. Any thoughts?
email imap mutt
add a comment |
I switched from Thunderbird to Mutt after a long time of googling on Mutt. I do not use anything like offlineimap or msmtp (should I?) etc, even though I would like to give it a try but I haven't figured out how to set them up yet (I haven't found a "proper" guide yet). Anyone has any tips on that, or generally on the most crucial parts of Mutt configuration?
My real problem though is this: I have configured Mutt for Gmail (IMAP) but there is a conversation that I am able to see in both the Gmail UI and Thunderbird, but NOT in Mutt. I cannot see why this is happening and I haven't found anything similar. Has anyone encountered the same problem? I do want to use Mutt but I want to be sure that every mail is fetched correctly. The messages I want to see are in the inbox of both Gmail UI and Thunderbird, so I don't think they are "lost" in trash or something. Any thoughts?
email imap mutt
I switched from Thunderbird to Mutt after a long time of googling on Mutt. I do not use anything like offlineimap or msmtp (should I?) etc, even though I would like to give it a try but I haven't figured out how to set them up yet (I haven't found a "proper" guide yet). Anyone has any tips on that, or generally on the most crucial parts of Mutt configuration?
My real problem though is this: I have configured Mutt for Gmail (IMAP) but there is a conversation that I am able to see in both the Gmail UI and Thunderbird, but NOT in Mutt. I cannot see why this is happening and I haven't found anything similar. Has anyone encountered the same problem? I do want to use Mutt but I want to be sure that every mail is fetched correctly. The messages I want to see are in the inbox of both Gmail UI and Thunderbird, so I don't think they are "lost" in trash or something. Any thoughts?
email imap mutt
email imap mutt
edited yesterday
Jakub Jindra
1035
1035
asked Jun 28 '14 at 12:46
user3785839user3785839
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Can you find those messages in GMail/All Mail?
There are only incomming messages in Inbox, Without your replies. I used to have the same issue with messages synced by offlineimap to local maildir. I just tried if it's the same with IMAP and it is. I'm afraid this is normal behaviour, since your sent mails are usually only in Sent and not in Inbox.
I switched to gmailieer which use GMail API to get messages, notmuch for indexing them and virtual-mailboxes in neomutt. In mutt there's mutt-kz patch for this. Gmailieer keeps notmuch tags and gmail labels in sync. And solves also this issue since you can define mailbox to be composed whole of threads and not only messages.
e.g.:
virtual-mailboxes "INBOX" "notmuch://?query=tag:inbox&type=threads"
New contributor
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f774475%2fmutt-missing-emails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Can you find those messages in GMail/All Mail?
There are only incomming messages in Inbox, Without your replies. I used to have the same issue with messages synced by offlineimap to local maildir. I just tried if it's the same with IMAP and it is. I'm afraid this is normal behaviour, since your sent mails are usually only in Sent and not in Inbox.
I switched to gmailieer which use GMail API to get messages, notmuch for indexing them and virtual-mailboxes in neomutt. In mutt there's mutt-kz patch for this. Gmailieer keeps notmuch tags and gmail labels in sync. And solves also this issue since you can define mailbox to be composed whole of threads and not only messages.
e.g.:
virtual-mailboxes "INBOX" "notmuch://?query=tag:inbox&type=threads"
New contributor
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Can you find those messages in GMail/All Mail?
There are only incomming messages in Inbox, Without your replies. I used to have the same issue with messages synced by offlineimap to local maildir. I just tried if it's the same with IMAP and it is. I'm afraid this is normal behaviour, since your sent mails are usually only in Sent and not in Inbox.
I switched to gmailieer which use GMail API to get messages, notmuch for indexing them and virtual-mailboxes in neomutt. In mutt there's mutt-kz patch for this. Gmailieer keeps notmuch tags and gmail labels in sync. And solves also this issue since you can define mailbox to be composed whole of threads and not only messages.
e.g.:
virtual-mailboxes "INBOX" "notmuch://?query=tag:inbox&type=threads"
New contributor
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Can you find those messages in GMail/All Mail?
There are only incomming messages in Inbox, Without your replies. I used to have the same issue with messages synced by offlineimap to local maildir. I just tried if it's the same with IMAP and it is. I'm afraid this is normal behaviour, since your sent mails are usually only in Sent and not in Inbox.
I switched to gmailieer which use GMail API to get messages, notmuch for indexing them and virtual-mailboxes in neomutt. In mutt there's mutt-kz patch for this. Gmailieer keeps notmuch tags and gmail labels in sync. And solves also this issue since you can define mailbox to be composed whole of threads and not only messages.
e.g.:
virtual-mailboxes "INBOX" "notmuch://?query=tag:inbox&type=threads"
New contributor
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Can you find those messages in GMail/All Mail?
There are only incomming messages in Inbox, Without your replies. I used to have the same issue with messages synced by offlineimap to local maildir. I just tried if it's the same with IMAP and it is. I'm afraid this is normal behaviour, since your sent mails are usually only in Sent and not in Inbox.
I switched to gmailieer which use GMail API to get messages, notmuch for indexing them and virtual-mailboxes in neomutt. In mutt there's mutt-kz patch for this. Gmailieer keeps notmuch tags and gmail labels in sync. And solves also this issue since you can define mailbox to be composed whole of threads and not only messages.
e.g.:
virtual-mailboxes "INBOX" "notmuch://?query=tag:inbox&type=threads"
New contributor
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered yesterday
Jakub JindraJakub Jindra
1035
1035
New contributor
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Jakub Jindra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f774475%2fmutt-missing-emails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown