return a;
}
-
/**
* mutt_addrlist_remove - Remove an Address from a list
* @param[in, out] al AddressList
closedir(dirp);
/* Now try to rename the file to the proper name.
- *
- * Note: We may have to try multiple times, until we find a free slot.
- */
+ * Note: We may have to try multiple times, until we find a free slot. */
while (true)
{
if (new_size <= buf->dsize)
return;
- size_t offset = (buf->dptr && buf->data) ? buf->dptr - buf->data : 0;
+ size_t offset = (buf->dptr && buf->data) ? buf->dptr - buf->data : 0;
buf->dsize = new_size;
mutt_mem_realloc(&buf->data, buf->dsize);
if (n < 0)
{
mutt_error(_("Out of memory")); /* LCOV_EXCL_LINE */
- mutt_exit(1); /* LCOV_EXCL_LINE */
+ mutt_exit(1); /* LCOV_EXCL_LINE */
}
if (n == 0)
void mutt_buffer_pretty_mailbox(struct Buffer *buf)
{
if (!buf || !buf->data)
- /* This reduces the size of the Buffer, so we can pass it through.
+ /* This reduces the size of the Buffer, so we can pass it through.
* We adjust the size just to make sure buf->data is not NULL though */
- mutt_buffer_increase_size(buf, PATH_MAX);
+ mutt_buffer_increase_size(buf, PATH_MAX);
mutt_pretty_mailbox(buf->data, buf->dsize);
mutt_buffer_fix_dptr(buf);
}
else if (C_UseDomain)
{
struct Address *addr = mutt_addr_new();
- mutt_str_asprintf(&addr->mailbox, "%s@%s", NONULL(Username),
- NONULL(mutt_fqdn(true)));
+ mutt_str_asprintf(&addr->mailbox, "%s@%s", NONULL(Username), NONULL(mutt_fqdn(true)));
return addr;
}
else