Private Index Functions. More...
#include <stdbool.h>
Include dependency graph for private.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | EmailFormatInfo |
| Data passed to index_format_str() More... | |
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 657 of file index.c.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function: