#include "key/lib.h"Go to the source code of this file.
Data Structures | |
| struct | EnvelopeFunction |
| A NeoMutt Envelope function. More... | |
Typedefs | |
| typedef int(* | envelope_function_t) (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
Functions | |
| void | update_crypt_info (struct EnvelopeWindowData *wdata) |
| Update the crypto info. | |
Envelope 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 functions.h.
| typedef int(* envelope_function_t) (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
Definition at line 43 of file functions.h.
| void update_crypt_info | ( | struct EnvelopeWindowData * | wdata | ) |
Update the crypto info.
| wdata | Envelope Window data |
Definition at line 151 of file functions.c.