Private Index Functions. More...
#include <stdbool.h>
Go to the source code of this file.
Functions | |
struct MuttWindow * | index_window_new (struct IndexPrivateData *priv) |
Create a new Index Window (list of Emails) | |
struct MuttWindow * | ipanel_new (bool status_on_top, struct IndexSharedData *shared) |
Create the Windows for the Index panel. | |
int | index_adjust_sort_threads (const struct ConfigSubset *sub) |
Adjust use_threads/sort/sort_aux. | |
Private Index Functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file private.h.
struct MuttWindow * index_window_new | ( | struct IndexPrivateData * | priv | ) |
Create a new Index Window (list of Emails)
priv | Private Index data |
ptr | New Window |
Definition at line 651 of file index.c.
struct MuttWindow * ipanel_new | ( | bool | status_on_top, |
struct IndexSharedData * | shared | ||
) |
Create the Windows for the Index panel.
status_on_top | true, if the Index bar should be on top |
shared | Shared Index data |
ptr | New Index Panel |
Definition at line 121 of file ipanel.c.
int index_adjust_sort_threads | ( | const struct ConfigSubset * | sub | ) |
Adjust use_threads/sort/sort_aux.
sub | the config subset that was just updated |
Definition at line 184 of file index.c.