From e1e66fef5ec990059a633ed8cfa3202c5e760e58 Mon Sep 17 00:00:00 2001
From: Edric Milaret <edric.ladent-milaret@savoirfairelinux.com>
Date: Mon, 21 Sep 2015 12:58:58 -0400
Subject: [PATCH] account: fix for hostname settings for Ring Account

- Hostname is the bootstrap on Ring Account no reason to
not display it.

Issue: #80646
Change-Id: Ic29457d0a10add06df6e282ea298c1942427ca7e
---
 src/account.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/account.cpp b/src/account.cpp
index 56587a2a..646e45b7 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -2126,7 +2126,6 @@ Account::RoleState Account::roleState(Account::Role role) const
             case Account::Role::Password          :
             case Account::Role::RegistrationExpire:
             case Account::Role::Mailbox           :
-            case Account::Role::Hostname          :
             case Account::Role::UserAgent         :
             case Account::Role::HasCustomUserAgent:
             case Account::Role::HasProxy          :
-- 
GitLab