How to automatically detect and sync only valid mailbox folders in mutt
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
In the mutt email client, how do I specify only valid mailboxes to appear (for example in the sidebar or when I manually change folders using c
)? I am using mutt for offline email usage and hence check_imap_subscribed
will not be applicable here.
I have about 30 mailboxes in my office365 account. I do not want to manually type out each of their names and use the mailbox
command. The closest command I found upon searching online was the following
mailboxes `find -H ~/Mail -mindepth 0 -maxdepth 3 -type d ! -name "Spam" -printf "+'%f' "`
However, this also pulls in some invalid foldernames (such as +cur
, +tmp
, +new
and a few others)
configuration email mutt offlineimap
add a comment |Â
up vote
0
down vote
favorite
In the mutt email client, how do I specify only valid mailboxes to appear (for example in the sidebar or when I manually change folders using c
)? I am using mutt for offline email usage and hence check_imap_subscribed
will not be applicable here.
I have about 30 mailboxes in my office365 account. I do not want to manually type out each of their names and use the mailbox
command. The closest command I found upon searching online was the following
mailboxes `find -H ~/Mail -mindepth 0 -maxdepth 3 -type d ! -name "Spam" -printf "+'%f' "`
However, this also pulls in some invalid foldernames (such as +cur
, +tmp
, +new
and a few others)
configuration email mutt offlineimap
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In the mutt email client, how do I specify only valid mailboxes to appear (for example in the sidebar or when I manually change folders using c
)? I am using mutt for offline email usage and hence check_imap_subscribed
will not be applicable here.
I have about 30 mailboxes in my office365 account. I do not want to manually type out each of their names and use the mailbox
command. The closest command I found upon searching online was the following
mailboxes `find -H ~/Mail -mindepth 0 -maxdepth 3 -type d ! -name "Spam" -printf "+'%f' "`
However, this also pulls in some invalid foldernames (such as +cur
, +tmp
, +new
and a few others)
configuration email mutt offlineimap
In the mutt email client, how do I specify only valid mailboxes to appear (for example in the sidebar or when I manually change folders using c
)? I am using mutt for offline email usage and hence check_imap_subscribed
will not be applicable here.
I have about 30 mailboxes in my office365 account. I do not want to manually type out each of their names and use the mailbox
command. The closest command I found upon searching online was the following
mailboxes `find -H ~/Mail -mindepth 0 -maxdepth 3 -type d ! -name "Spam" -printf "+'%f' "`
However, this also pulls in some invalid foldernames (such as +cur
, +tmp
, +new
and a few others)
configuration email mutt offlineimap
edited Mar 6 at 10:51
asked Mar 5 at 18:41
Krishna
1828
1828
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f428344%2fhow-to-automatically-detect-and-sync-only-valid-mailbox-folders-in-mutt%23new-answer', 'question_page');
);
Post as a guest
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
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
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