Outlook Extend Panel

Extend right side panel of Outlook mail

< Opiniones de Outlook Extend Panel

Puntuación: Bueno; el script funciona tal y como promete

Request: Option to remove "Conversation History" folder from left panel

Looking at google searches from others wanting to remove/hide it and Microsoft's apparent lack of interest in doing so, I was wondering if it would be possible via this script? I know a lot of people would like to be able to do so.

Also maybe a way to change the "New Folder" link they've just moved down the panel to a button or something so it doesn't look like a folder with the default name would be awesome, if possible.

Thanks for the great script and keeping it updated.

7-elephantAutor
§
Publicado: 7/5/2018

I may add "Hide folder" but it will have no UI for options. Need to edit script manually for folder names.

@7-elephant said: I may add "Hide folder" but it will have no UI for options. Need to edit script manually for folder names.

Anything would be great, thanks. :smile:

Any progress on this by chance?

7-elephantAutor
§
Publicado: 22/9/2018

Awesome man, thanks!

What do I have to edit on that line exactly to hide the convo folder?

7-elephantAutor
§
Publicado: 28/9/2018

From:

var config = 
{
    //folderHidden: ["Archive", "Deleted Items", "Conversation History"],
};

To:

var config = 
{
    folderHidden: ["Archive", "Deleted Items", "Conversation History"],
};

Just remove //

Ahh awesome.

Also for any other noobs like me that still want "New Folder" to show, change line 49 ("hidden" to "visible"). Also changing height to 36px seems to match its original position better.

Thanks again.

§
Publicado: 19/11/2019

Could we please get an update, as they seem to have changed the page as hidden items are showing again.

Thanks.

7-elephantAutor
§
Publicado: 27/12/2019

Updated to 1.26

§
Publicado: 27/12/2019

Thanks!

They've added a bar on the left that would be nice if we could hide. Thanks.

7-elephantAutor
§
Publicado: 6/5/2021

You can click hamburger button (left of New message button) to hide left panel.
But it will show bottom panel instead.
Update soon.

That seems to hide the folder panel, not the left panel.

Thanks, good to know you're still working on this. :)

Publicar respuesta

Inicia sesión para responder.