NeoMutt  2025-09-05-43-g177ed6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
expando.h File Reference

Compress Expando definitions. More...

#include "expando/lib.h"
+ Include dependency graph for expando.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const struct ExpandoRenderCallback CompressRenderCallbacks []
 Callbacks for Compression Hook Expandos.
 

Detailed Description

Compress Expando definitions.

Authors
  • Richard Russon

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 expando.h.

Variable Documentation

◆ CompressRenderCallbacks

const struct ExpandoRenderCallback CompressRenderCallbacks[]
extern

Callbacks for Compression Hook Expandos.

See also
CompressFormatDef, ExpandoDataCompress

Definition at line 70 of file expando.c.

70 {
71 // clang-format off
74 { -1, -1, NULL, NULL },
75 // clang-format on
76};
@ ED_CMP_FROM
'from' path
Definition lib.h:50
@ ED_CMP_TO
'to' path
Definition lib.h:51
@ ED_COMPRESS
Compress ED_CMP_ ExpandoDataCompress.
Definition domain.h:40
static void compress_from(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Compress: From filename - Implements get_string_t -.
Definition expando.c:40
static void compress_to(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Compress: To filename - Implements get_string_t -.
Definition expando.c:54