Mutt + offlineimap - how to automatically detect and sync only valid mailbox folders

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 mail-server mutt email-client
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 mail-server mutt email-client
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 mail-server mutt email-client
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 mail-server mutt email-client
configuration email mail-server mutt email-client
asked Mar 6 at 10:51
Krishna
1066
1066
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1012369%2fmutt-offlineimap-how-to-automatically-detect-and-sync-only-valid-mailbox-fol%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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